pheno.path {variability}R Documentation

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

data(vardata)
pheno.path(vardata[11],vardata[3:10],vardata$Genotypes,vardata$Replication)

[Package variability version 0.1.0 Index]