anova_rcbd | R Documentation |
Anova analysis for given AST204 problem anova_rcbd gets the anova table for given dataset whose treatments are given rowwise and blocks will be columnwise
anova_rcbd(data)
data |
dataframe
obs = c(25,35,21,37,40,52,39,58,27,34,20,31) a = 3 b = 4 N = 12 mat = matrix(obs, nrow = a, ncol = b, byrow = T) anova_rcbd(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.