Description Slots Objects from the Class Methods Author(s) References See Also Examples
An object of the SaemixRes class, representing the results of a fit through the SAEM algorithm.
name.fixed
a vector containing the names of the fixed parameters in the model
name.random
a vector containing the names of the random parameters in the model
name.sigma
a vector containing the names of the parameters of the residual error model
npar.est
the number of parameters estimated (fixed, random and residual)
fixed.effects
a vector giving the estimated h(mu) and betas
fixed.psi
a vector giving the estimated h(mu)
betas
a vector giving the estimated mu
betaC
a vector with the estimates of the fixed effects for covariates
omega
the estimated variance-covariance matrix
respar
the estimated parameters of the residual error model
fim
the Fisher information matrix
se.fixed
a vector giving the estimated standard errors of estimation for the fixed effect parameters
se.omega
a vector giving the estimated standard errors of estimation for Omega
se.cov
a matrix giving the estimated SE for each term of the covariance matrix (diagonal elements represent the SE on the variances of the random effects and off-diagonal elements represent the SE on the covariance terms)
se.respar
a vector giving the estimated standard errors of estimation for the parameters of the residual variability
parpop
a matrix tracking the estimates of the population parameters at each iteration
allpar
a matrix tracking the estimates of all the parameters (including covariate effects) at each iteration
indx.fix
the index of the fixed parameters (used in the estimation algorithm)
indx.cov
the index of the covariance parameters (used in the estimation algorithm)
indx.omega
the index of the random effect parameters (used in the estimation algorithm)
indx.res
the index of the residual error model parameters (used in the estimation algorithm)
MCOV
a matrix of covariates (used in the estimation algorithm)
cond.mean.phi
a matrix giving the conditional mean estimates of phi (estimated as the mean of the conditional distribution)
cond.mean.psi
a matrix giving the conditional mean estimates of psi (h(cond.mean.phi))
cond.var.phi
a matrix giving the variance on the conditional mean estimates of phi (estimated as the variance of the conditional distribution)
cond.mean.eta
a matrix giving the conditional mean estimates of the random effect eta
cond.shrinkage
a vector giving the shrinkage on the conditional mean estimates of eta
mean.phi
a matrix giving the population estimate (Ci*mu) including covariate effects
map.psi
a matrix giving the MAP estimates of individual parameters
map.phi
a matrix giving the MAP estimates of individual phi
map.eta
a matrix giving the individual estimates of the random effects corresponding to the MAP estimates
map.shrinkage
a vector giving the shrinkage on the MAP estimates of eta
phi
phi
psi.samp
a three-dimensional array with samples of psi from the conditional distribution
phi.samp
a three-dimensional array with samples of phi from the conditional distribution
phi.samp.var
a three-dimensional array with the variance of phi
ll.lin
log-likelihood computed by lineariation
aic.lin
Akaike Information Criterion computed by linearisation
bic.lin
Bayesian Information Criterion computed by linearisation
ll.is
log-likelihood computed by Importance Sampling
aic.is
Akaike Information Criterion computed by Importance Sampling
bic.is
Bayesian Information Criterion computed by Importance Sampling
LL
a vector giving the conditional log-likelihood at each iteration of the algorithm
ll.gq
log-likelihood computed by Gaussian Quadrature
aic.gq
Akaike Information Criterion computed by Gaussian Quadrature
bic.gq
Bayesian Information Criterion computed by Gaussian Quadrature
predictions
a data frame containing all the predictions and residuals in a table format
ypred
a vector giving the mean population predictions
ppred
a vector giving the population predictions obtained with the MAP estimates
ipred
a vector giving the individual predictions obtained with the MAP estimates
icpred
a vector giving the individual predictions obtained with the conditional estimates
ires
a vector giving the individual residuals obtained with the MAP estimates
iwres
a vector giving the individual weighted residuals obtained with the MAP estimates
icwres
a vector giving the individual weighted residuals obtained with the conditional estimates
wres
a vector giving the population weighted residuals
npde
a vector giving the normalised prediction distribution errors
pd
a vector giving the prediction discrepancies
An object of the SaemixData class can be created by using the function saemixData
and contain the following slots:
signature(x = "SaemixRes")
: replace elements of object
signature(x = "SaemixRes")
: access elements of object
signature(.Object = "SaemixRes")
: internal function to initialise object, not to be used
signature(x = "SaemixRes")
: prints details about the object (more extensive than show)
signature(object = "SaemixRes")
: internal function, not to be used
signature(object = "SaemixRes")
: shows all the elements in the object
signature(object = "SaemixRes")
: prints details about the object
signature(object = "SaemixRes")
: summary of the results. Returns a list with a number of elements extracted from the results ().
Emmanuelle Comets emmanuelle.comets@inserm.fr
Audrey Lavenu
Marc Lavielle.
Comets E, Lavenu A, Lavielle M. Parameter estimation in nonlinear mixed effect models using saemix, an R implementation of the SAEM algorithm. Journal of Statistical Software 80, 3 (2017), 1-41.
Kuhn E, Lavielle M. Maximum likelihood estimation in nonlinear mixed effects models. Computational Statistics and Data Analysis 49, 4 (2005), 1020-1038.
Comets E, Lavenu A, Lavielle M. SAEMIX, an R version of the SAEM algorithm. 20th meeting of the Population Approach Group in Europe, Athens, Greece (2011), Abstr 2173.
saemixData
SaemixModel
saemixControl
saemix
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.