| DichotomizeFactor | R Documentation | 
Converts a list of variable or data frames into a data.frame.
DichotomizeFactor(
  variable,
  cutoff = 0.5,
  warning = FALSE,
  name = RemoveParentName(deparse(substitute(variable)))
)
variable | 
 A variable in a DataSet or data.frame.  | 
cutoff | 
 The cutoff point to split the variable into.  | 
warning | 
 If TRUE, raise a warning showing the new levels.  | 
name | 
 An alternate name to show instead of the deparsed variable name.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.