MixedModelDummy: Dummy vairable generator

View source: R/MixedModelDummy.R

MixedModelDummyR Documentation

Dummy vairable generator

Description

To generate the dummy variable for the fixed effects

Usage

MixedModelDummy(Data, FixEffects)

Arguments

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'.

Examples

## Example :
  data = Simplecoding(data = DemoData, Factor = 'CondA,CondB')
  MixedModelDummy(Data = data, FixEffects = 'CondA*CondB')

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