Description Usage Arguments Value See Also Examples
View source: R/outlier_impact.R
Create data frame with outliers and summary statistics for each variable
1 | outlier_impact(df, x = 2.5)
|
df |
data frame with ID as first column |
x |
number of standard deviations away from the mean to qualify as an outlier |
data frame consisting of summary statistics for the input dataframe and potential dataframe if outliers were to be removed at that threshold
Other summary functions: chisq_tests
,
correlations
, freq_tables
,
get_uniq
, sample_size
Other continuous variable functions: box_plot
,
correlations
, hist_fun
,
multi_plot
, qq_fun
,
qq_plot
, remove_outliers
1 2 3 | require(NHANES)
data(NHANES)
outlier_impact(get_continuous(NHANES), x=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.