prop_normal: Normalcy Proportions Test

Description Usage Arguments Value Examples

View source: R/prop_normal.R

Description

Takes a vector x, from a data frame, and checks what proportion is within one and two standard deviations of the mean

Usage

1

Arguments

x

a vector

Value

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

Examples

1
2
3
4
5
## Not run: 
x <- diamonds[1]
prop_normal(x)

## End(Not run)

leahpom/MATH5793POMERANTZ documentation built on May 10, 2021, 9:52 a.m.