All functions |
|
---|---|
Display the base R colour options. |
|
consecutive summation |
|
Check the number of copies/duplicated rows in a data frame. |
|
Obtain the counts for unique values of a vector. |
|
Obtain the counts for unique values of all variables in a data frame. |
|
Obtain the top and bottom "n" counts for unique values of a vector. |
|
Obtain the top and bottom "n" counts for unique values of all variables in a data frame. |
|
Obtain a descriptive summary of a variable. |
|
Obtain descriptive summaries for all variables in a data frame. |
|
Obtain confidence intervals for a summary statistic of a numeric vector. |
|
Confidence intervals for a summary statistic of numeric variables in a data frame. |
|
Obtain a descriptive summary of missing values for a variable. |
|
Obtain a descriptive summary of missing values for all variables in a data frame. |
|
Check the number of duplicated rows in a data frame. |
|
"elucidate: a collection of convenience functions to help researchers elucidate patterns in their data." |
|
negative value matching |
|
Get the quantile(s) corresponding to a vector of values. |
|
Calculate the kurtosis of a numeric variable. |
|
Obtain a (bootstrapped) confidence interval for the mean of a numeric vector. |
|
Obtain a bootstrapped confidence interval for the median of a numeric vector. |
|
Obtain the mode of a vector. |
|
practice data for package testing and development |
|
Generate a bar plot. |
|
Generate a box-and-whisker plot. |
|
Combine plots into a multi-panel display with the |
|
Generate a density plot. |
|
Generate a histogram. |
|
Generate a line graph. |
|
Generate a bar plot of missing values for a variable. |
|
Generate a set of bar plots to assess the amount of missing (NA) values for all variables in a data frame. |
|
Generate a pie chart. |
|
Generate a rain cloud plot. |
|
Generate a scatterplot. |
|
Plot a sample mean or median +/- error bars. |
|
Plot variables/vectors using a class-appropriate plot_* function. |
|
Plot all variables/vectors in a data frame using a class-appropriate |
|
Plot all variables/vectors in a data frame using a class-appropriate |
|
Generate a violin plot. |
|
Recode a vector of erroneous values in a vector or data frame column(s). |
|
Calculate the standard error of the mean. |
|
Calculate the skewness of a numeric variable. |
|
Obtain a bootstrapped confidence interval for a summary statistic of a numeric vector. |
|
Convert a static data frame or ggplot object to a dynamic form to facilitate interactive data exploration. |
|
Recode a variable using a matched pair of vectors. |
|
clean up a data frame by parsing/updating column classes. |