path_model | R Documentation |
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",
...
)
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. |
The input is the coefficients and the variance covariance matrix returned from the mars function.
List output with class path; The output is the parameter estimates from the fitted path model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.