Description Usage Arguments Value Examples
Takes a vector x, from a data frame, and checks what proportion is within one and two standard deviations of the mean
1 | prop_normal(x)
|
x |
a vector |
an invisible list with two String variables stating whether or not the data column passes the check and the values of the upper and lower bounds of the intervals
1 2 3 4 5 | ## Not run:
x <- diamonds[1]
prop_normal(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.