expand_Anova {sdamr}R Documentation

Expand all contrast terms in car::Anova

Description

This is an experimental function

Usage

expand_Anova(mod, type = c("III", "II", 3, 2), ...)

Arguments

mod

A model of class lm

type

SS Type (see ?car::Anova)

...

Further arguments passed to Anova

Value

Object of class anova returned by car::Anova

Examples

data("tetris2015")
mod <- lm(Days_One_to_Seven_Number_of_Intrusions ~ Condition, data=tetris2015)
car::Anova(mod,type=3) # default type III Anova table
expand_Anova(mod,type=3)

[Package sdamr version 0.0.0.9005 Index]