Learn R Programming

ANOFA (version 0.1.3)

minimalExample: minimalExample

Description

The data in compiled format are analyzed with an Analysis of Frequency Data method (described in lc23bANOFA.

Usage

minimalExample

Arguments

Format

An object of class data.frame.

References

Examples

Run this code
library(ANOFA)

# the minimalExample data (it has absolutely no effect...) 
minimalExample

# perform an anofa on this dataset
w <- anofa( Frequency ~ Intensity * Pitch, minimalExample)

# We analyse the intensity by levels of pitch
   e <- emFrequencies(w, ~ Intensity | Pitch)

# decompose by 
f <- contrastFrequencies(e, list(
      "low & medium compared to high" = c(1,1,-2)/2, 
      "low compared to medium       " = c(1,-1,0)))


Run the code above in your browser using DataLab