def_stand_params | R Documentation |
The function adds the algebra defining the standardized parameters of a RAM model and a fancy table with raw and standardized estimates.
def_stand_params(model)
model |
|
MxModel
object.
The standardization is based on the variances from the expected covariation
matrix of the model. One-way paths are standardized as
b_XY * \sqrt{V_Y}/\sqrt{V_X}
(CHECK!!!). Two-way paths are
standardized as Cov_XY / (\sqrt{V_X}\sqrt{V_Y})
.
The function defines two output tables: Parameter_table
includes
one-way and two-way paths and Means
include the means. The user can
identify the confidence intervals for the whole table or for its part,
see examples for def_ci
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.