Extract coefficients from an saemix fit
# S3 method for SaemixObject
coef(object, ...)
a list with 3 components:
fixed effects
a list of population parameters with two elements, a matrix containing the untransformed parameters psi and a matrix containing the transformed parameters phi
a list of individual parameters with two elements, a matrix containing the untransformed parameters psi and a matrix containing the transformed parameters phi
an SaemixObject object
further arguments to be passed to or from other methods