Description Usage Arguments Details Value Author(s) See Also
Function to expand factor variables in dummy variables in a data.frame. See details.
1 |
data |
A data.frame. |
Variables in the data.frame of class factor is expanded in dummy variables. Each level of factor produce a new column in the dataframe, with presence (1) or absense (0) of level. The name of columns is a combination of orginal variable name plus the level separate by underscore ( _ ). Ordered factor and character class are not expanded.
data |
The data with all variables of class factor expanded. |
together |
A list with sugestion to group of traits that are analysed together. |
Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
syncsa
, organize.syncsa
, var.type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.