aovlist_2: aovlist_2

aovlist_2R Documentation

aovlist_2

Description

Model of class aovlist

Usage

aovlist_2

Format

An object of class aovlist (inherits from listof) of length 3.

Examples


data <- iris
data$Cat1 <- rep(c("X", "X", "Y"), length.out = nrow(data))
data$Cat2 <- rep(c("A", "B"), length.out = nrow(data))

aov(Sepal.Length ~ Species * Cat1 + Error(Cat2), data = data)


easystats/circus documentation built on June 10, 2025, 7:22 p.m.