cv_to_omega {PKPDsim} | R Documentation |
Create lower-diagonal omega matrix from CV for parameter estimates
Description
Create lower-diagonal omega matrix from CV for parameter estimates
Usage
cv_to_omega(par_cv = NULL, parameters = NULL)
Arguments
par_cv |
list of parameter CVs |
parameters |
list of parameters |
Value
a vector describing the lower triangle of the omega (between-subject variability) matrix
See Also
[Package PKPDsim version 1.3.0 Index]