aov.f: ANOVA for a factorial experiment

View source: R/aov_f.R

aov.fR Documentation

ANOVA for a factorial experiment

Description

Fit an analysis of variance model for a factorial experiment with a CRD or RCBD.

Usage

aov.f(trait, factors, rep, dfr, maxp = 0.1)

Arguments

trait

The name of the column for the trait to analyze.

factors

The names of the columns that identify the factors.

rep

The name of the column that identifies the replications or blocks, NULL for a CRD.

dfr

The name of the data frame.

maxp

Maximum allowed proportion of missing values to estimate, default is 10%.

Value

It returns the ANOVA table.

Author(s)

Raul Eyzaguirre.

Examples

aov.f("asc.dw", c("geno", "treat"), NULL, asc)

reyzaguirre/st4gi documentation built on April 20, 2024, 3:53 a.m.