rowcoldata: Analysis of Row Column Experimental Design Data

Description Usage Format Examples

Description

The data us example of row-column augmented design.

Usage

1

Format

A data frame with 75 observations on the following 4 variables.

rows

a numeric vector

columns

a numeric vector

genotypes

gentypes 50 + 5 checks

yield

yield - a numeric vector

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(rowcoldata)
outp <- aug.rowcol(dataframe = rowcoldata, rows = "rows", columns = "columns", 
genotypes = "genotypes", yield = "yield")
outp$ANOVA # analysis of variance 
outp$Adjustment # adjusted values 

# calculation of means
stab <- aggregate( yield ~ genotypes, data=rowcoldata, FUN= mean)
hist(stab$yield, col = "cadetblue", xlab = "Grain Yield", 
main = "Mean yields from Augmented Yield Trial")

plantbreeding documentation built on May 2, 2019, 4:54 p.m.