inst/snippets/Example8.5.R

head(StudentSurvey, 3)
favstats( ~ Pulse, data = StudentSurvey)
favstats(Pulse ~ Award, data = StudentSurvey)
anova(lm(Pulse ~ Award, StudentSurvey))

Try the Lock5withR package in your browser

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

Lock5withR documentation built on May 2, 2019, 3:43 p.m.