search for: predictive2

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

Did you mean: predictive
2011 Apr 19
0
Error message in package:bayesSurv. Why?
...th(start[[k]])){ ## loop over sets of covariates cat("Performing the covariate set number ", ii, "\n", sep="") pdata.now <- pred.data[start[[k]][ii]:end[[k]][ii], ] nr <- nrow(pdata.now) pred.mdd[[k]][[ii]] <- predictive2(Surv(rep(1, nr), rep(1, nr)) ~ Child+blustatus+well.before+earlydep+cluster(Idnr), random=~1, grid=pred.grid, data=pdata.now, Gspline=list(dim=1, K=15), quantile=quants, skip=skip, by=1, nwrite=nwrite, only.aver=FALSE,...