powRICLPM_Mplus | R Documentation |
The function powRICLPM_Mplus
has been superseded and is no longer available in the current version of the package.
powRICLPM_Mplus(...)
... |
(don't use) |
The functionality previously provided by powRICLPM_Mplus
has been replaced by powRICLPM
, where you can now set software = "Mplus"
.
powRICLPM()
## Not run:
# Use `software = "Mplus"` to setup power analysis for Mplus
out_preliminary <- powRICLPM(
target_power = 0.8,
search_lower = 500,
search_upper = 700,
search_step = 100,
time_points = c(3, 4),
ICC = c(0.4, 0.6),
reliability = c(1, 0.8),
RI_cor = 0.3,
Phi = Phi,
within_cor = 0.3,
reps = 1000,
seed = 1234,
software = "Mplus"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.