Skip to contents

Convert a Mixed Correlation Object to a mars-Compatible Object

Usage

corr_to_mars(x)

Arguments

x

An object returned by mixed_corr_meta.

Value

A list object with the fields required by path_model.

Examples

if (FALSE) { # \dontrun{
corr_fit <- mixed_corr_meta(math_correlations)
mars_like <- corr_to_mars(corr_fit)
names(mars_like)
} # }