traits <- params$traits
geno <- params$geno
env <- params$env
rep <- params$rep
dfr <- params$dfr
means <- params$means
lb <- params$lb

eindex <- elston(traits, geno, env, rep, dfr, means, lb)

The Elston index

The Elston index for each genotype is shown below. As you see, genotype r (eindex[sort(eindex$E.Index, decreasing = T, index.return = T)$ix, ])[1,1] is the one with the highest value.

eindex[sort(eindex$E.Index, decreasing = T, index.return = T)$ix, ]


CIP-RIU/hidap documentation built on April 30, 2021, 9:21 p.m.