search for: nchild

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

Did you mean: child
2011 Apr 19
0
Error message in package:bayesSurv. Why?
...nce (mutatis mutandis) is that my data has precise dates of birth of children and onset of depression, rather 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.be...