Learn R Programming

iNZightMR (version 2.3.0)

seBinprops: Independent Binomial Proportions

Description

Compute SEs for Independent Binomial Proportions

Usage

seBinprops(ns, phats)

Value

an ses.moecalc object

Arguments

ns

the number of observations in the independent groups

phats

the proportions of TRUE/1's etc.

Author

Junjie Zeng

Examples

Run this code
seBinprops(c(50, 30), c(0.3, 0.7))

Run the code above in your browser using DataLab