inst/snippet/step.R

###hop:3-9
step.model <- lm(HR - restHR ~ height * freq, step)
summary(step.model)
anova(step.model)
interaction.plot <- xyplot(HR - restHR ~ freq, data=step,
                           groups = height, type='a')

Try the fastR package in your browser

Any scripts or data that you put into this service are public.

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