multilevel | R Documentation |
Multilevel Correlation
multilevel(data, vars, facs, icc = TRUE, multi = FALSE)
data |
The data as a data frame. |
vars |
. |
facs |
. |
icc |
. |
multi |
. |
A results object containing:
results$instructions | a html | ||||
results$icc | a table | ||||
results$multi | a table | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$icc$asDF
as.data.frame(results$icc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.