Re: [R] Analysis using repeated measure mixed effect anova

2014-06-29 Thread Michael Peng
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

[R] Analysis using repeated measure mixed effect anova

2014-06-29 Thread dhs
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