check.freq: Check frequencies for complete replications

View source: R/check_freq.R

check.freqR Documentation

Check frequencies for complete replications

Description

Check frequencies for designs with complete replications and one or several environments. This is a wrapper for ck.rcbd and ck.f functions.

Usage

check.freq(dfr, y, geno = "geno", rep = "rep", env = NULL)

Arguments

dfr

The name of the data frame.

y

The name of the column for the variable to analyze.

geno

The name of the column that identifies the genotypes.

rep

The name of the column that identifies the replications.

env

The name of the column that identifies the environments, NULL if there are no environments.

Value

Information about the balance, missing values, and replications of the design.

Author(s)

Raul Eyzaguirre.

Examples

check.freq(pjpz09, "trw", "geno", "rep")
check.freq(megaclones, "rytha", "geno", "rep", "env")

reyzaguirre/st4gi documentation built on March 29, 2025, 10:38 p.m.