Wednesday, May 21, 2014

LOGISTIC Regression analysis, Proc GLM, Proc Reg

1. Concept
http://baike.baidu.com/view/145440.htm
回归分析(regression analysis)是确定两种或两种以上变数间相互依赖的定量关系的一种统计分析方法。运用十分广泛,回归分析按照涉及的自变量的多少,可分为一元回归分析和多元回归分析;按照自变量和因变量之间的关系类型,可分为线性回归分析和非线性回归分析。如果在回归分析中,只包括一个自变量和一个因变量,且二者的关系可用一条直线近似表示,这种回归分析称为一元线性回归分析。如果回归分析中包括两个或两个以上的自变量,且因变量和自变量之间是线性关系,则称为多元线性回归分析。
回归分析(英语:Regression Analysis)是一种统计学上分析数据的方法,目的在于了解两个或多个变量间是否相关、相关方向与强度,并建立数学模型以便观察特定变量来预测研究者感兴趣的变量。

      Logistic regression (逻辑回归) 概述
http://hi.baidu.com/hehehehello/item/40025c33d7d9b7b9633aff87



2. Proc GLM Explained
http://screamyao.wordpress.com/2010/09/30/sas-proc-glm-explained/

3
https://support.sas.com/documentation/cdl/en/statugglm/61789/PDF/default/statugglm.pdf

4.Lesson 13:  Proc Reg
http://galsterhome.com/stats/Tutorial/SAS13.htm

5.The REG Procedure
http://www.math.wpi.edu/saspdf/stat/chap55.pdf

6. How do I interpret odds ratios in logistic regression
http://www.ats.ucla.edu/stat/sas/faq/oratio.htm

7. Multinomial and ordinal logistic regression using PROC LOGISTIC
http://www.nesug.org/proceedings/nesug05/an/an2.pdf

8. A Tutorial on PROC LOGISTIC
http://www.mwsug.org/proceedings/2013/RX/MWSUG-2013-RX08.pdf
a.. The meaning of Relative Risk & Odds Ration
b. Clinical Study Design: cross-sectional, cohort (prospective), and case-control (retrospective) study.


9. Illustrative Logistic Regression Examples using PROC LOGISTIC: New Features InsuranceSAS9.2
http://www.lexjansen.com/pharmasug/2009/sp/sp03.pdf

10. Linear Models in SAS
https://www.stat.wisc.edu/~yandell/software/sas/linmod.html#anova


No comments:

Post a Comment