Hi to everyone, I am tring to make a Anova with repeated measures,my data set 
looks like:
participantes <- c("1", "2", "3", "4", "5", "6", "7", "8", "1", "2", "3", "4",  
 "5", "6", "7", "8", "1", "2", "3", "4", "5", "6", "7", "8")
grupo <- factor(c(rep("A", 8), rep("B", 8), rep("C", 8)))valor <- c(1, 2, 4, 1, 
1, 2, 2, 3, 3, 4, 4, 2, 3, 4, 4, 3, 4, 5, 3, 5, 5, 3,  4, 6)df2 <- 
data.frame(participantes, grupo, valor)
I want to find if there is differences in the "grupo"  in each participant. I 
don't know how to find this p-value for each participant, could you help me, 
please??Thanks a lot                                           
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to