censReg_AMLE.fit | R Documentation |
These are support functions for fitting censored regression. They perform either AMLE or MLE regression.
censReg_AMLE.fit(Y, X, dist = "normal") censReg_MLE.fit(Y, X, Wt, dist = "normal")
Y |
the response data. |
X |
a matrix of the explanatory variables, including the intercept term. |
dist |
the distribuiton, either "normal" or "lognormal." |
Wt |
observation weights. |
a list containing the output from the FORTRAN code,or converted from survreg.
censReg
, survreg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.