Learn R Programming

variability (version 0.1.0)

pheno.path: Phenotypic Path Analysis

Description

Phenotypic Path Analysis

Usage

pheno.path(dependent.var, independent.var, genotypes, replication)

Arguments

dependent.var

trait to be considered as a dependent variable

independent.var

traits to be connsidered as an independent variables

genotypes

vector containing genotypes

replication

vector containing replicatons

Value

Direct effects, indirect effects and residual

Examples

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

Run the code above in your browser using DataLab