ezA_VL: Augment ezANOVA output

Description Usage Arguments Value Examples

Description

This function augments the output from an ezANOVA for easier pasting into a manuscript.

Usage

1
ezA_VL(ezOut, digits = 2, genEs = F)

Arguments

ezOut

ezANOVA output.

digits

significant digits.

genEs

Whether to print the generalized eta squared or not

Value

augmented list. The txxthtml is a printable an HTML table. Use in conjunction with xtable.

Examples

1
2
3
data("donn_ag",package="muCoVL")
donn_ag[,durF:=factor(dur)]
outt<-ezA_VL(ezANOVA(data = donn_ag,dv = .(relE),wid = .(sub),within = .(dist,durF),between = .(Trial_Block,Group),type = 3,return_aov = T))

VinLaflamme/muCoVL documentation built on May 7, 2019, 7:14 p.m.