search for: stagec

Displaying 3 results from an estimated 3 matches for "stagec".

Did you mean: stage
2007 Feb 26
2
survival analysis using rpart
Hello, I use rpart to predict survival time and have a problem in interpreting the output of ?estimated rate?. Here is an example of what I do: > stagec <- > read.table("http://www.stanford.edu/class/stats202/DATA/stagec.data", > col.names=c("pgtime", "pgstat", "age","eet", "g2", "grade", "gleason", > "ploidy")) > fit <- rpart(Surv(pgtime,...
2012 Jul 20
0
Forced inclusion of varaibles in validate command as well as step
Dear prof. Harrell, I'm not able to use the force option with fastbw, here an example of the error I've got (dataset stagec rpart package): > fitstc <- cph(Surv(stagec$pgtime,stagec$pgstat) ~ age + eet + g2 + grade + gleason + ploidy, data=stagec) > fbwstc <- fastbw(fitstc,rule="aic",type="individual") > fbwstc Deleted Chi-Sq d.f. P Residual d.f. P AIC eet 0.19 1...
2010 Apr 12
3
glmer with non integer weights
...0.000000 0.000 # stage (Intercept) 0.000000 0.000 # Residual 0.076175 0.276 # Number of obs: 137, groups: site:stage, 39; stage, 4 #Fixed effects: # Estimate Std. Error t value #(Intercept) 0.39205 0.09009 4.352 #stageB -0.87214 0.12498 -6.978 #stageC -0.36153 0.12202 -2.963 #stageD -0.09884 0.19811 -0.499 #Correlation of Fixed Effects: # (Intr) stageB stageC #stageB -0.721 #stageC -0.738 0.532 #stageD -0.455 0.328 0.336 ########################################################## #my data: ########...