seP: Standard Error of a Proportion.

View source: R/seP.R

sePR Documentation

Standard Error of a Proportion.

Description

None yet.

Usage

seP(x)

Arguments

x

A vector containing only 1s and 0s. NAs are silently dropped.

Details

Returns the standard error of the proportion of 1s in a vector of 1s and 0s. The vector must contain only 1s and 0s. Missing values are silently dropped. If x is a matrix or data.frame then seP is applied column-wise and a vector of values is returned.

Value

The standard error of a proportion.

Author(s)

David Braze davebraze@gmail.com


davebraze/FDButils documentation built on Feb. 24, 2023, 12:14 a.m.