Learn R Programming

dobson (version 0.4)

balanced: Balanced data from table 6.12

Description

Fictitious balanced data for a two-factor ANOVA with equal numbers of observations in each subgroup

Usage

data(balanced)

Arguments

Format

A tibble with 12 observations and the following 3 variables.

factorA

factor A

factorB

factor B

data

dependent data

Examples

Run this code
# NOT RUN {
data(balanced)
summary(balanced)
# }

Run the code above in your browser using DataLab