seBinprops {iNZightMR}R Documentation

Independent Binomial Proportions

Description

Compute SEs for Independent Binomial Proportions

Usage

seBinprops(ns, phats)

Arguments

ns

the number of observations in the independent groups

phats

the proportions of TRUE/1's etc.

Value

an ses.moecalc object

Author(s)

Junjie Zeng

Examples

seBinprops(c(50, 30), c(0.3, 0.7))

[Package iNZightMR version 2.3.0 Index]