Displaying 1 result from an estimated 1 matches for "censind2".
Did you mean:
censind1
2013 Apr 15
2
regression with paired left-censored data
...nreg(Cen(conc, cens_ind) ~ Gp_ident))?
with all X and Y data stacked and using a group identifier to look at the differences
this doesn't take account of the paired data though.
I have also tried splitting the data and regessing one on the other
rega = cenreg(Cen(conc1, censind1) ~ Cen(conc2,censind2))
which doesn't work.
Does anyone know of a command that will work - or perhaps suggest another package that I could use?
I have also looked at multiple imputation packages but they all seem to impute data depending on other columns - whereas I would want to impute data between zero and the...