trim | R Documentation |
This function will trim variable(s) based on a zscore cutoff
trim(x, variables, cutoff = 3.5, replace = "NA", id = "")
x |
dataframe |
variables |
variables c() to be trimmed |
cutoff |
zscore cutoff to use for trimming (default: 3.5) |
replace |
What value should the trimmed values be replaced with. (default: replace = "NA") |
trim(x, variables = c(), cutoff = 3.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.