buildBinary | R Documentation |
Assign a binary number (i.e. '0' or '1') to two columns containing the number of offspring. Copy information by the number of times equal to the number of offspring.
buildBinary(dat, copy, one, zero)
dat |
Data frame to convert. |
copy |
Column numbers to copy. |
one |
Column name of counts to assign a '1' value. |
zero |
Column name of counts to assign a '0' value. |
Replicate-level data should be converted to the individual-level to not underestimate phenotypic variance, which can influence genetic and maternal estimates (see Puurtinen et al. 2009).
A converted data frame with a number of row matching the total number of individuals.
Puurtinen M, Ketola T, Kotiaho JS. 2009. The good-genes and compatible-genes benefits of mate choice. The American Naturalist 174(5): 741-752. DOI: 10.1086/606024
buildMulti
data(chinook_survival)
chinook_survival2<- buildBinary(dat=chinook_survival,copy=c(1:6,9),one="alive",zero="dead")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.