noise: Noise - unfinished documentation

Description Format Examples

Description

In order to test the effect of room noise, subjects were given a test under 5 diff sets of conditions: 1) no noise, 2) intermittent low volume, 3) intermittent high volume, 4) continuous low volume, and 5) continuous high volume.

Format

A data frame with 50 observations on the following 5 variables.

Examples

1
2
3
4
5
6
data(noise)
noise2 <- noise[noise$volume != 'none',] 
model <- lm(score~volume*frequency, data=noise2) 
anova(model)
xyplot(score~volume,noise2, groups=frequency, type='a',
		auto.key=list(columns=2, points=FALSE, lines=TRUE))

fastR documentation built on May 1, 2019, 11:18 p.m.