Question: 1. aov1.logRT
1. aov1.logRT <- aov(logRTdis ~ image + Error(Pilot/image), data = datac_clean) summary(aov1.logRT) Given the above model, how can I use the ANOVA command in R to have a repeated measure? Can you please exactly write the R code that I can use for having a repeated measure ANOVA? I do not want to use the aov command. I want to use maybe an ANOVA () command or anything you think it is better. But using the ANOVA ( ) will be great. Question 2 Linear Regression lr1.logRT <- lm(logRTdis ~ congruency + I(factor(image)), data = datac_clean) summary(lr1.logRT) For this question, I want two things. First create a model with R codes by creating dummy variables. The dummy variable is for IMAGE. It has three levels: SELF, OTHER, OBJECT. I want the SELF to be the reference. Second, create another model with R codes by also creating dummy variables. This time, the dummy variable is for CONGRUENCY. Either it is congruent (1) or it is not congruent (0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
