I know that you can get an anova table by using anova(). However, that's if you have the data already in r (ie you have a file and you read it into r). But I have a printed table as shown below:
How do I compute an anova table from this using r?
Thank you!