Comparing the coxph model with the quartile regression model
0
0
Entering edit mode
3.3 years ago

hello,

i am comparing the coxph model with the quartile regression model model using r, However the soft is showing the error massage Error in supsmu(1 - g$surv, g$time) : number of observations in 'x' and 'y' must match. some on help me fix the error.

this is my code

Model2<-crq(formula=Surv(survivaltime)~ sex + age + hivstatus + smoking + alcohol + new_age, tau=c(0.2,0.4,0.6,0.8), data=mydata ,method="Portnoy")
summary(Model2, 1:13/240)
plot(summary(Model2, 1:13/240))
SModel2<-(summary(Model2))
PHit<-coxph(Surv(survivaltime,status)~ sex + age + hivstatus + smoking + alcohol+new_age , data=mydata ,id=no)
PHit
myplot<-plot.summary.crqs
fix(myplot)
myplot(SModel2, CoxPHit=PHit)
R • 535 views
ADD COMMENT

Login before adding your answer.

Traffic: 1933 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6