search for: censnam

Displaying 1 result from an estimated 1 matches for "censnam".

Did you mean: censname
2002 May 17
0
options()$warn==2 and try()
...########################### Start R session: > library(survival) > ## Here are 2 calls with different pairs of variables, both of which yield warnings: > qq <- FitModels(vnames=c("acd11apcd3p","drpcd8p"),dframe="ALLmth12",survname="fail tm12", censname="failcens") Warning message: Loglik converged before variable 2 ; beta may be infinite. in: fitter(X, Y, strats, offset, init, control, weights = weights, > ## warnings are just warnings when options()$warn=0: > lapply(qq,class) $cph.x1x2 [1] "coxph" $cph.x1x2.int...