Description Usage Arguments Value Author(s) See Also Examples
adjusts a data.frame
to be more conducive to dredging. It automatically:
converts character
columns into factor
columns
applies apply_bcskew0
to numeric
and integer
columns
applies scale
to numeric
and integer
columns
1 |
data |
a |
the adjusted data.frame
Mark Newman, mark@trinetteandmark.com
Other utilities: apply_lag
,
force_categorical
,
identify_variables
1 2 3 4 5 6 7 8 |
set.seed(0)
data.frame(
a = 1:10,
b = rep("a", 10),
c = rnorm(10, mean = 4),
stringsAsFactors = FALSE) %>%
adjust_grid_for_regression()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.