Learn R Programming

radiant.data (version 0.8.1)

seprop: Standard error for proportion

Description

Standard error for proportion

Usage

seprop(x, na.rm = TRUE)

Arguments

x

Input variable

na.rm

If TRUE missing values are removed before calculation

Value

Standard error for proportion

Examples

Run this code
# NOT RUN {
seprop(c(rep(1L, 10), rep(0L, 10)))

# }

Run the code above in your browser using DataLab