Means in R for checking published ANOVA from Cellular, SE and n

I would like to be able to take something like a two-way table of cellular tools with standard errors and sample sizes from a journal article and calculate the ANOVA table, create interaction graphs and other possible things.

I can do it manually, I'm just wondering if there are any ways (like a package) for this automatically in R.

Even some more convenient search queries can help, because searching for ANOVA, cell facilities and standard error is clearly not very selective.

+5
source share
1 answer

Look at the HH package. It seems to provide what you are looking for.

0
source

All Articles