The full Fisher Information Matrix (FIM) for one individual Calculating one model switch at a time, good for large matrices.
Source:R/mf7.R
mf7.Rd
Compute the full FIM for one individual given specific model(s), parameters, design and methods. This computation calculates the FIM for each model switch separately. Correlations between the models parameters are assumed to be zero.
Arguments
- model_switch
A vector that is the same size as xt, specifying which model each sample belongs to.
- x
A vector for the discrete design variables.
- a
A vector of covariates.
- bpop
The fixed effects parameter values. Supplied as a vector.
- d
A between subject variability matrix (OMEGA in NONMEM).
- sigma
A residual unexplained variability matrix (SIGMA in NONMEM).
- docc
A between occasion variability matrix.
- poped.db
A PopED database.
See also
Other FIM:
LinMatrixH()
,
LinMatrixLH()
,
LinMatrixL_occ()
,
calc_ofv_and_fim()
,
ed_laplace_ofv()
,
ed_mftot()
,
efficiency()
,
evaluate.e.ofv.fim()
,
evaluate.fim()
,
gradf_eps()
,
mf3()
,
mftot()
,
ofv_criterion()
,
ofv_fim()