View source: R/MixedModelDataSummary.R
MixedModelDataSummary | R Documentation |
Calculate the mean and standard error of dependent variable
MixedModelDataSummary(Data = , DV = 'DV',Cond = 'CondA', Group = NA)
Data |
This data should contain the variables that you put into the function. |
DV |
The name of dependent variable. A character vector. |
Cond |
The name of variable on which the DV is summarized. A character vector. If you have more than one variable, please input them as one character element via collapsing them by comma. |
Group |
The name of group variable, usually the subject or the item. A character vector. Default value is NA |
## Example :
MixedModelDataSummary(Data = DemoData, DV = 'DV', Cond = 'CondA, CondB', Group = 'subj')
MixedModelDataSummary(Data = DemoData, DV = 'DV', Cond = 'CondA, CondB')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.