Description Usage Arguments Value Examples
Calculate the amount of slope variance at the third level
1 | get_ICC_slope(object, ...)
|
object |
An object created by |
... |
Optional named arguments. |
Returns the proportion of slope variance at the third level as
a numeric vector. NA
is returned for models with no slope variance
as either level two or three.
1 2 3 4 5 6 7 8 9 10 11 12 | paras <- study_parameters(n1 = 11,
n2 = 10,
n3 = 3,
T_end = 10,
sigma_subject_intercept = 1.2,
sigma_subject_slope = 0.2,
sigma_cluster_intercept = 0,
sigma_cluster_slope = 0.2,
sigma_error = 1.2,
cohend = -0.8)
get_ICC_slope(paras)
|
[1] 0.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.