geno.path {variability}R Documentation

Genotypic Path Analysis

Description

Genotypic Path Analysis

Usage

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

Arguments

dependent.var

trait to be used a dependent variable

independent.var

traits to be used as an indpendent variables

genotypes

vector containing genotpes

replication

vector containing replications

Value

Direct effects, indirect effects and residual

Examples

data(vardata)
# Grain yield is considered as a dependent variable
geno.path(vardata[11],vardata[3:10],vardata$Genotypes,vardata$Replication)

[Package variability version 0.1.0 Index]