Skip to menu

어떤 반응값에 2가지의 설명변수만 넣었을때는 유의하지 않았던 인자가 ( PerfRatioMed,ADCepi)
같은 반응값에 4가지의 설명 변수를 넣었더니 유의하게 바뀌었습니다.

confounder effect로 생각해서 다중공선성을 살펴보았는데,  특별한 사항이 없었습니다.

어떻게 이해해야 할지 모르겠습니다.



> fit<-lm(DI0.3~PDR.in.central.ephysis+PerfRatioMed,data=LCP)
> summary(fit)

Call:
lm(formula = DI0.3 ~ PDR.in.central.ephysis + PerfRatioMed, data = LCP)

Residuals:
    Min      1Q  Median      3Q     Max 
-0.5291 -0.4136 -0.1998  0.3801  0.8964 

Coefficients:
                         Estimate Std. Error t value Pr(>|t|)  
(Intercept)             0.2260148  0.1346602   1.678   0.1005  
PDR.in.central.ephysis  0.0072108  0.0031079   2.320   0.0251 *
PerfRatioMed           -0.0015097  0.0007537  -2.003   0.0515 .
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 0.453 on 43 degrees of freedom
Multiple R-squared:  0.1945, Adjusted R-squared:  0.1571 
F-statistic: 5.192 on 2 and 43 DF,  p-value: 0.009555

> fit<-lm(DI0.3~ADR.in.metaphysis+ADCepi,data=LCP)
> summary(fit)

Call:
lm(formula = DI0.3 ~ ADR.in.metaphysis + ADCepi, data = LCP)

Residuals:
    Min      1Q  Median      3Q     Max 
-1.1044 -0.2712 -0.1426  0.3596  0.7451 

Coefficients:
                  Estimate Std. Error t value Pr(>|t|)    
(Intercept)       0.002722   0.120065   0.023 0.982018    
ADR.in.metaphysis 0.007409   0.001860   3.983 0.000258 ***
ADCepi            0.000441   0.000871   0.506 0.615216    
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 0.4209 on 43 degrees of freedom
Multiple R-squared:  0.3048, Adjusted R-squared:  0.2725 
F-statistic: 9.429 on 2 and 43 DF,  p-value: 0.0004024

> fit<-lm(DI0.3~PDR.in.central.ephysis+PerfRatioMed+ADR.in.metaphysis+ADCepi,data=LCP)
> summary(fit)

Call:
lm(formula = DI0.3 ~ PDR.in.central.ephysis + PerfRatioMed + 
    ADR.in.metaphysis + ADCepi, data = LCP)

Residuals:
     Min       1Q   Median       3Q      Max 
-0.83068 -0.20354 -0.08403  0.27185  0.64545 

Coefficients:
                         Estimate Std. Error t value Pr(>|t|)    
(Intercept)            -0.2357246  0.1359272  -1.734  0.09040 .  
PDR.in.central.ephysis  0.0076449  0.0024446   3.127  0.00324 ** 
PerfRatioMed           -0.0020127  0.0006146  -3.275  0.00215 ** 
ADR.in.metaphysis       0.0064848  0.0015599   4.157  0.00016 ***
ADCepi                  0.0017448  0.0007808   2.235  0.03094 *  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 0.35 on 41 degrees of freedom
Multiple R-squared:  0.5416, Adjusted R-squared:  0.4969 
F-statistic: 12.11 on 4 and 41 DF,  p-value: 1.373e-06

> vif(fit)
PDR.in.central.ephysis           PerfRatioMed      ADR.in.metaphysis                 ADCepi 
              1.046292               1.124601               1.109561               1.267423 
> sqrt(vif(fit))>2
PDR.in.central.ephysis           PerfRatioMed      ADR.in.metaphysis                 ADCepi 
                 FALSE                  FALSE                  FALSE                  FALSE 



No. Subject Author Date
154 메타분석에서 forest plot 크기 [1] file SumiHan 2016.05.04
153 생존분석에 대해서 문의드립니다. [1] 유로정 2016.05.03
152 [비교통계] 결과가 나오도록 하는 방법 [3] 신돌석 2016.05.01
151 2 X 2 table에서 categorical variable을 비교한 P 값 [2] namuhanayeyo 2016.05.01
150 R과 SPSS에서 시행한 logistic regression값은 거의 일치하는데, Web-R에서 돌린 것은 일치하지가 않습니다. [2] file namuhanayeyo 2016.04.27
149 Survival 분석에서 cumulative proportion과 95% CI [2] namuhanayeyo 2016.04.26
148 예제 데이터 열 제목 편집방법 [2] 신돌석 2016.04.25
147 csv파일 업로드 안되는 문제 [2] file 신돌석 2016.04.25
146 회기분석 결과를 통해 HR 표기하기 [2] file arranger 2016.04.24
145 데이타 업로드후 작업이 안됩니다. T.T [1] 유로정 2016.04.22
144 정규성 검정에 대해서 여쭤봅니다. [2] file R까기 2016.04.22
143 메타분석에서 설명변수와 조절변수 차이 문의 file 딩크형 2016.04.19
142 접속오류 [1] secret 김승욱 2016.04.18
141 교수님 일전에 메타분석 문의드렸던 사람입니다 [2] 카우보이 2016.04.13
140 파일 올려봅니다. [3] file namuhanayeyo 2016.04.11
139 서버 접속과 문의 [2] file namuhanayeyo 2016.04.09
138 로지스틱 회귀 분석에서 반응(종속)변수에 결측치 [1] hawk1227 2016.04.07
137 web-r 에서 NRI, IDI 할수 있는지요,, [4] hawk1227 2016.04.07
136 ANOVA 사후분석은 어떻게 하나요? [2] drmin 2016.04.07
135 R markdown 관련 질문드립니다. [1] Lloyd 2016.04.06