h_reconcile_cov_struct: Reconcile Possible Covariance Structure Inputs

View source: R/cov_struct.R

h_reconcile_cov_structR Documentation

Reconcile Possible Covariance Structure Inputs

Description

Reconcile Possible Covariance Structure Inputs

Usage

h_reconcile_cov_struct(formula = NULL, covariance = NULL)

Arguments

formula

(formula)
the model formula, see details.

covariance

(cov_struct)
a covariance structure type definition as produced with cov_struct(), or value that can be coerced to a covariance structure using as.cov_struct(). If no value is provided, a structure is derived from the provided formula.

Value

The value covariance if it's provided or a covariance structure derived from the provided formula otherwise. An error is raised of both are provided.


mmrm documentation built on Oct. 7, 2024, 1:14 a.m.