re.clustsize.cont | R Documentation |
For a continuous outcome, computes the relative efficiency (ratio of the variances) of a cluster randomized or multisite trial with varying cluster (site) sizes to that of a trial with constant cluster sizes, assuming equal total number of subjects. This approximation may not be valid for all combinations of parameters, for example when m.sd is large.
re.clustsize.cont(m, m.sd, icc)
m |
The number of subjects per cluster or the mean cluster size (if unequal number of participants per cluster). |
m.sd |
The standard deviation of cluster sizes (in case of unequal number of participants per cluster). |
icc |
The intraclass correlation coefficient. For a multisite trial this is icc1. For a CRT this is the average of the 2 icc's. |
The computed RE.
re.clustsize.cont(m = 25, m.sd = 15, icc = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.