get_model_output: Create the full mixed model output

View source: R/fit_mmm.R

get_model_outputR Documentation

Create the full mixed model output

Description

Take the random effect estimates and return vcov and correlation matrices

Usage

get_model_output(estimates)

Arguments

estimates

A data.frame with estimates returned by the get_covariance() function.

Value

A list of 3 elements including:

estimates

A data.frame with the parameter estimates and standard errors

vcov

The Variance-Covariance matrix for the random effects

corr

A correlation matrix for the random effects


JanvandenBrand/jmmm documentation built on May 30, 2022, 9:37 a.m.