View source: R/MixedModelDummy.R
MixedModelDummy | R Documentation |
To generate the dummy variable for the fixed effects
MixedModelDummy(Data, FixEffects)
Data |
Data in which dummy variables will be generated. This data should contain the variables for which the dummy variables are built. |
FixEffects |
The fixed effects to be investigated. A character parameter, like 'CondA+CondB' or 'CondA*CondB'. |
## Example :
data = Simplecoding(data = DemoData, Factor = 'CondA,CondB')
MixedModelDummy(Data = data, FixEffects = 'CondA*CondB')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.