demo/cs28.r

data (course.df)
stripchart(Exam~Stage1,pch=1,method="stack",main="Exam mark by Stage 1",ylab="grade in 10x",xlab="20x exam mark",data=course.df)
summaryStats(Exam~Stage1,data=course.df)
exam.fit<-lm(Exam~Stage1,data=course.df)
eovcheck(exam.fit)
normcheck(exam.fit)
summary1way(exam.fit)
multipleComp(exam.fit)

Try the s20x package in your browser

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

s20x documentation built on Aug. 21, 2023, 5:07 p.m.