anova_crd | R Documentation |
Anova analysis for given AST204 problem anova_crd gets the anova table for given dataset whose treatments are given rowwise and replications will be columnwise
anova_crd(data, info = c("anova", "All"))
info |
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_crd(mat,info="All")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.