h_mmrm_tmb_extract_cov {mmrm} | R Documentation |
Extract covariance matrix from TMB
report and input data
Description
This helper does some simple post-processing to extract covariance matrix or named list of covariance matrices if the fitting is using grouped covariance matrices.
Usage
h_mmrm_tmb_extract_cov(tmb_report, tmb_data, visit_var, is_spatial)
Arguments
tmb_report |
( |
tmb_data |
( |
visit_var |
( |
is_spatial |
( |
Value
Return a simple covariance matrix if there is no grouping, or a named list of estimated grouped covariance matrices, with its name equal to the group levels.
[Package mmrm version 0.3.15 Index]