zoukankan      html  css  js  c++  java
  • Generic recipe for data analysis with general linear model

    Generic recipe for data analysis with general linear model

    Courtesy of David Schneider

    1. State population, and conditions for taking sample.

    2. Construct the model:
      (a) state the response variable;
      (b) state the explanatory variable(s);
      (c) state type of measurement scale for each of these;
      (d) write model relating response to explanatory variable.

    3. State HA/H0 about terms in model, (and about parameters in model if appropriate). State α, the tolerance for Type 1 error.

    4. Execute analysis: place data in model format, code model statement, obtain fitted values and residuals.

    5. If regression line is used, examine plot of residuals against fitted values. If bowl or arch is evident, revise the form of the model (back to step 2).

    6. Partition df and SS = df * var (Response) according to model, table SS, df, MS, F (by computer usually).

    7. Calculate Type 1 error (the p value) from density function (F or t distribution, etc.).

    8. Check assumption for use of p-value from density function.
      (a) Residuals independent? (plot residuals versus residuals at lag 1)
      (b) Residuals homogeneous? (residual versus fit plot)
      (c) Residuals normal? (histogram of residuals, quantile plot or normal score).

    9. If assumption are met then step 10. If not, decide whether to recompute pvalue. Recompute better p-value by randomization or bootstrap if sample small (n < 30), or p near α.

    10. Declare decision about model terms: if p <α then reject H0 and accept HA, if p > α then hold H0 and reject HA. Report conclusion with evidence: F-ratio, df1,df2, and p-value (not α) for each term.

    11. Examine parameters of interest. Report conclusions with parameter estimates(means, slopes) and one measure of uncertainty (st. error, st. dev., or conf. intervals) .

  • 相关阅读:
    vue学习笔记之v-if
    vue学习笔记之属性和方法
    vue学习笔记之v-for与-repeat
    王阳明心学
    读《铁血并购》
    心理测试:DISC性格测试(完整版)
    关于旅行
    [转载]win32 计时器使用
    [转]C#中调用资源管理器(Explorer.exe)打开指定文件夹 + 并选中指定文件 + 调用(系统默认的播放类)软件(如WMP)打开(播放歌曲等)文件
    [转]C#读写TEXT文件
  • 原文地址:https://www.cnblogs.com/southern-xyx/p/4403591.html
Copyright © 2011-2022 走看看