sglo: Plot Mother and Baby Score Global (SGLO)

Description Usage Arguments Author(s) References Examples

View source: R/pvs_formulas.R

Description

In Participatory Varietal Selection (PVS) is quite common calculate Plot Mother Score global which is the sum of Plot Mother/Baby Score by Men (sm) and Plot Mother/Baby Score by Women (sw). All these scores are provided by agricultors using the number of corn kernels or beans for every genotype in the field.

Usage

1
sglo(sm = NULL, sw = NULL)

Arguments

sm

Plot Mother/Baby Score by Women. (Number of corn beans)

swm

Plot Mother/Baby Score by Men. (Number of corn kernels)

Author(s)

Omar Benites

References

Participatory Varietal Selection (PVS): Mother and baby trial design. International Potato Center. 2014

Examples

1
2
3
4
5
6
7
8
9
 
## Not run: 
#Participatory data example
sdata <- data.frame(genotypes= c("cip1","cip2","cip3","cip4"), score_women= c(11,6,8,4), score_men = c(10,5,10,1))
#The global score : score_women + score_men
sglo  <-  sglo(sdata$score_women,sdata$score_men)

## End(Not run)
 

omarbenites/sbformula documentation built on May 24, 2019, 12:55 p.m.