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

View source: R/crd.R

anova_crdR 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

Description

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

Usage

anova_crd(data, info = c("anova", "All"))

Arguments

info

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_crd(mat,info="All")

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