
Convert a Mixed Correlation Object to a mars-Compatible Object
corr_to_mars.RdConvert a Mixed Correlation Object to a mars-Compatible Object
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)
} # }