Displaying 2 results from an estimated 2 matches for "hzshasha".
Did you mean:
hashash
2010 Nov 29
1
Evaluation of survival analysis
Dear all,
May I ask is there any functions in R to evaluate the fitness of "coxph" and
"survreg" in survival analysis, please?
For example, the results from Cox regression and Parametric survival
analysis are shown below. Which method is prefered and how to see that / how
to compare the methods?
1. coxph(formula = y ~ pspline(x1, df = 2))
2010 Dec 06
3
Please help with write.foreign(SPSS)
Dear all,
I get stuck when i try to export the data into SPSS format/file using
"write.foreign()"
Do you know how to do it exactly?
What i have done is
1) First i type the following code in R:
df<-data.frame(id,year,res1)
names(df)<-c("idcode","year","resarrvl")