seMNprops {iNZightMR} | R Documentation |
Compute SE for Multinomial proportions
Description
SEs for Multinomial Proportions
Usage
seMNprops(n, phat)
Arguments
n |
the number of observations in each group |
phat |
the estimates proportions for each group |
Value
an ses.moecalc
object
Author(s)
Junjie Zeng
Examples
phat <- table(iris$Species) / nrow(iris)
seMNprops(nrow(iris), phat)
[Package iNZightMR version 2.3.0 Index]