R/sd-calculation.R
prop_sd.Rd
Use this function to calculate the standard deviation of a proportion (e.g. rate). The standard deviation is a measure of spread that represents how far the population proportion is from the sample proportions on average.
prop_sd(num, denom)
This is the numerator of the proportion.
This is the denominator of the proportion.
The standard deviation of a proportion.
prop_sd(5,20) #> [1] 0.09682458