Learn R Programming

iNZightMR (version 2.3.0)

seMRprops: Multiple binary response

Description

SE's for multiple binary response

Usage

seMRprops(obj)

Value

an ses.moecalc object

Arguments

obj

something that can be turned into a matrix

Author

Junjie Zeng

Examples

Run this code
x <- data.frame(
    v1 = rbinom(20, 1, 0.8),
    v2 = rbinom(20, 1, 0.3),
    v3 = rbinom(20, 1, 0.5)
)
seMRprops(x)

Run the code above in your browser using DataLab