Coef.Rd
extracts model coefficients from object of class "ilse".
Coef(object)
an object of class "ilse".
Coefficients extracted from object.
coef, coefficient
# example one data(nhanes) NAlm2 <- ilse(age~., data=nhanes) Coef(NAlm2) #> (Intercept) bmi hyp chl #> 2.06942664 -0.11656313 0.62109971 0.01056364