View source: R/trans.binomial.R
trans.binomial | R Documentation |
Permite convertir cualquier variable numerica en variable binomial de 0 y 1, presencia-ausencia.
trans.binomial(dataframe, variable)
dataframe |
dataframe |
variable |
variable numerica a transformar en binomial. |
vector transformado en 0 y 1.
#df <- trans.binomial(dataframe = data, variable = concentration)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.