View source: R/VarietyDevPipe.R
multistageGain | R Documentation |
multistageGain function
multistageGain(corr, truncPts, Vg = 1)
corr |
matrix the correlation matrix from calcVDPcovMat |
truncPts |
vector the truncation points that came from multistageTruncPt |
Vg |
numeric the genotypic variance to provide a scale |
This function came essentially from the selectiongain package but then I simplified it very much by just using a current R package
numeric the expected gain from selection
vdpCovMat <- multistageGain(corr, truncPts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.