anova_rcbd: Anova analysis for given AST204 problem anova_rcbd gets the...

View source: R/rcbd.R

anova_rcbdR 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

Description

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

Usage

anova_rcbd(data)

Arguments

data

Value

dataframe

Examples

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)

shafayetShafee/AST documentation built on March 4, 2023, 11:20 p.m.