Displaying 1 result from an estimated 1 matches for "earlydep".
2011 Apr 19
0
Error message in package:bayesSurv. Why?
...ther than the data
being interval-censored as in the tandmobile dataset.
I've set up survreg3 as follows
sample.childmdd <- bayessurvreg3(
formula=Surv(childtime+.01,childevent)~nchild+cluster(id),
random=~1,
formula2=Surv(mddtime+.01,mddevent)~nchild+blustatus+well.before+earlydep+cluster(id),
random2=~1,
onlyX=FALSE,
dir="chaindir.childmdd", nsimul=nsimul.childmdd,
prior=prior.gspl.child, prior2=prior.gspl.mdd,
prior.beta=prior.beta.child, prior.beta2=prior.beta.mdd,
prior.b=prior.b.child, prior.b2=prior.b.mdd,...