Learn R Programming

variability (version 0.1.0)

ancova: Analysis of Covariance

Description

Analysis of Covariance

Usage

ancova(data, genotypes, replication)

Arguments

data

traits to be analyzed

genotypes

vector containing genotypes

replication

vector containing replications

Value

ANCOVA, genotypic and phenotypic covariance

Examples

Run this code
# NOT RUN {
data(vardata)
ancova(vardata[3:11],vardata$Genotypes,vardata$Replication)
# }

Run the code above in your browser using DataLab