Displaying 1 result from an estimated 1 matches for "idobs".
2012 Sep 04
0
AFTREG weights
...nt covariates.
> Actually, my Subset includes some partial events; the idea is to model
> this kind of events using something similar to “weights” in the SURVREG
> function.
> In particular I would like to manage this kind of Dataset:
>
> IdRow StartTime EndTime Event IdObs Cov Weight
> 1 0 1 0 1a 0.1284 0.3
> 2 1 2 1 1a 0.4896 0.3
> 3 2 3 0 1b 0.7017 0.7
> 4 3 4 1 1b 0.8564 0.7
> 5 0 1 0 2 0.7964 1...