Coef {ILSE} | R Documentation |
extracts model coefficients from object of class "ilse".
Coef(object)
object |
an object of class "ilse". |
Coefficients extracted from object.
coef, coefficient
# example one
data(nhanes)
NAlm2 <- ilse(age~., data=nhanes)
Coef(NAlm2)