Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

variability (version 0.1.0)

geno.path: 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

Run this code
# NOT RUN {
data(vardata)
# Grain yield is considered as a dependent variable
geno.path(vardata[11],vardata[3:10],vardata$Genotypes,vardata$Replication)
# }

Run the code above in your browser using DataLab