extracts model coefficients from object of class "ilse".

Coef(object)

Arguments

object

an object of class "ilse".

Value

Coefficients extracted from object.

See also

coef, coefficient

Examples

# example one data(nhanes) NAlm2 <- ilse(age~., data=nhanes) Coef(NAlm2)
#> (Intercept) bmi hyp chl #> 2.06942664 -0.11656313 0.62109971 0.01056364