For the t-test, you used the two-tailed t-test. It is the default. Here I
think you should set alternative="less" in the t.test function.
2014-06-29 8:41 GMT-05:00 dhs :
> Trying to understand how to analyze my data, sample data follows. I want
> to know if the student scores increased from sem
Trying to understand how to analyze my data, sample data follows. I want to
know if the student scores increased from sem1 to sem2 (semesters), and whether
the inGroup scores increase more.
Hereâs what I did with sample data:
students <- c("s1â, âs2â, "s3")
inGroup<- c(T, F, T)
score
2 matches
Mail list logo