MixedModelWrite: Model information write out

View source: R/MixedModelWrite.R

MixedModelWriteR Documentation

Model information write out

Description

Write the fixed effects of a given and the description information of a given data out to your disk. The out-put files will be in your working directory.

Usage

MixedModelWrite(Model = NULL, Data = NULL, Prefix = 'DV',...)

Arguments

Model

A model of which the fixed effects are to be written out.

Data

A data of which the description information is to be written out.

Prefix

Prefix of the written-out files. A character element.

...

Other parameters needed to be put into the MixedModelDataSummary().

Examples

## Example :
Model = lmer(data = DemoData, DV~CondA+(1|subj)+(1|item))
MixedModelWrite(Model = Model, Data = DemoData, DV = 'DV',Cond = 'CondA,CondB', Group = 'subj')

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