se_bin: Calculate the SE of a bin

View source: R/se_bin.R

se_binR Documentation

Calculate the SE of a bin

Description

se_bin calculates the SE of input vector

Usage

se_bin(x)

Arguments

x

A vector of binary values that is numeric or can be coerced to be numeric.

Examples

# Here is an example
x <- sample(x = c(0, 1),  size = 10, replace = TRUE)
se_bin(x)


rethinkpriorities/rp-r-package documentation built on Jan. 7, 2023, 10:11 p.m.