Learn R Programming

saemix (version 3.3)

coef.saemix: Extract coefficients from an saemix fit

Description

Extract coefficients from an saemix fit

Usage

# S3 method for SaemixObject
coef(object, ...)

Value

a list with 3 components:

fixed

fixed effects

population

a list of population parameters with two elements, a matrix containing the untransformed parameters psi and a matrix containing the transformed parameters phi

individual

a list of individual parameters with two elements, a matrix containing the untransformed parameters psi and a matrix containing the transformed parameters phi

Arguments

object

an SaemixObject object

...

further arguments to be passed to or from other methods