path_model.Rd
This function fits the path model and returns adjusted standard errors.
path_model(
mars_object,
model,
num_obs = NULL,
adjust_se = TRUE,
method_null = "sem",
...
)
List output with class path; The output is the parameter estimates from the fitted path model.
The input is the coefficients and the variance covariance matrix returned from the mars function.