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",
  ...
)

Arguments

mars_object

The mars fitted object.

model

This is model syntax specified in the format by lavaan.

num_obs

Number of observations

adjust_se

Adjust the standard errors to reflect the ...

method_null

Unsure

...

Currently not used.

Value

List output with class path; The output is the parameter estimates from the fitted path model.

Details

The input is the coefficients and the variance covariance matrix returned from the mars function.