Description Usage Arguments Details Value References See Also
This functions calculates the individual parameter contributions (IPCs) of a fitted model.
1 | get_ipcs(x)
|
x |
a fitted model object. |
get_ipcs
is a convenience function for obtaining IPCs. The more
powerful ipcr
function also provides IPCs and can be used to predict
differences in model parameters by regressing the IPCs on covariates.
A data.frame
containing the of a fitted model. The dimensions of this
data.frame
are n * k, where n denotes the number of observations and
k the number of parameters. The columns should be named as in
coef
.
Arnold, M., Oberski, D. L., Brandmaier, A. M., & Voelkle, M. C. (2019). Identifying heterogeneity in dynamic panel models with individual parameter contribution regression. Structural Equation Modeling, 27, 613-628. doi: 10.1080/10705511.2019.1667240
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.