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
1174 인공지능, 인지 컴퓨팅, 머신 러닝, 딥 러닝 관련 IBM 자료 [1] file Ben 2016.03.09
1173 [책소개] R in 24 Hours fermat39 2015.12.25
1172 ㅠㅠㅠ 초보 질문입니다 [1] 만고 2021.11.26
1171 파일 다운로드 실패 [2] 김밥친구 2017.09.28
1170 웹에서 하는 R통계 - R코드 [2] 김영진 2015.06.07
1169 R스튜디오 설치 [1] BK 2019.04.10
1168 그냥 넋두리.. [2] 스튜던트 2018.03.25
1167 web-R에서 사용되는 명령어를 볼 수 있는 방법이 있을까요? [1] 통계장님 2018.03.15
1166 구조방정식 관련 여쭙습니다. [9] fascinate23 2018.01.22
1165 스피어만 상관계수(Spearman correlation coefficient) [1] ㅎㅎㅎ 2015.10.15
1164 회귀 분석 에러 [1] file 김승욱 2015.03.26
1163 object 'res' not found [3] 민자 2016.03.06
1162 ztable package 사용과 관련하여 도움을 부탁드립니다. [1] IlKwon 2019.07.29
1161 메타분석 후 결과 forest plot이 위쪽과 아래쪽이 다 출력되지 않는 것에 대한 질문입니다. ^^ [2] file hanclan 2018.08.09
1160 median follow up and median overall survival [2] alse 2017.06.12
1159 변수에 가중치 적용한 붓스트랩 방법 또는 피키지 하고지비 2017.05.17
1158 Propensity score matching 결과 standardized difference 에 대한 질문 nskjh 2020.06.15
1157 Loop 사용 관련하여 문의드립니다. [3] 바슈메트 2020.03.09
1156 Trend test에 대한 질문 하가지만 드립니다. [5] file namuhanayeyo 2017.11.30
1155 메타분석에 관한 문의 드립니다. [1] 봄날 2018.03.08