EMAtools (version 0.1.3)

lme.dscore: Calculate d scores from an lme4 or nlme object

Description

This will calculate Cohen's D for each effect in an lme4 object.

Usage

lme.dscore(mod, data, type)

Arguments

mod

An lme4 or nlme object

data

The dataset the lme4 or nlme object was drawn from

type

Either "lme4" or "nlme"

Value

A table of d-scores.

Examples

Run this code
# NOT RUN {
model1<-lmer(DV~IV1+IV2+IV3+(1|subject),data=DATA_1)
# }
# NOT RUN {
 
# }
# NOT RUN {
lme.dscore(model1,data=DATA_1,type="lme4")
# }

Run the code above in your browser using DataLab