Displaying 1 result from an estimated 1 matches for "asp_nw".
Did you mean:
as_nl
2006 Feb 02
1
error message in cox regression cph()
...I hope anyone can help me here. Underneath is the code I used for my data, if it's of any use...
Thanks, cheers Roel
Roel May
NINA, Norway
modeldata <- as.data.frame(modeldata)
survchoice<-Surv(2-modeldata$USED,is.element(modeldata$USED,1))
d <- datadist(modeldata$ID,modeldata$ASP_NW,modeldata$ALT,modeldata$SLOPE,modeldata$PLACEMENT,modeldata$DTL,modeldata$TRACK,modeldata$PRIVATE,modeldata$BUSH,modeldata$ROCK,modeldata$GRASS,modeldata$WATER,modeldata$RUGGED,modeldata$CABIN,data=modeldata)
options(datadist="d")
options(contrasts=c("contr.treatment","co...