Reconcile Possible Covariance Structure Inputs
h_reconcile_cov_struct(formula = NULL, covariance = NULL)
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.
(formula
)
the model formula, see details.
(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.