path_model {mars} | R Documentation |
Path Model Function
Description
This function fits the path model and returns adjusted standard errors.
Usage
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. |
Details
The input is the coefficients and the variance covariance matrix returned from the mars function.
Value
List output with class path; The output is the parameter estimates from the fitted path model.
[Package mars version 0.2.2 Index]