Description Usage Arguments Value See Also Examples
Calculate the model implied standard deviations per time point
1 | get_sds(object, treatment = "treatment", n = 1)
|
object |
An object created by |
treatment |
|
n |
Optional; selects row n if |
data.frame
with class plcp_sds
containing the model
implied standard deviations per time point.
get_VPC
, get_correlation_matrix
1 2 3 4 5 6 7 8 9 10 11 12 13 | paras <- study_parameters(n1 = 11,
n2 = 10,
n3 = 6,
T_end = 10,
icc_pre_subject = 0.5,
icc_pre_cluster = 0,
icc_slope = 0.05,
var_ratio = 0.03)
get_sds(paras)
# plot
plot(get_sds(paras))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.