coef.saemix: Extract coefficients from a saemix fit

coef.saemixR Documentation

Extract coefficients from a saemix fit

Description

Extract coefficients from a saemix fit

Usage

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

Arguments

object

a SaemixObject

...

further arguments to be passed to or from other methods

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


saemix documentation built on July 9, 2023, 7:43 p.m.

Related to coef.saemix in saemix...