MixedModelDataSummary: Data Summary

View source: R/MixedModelDataSummary.R

MixedModelDataSummaryR Documentation

Data Summary

Description

Calculate the mean and standard error of dependent variable

Usage

MixedModelDataSummary(Data = , DV = 'DV',Cond = 'CondA', Group = NA)

Arguments

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

Examples

## Example :
  MixedModelDataSummary(Data = DemoData, DV = 'DV', Cond = 'CondA, CondB', Group = 'subj')
  MixedModelDataSummary(Data = DemoData, DV = 'DV', Cond = 'CondA, CondB')

usplos/YawMMF documentation built on July 12, 2024, 1:35 a.m.