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
1094 안녕하세요 r 코드 중에 도저히 해결이 안나는 문제가 있어서 여기에 문의 드립니다 [1] file 슈퍼맨 2022.06.24
1093 Box plot 그리프 설정에 관해 문의합니다. papahong 2022.06.20
1092 cluster data 의 risk difference 에 대해 여쭙고자 합니다. lagrima 2022.06.19
1091 Pair plot을 할 경우 [1] PipeDragoN 2022.06.13
1090 PSM에서 matching 버튼 위치 문의 통계어려워 2022.06.13
1089 PSM (4그룹) 관련 문의드립니다. emksh77 2022.06.08
1088 정회원후원하였습니다. [1] secret rosemary 2022.06.08
1087 PSM 문의 [2] secret sfumatoi 2022.06.07
1086 multipleROC 패키지에서 multivariable의 cutoff 구하기 file 찬쓰 2022.06.07
1085 survival analysis관련 문의 드립니다 [1] cebukim 2022.06.04
1084 autoReg 설치 관련 오류 [5] 닥터강 2022.05.24
1083 survival tree (RPA) 분석 관련 문의 드립니다. [2] 곰곰11 2022.05.23
1082 통계 질문입니다. [1] file 봄봄봄 2022.05.23
1081 데이터 불러오기 문제 [3] strat 2022.04.25
1080 r프로그래밍 문자는 factor로 읽을 수 없나요? [1] file 채채채추ㅐㅊ채야채 2022.04.21
1079 R 코드와 관련하여 문의 드려도 될까요..? [5] file 꾸이뭉 2022.04.19
1078 R 업데이트 후 mytable 함수 에러가 있습니다. [1] 카이토르 2022.04.18
1077 Survival curve 에서 cumulative incidence % 로 표현 가능할까요 [1] nyknicks 2022.04.16
1076 multiple logistic regression test에서 설명변수 선택에 대해 여쭙습니다. [2] file kms9057 2022.04.16
1075 PSM 문의 드립니다 [1] caesar 2022.04.07