re.clustsize.cont | R Documentation |
For a continuous outcome, computes the relative efficiency (ratio of the variances) of a cluster randomized trial with varying cluster sizes to that of a cluster randomized trial with constant cluster sizes, assuming equal total number of subjects.
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.