| seMNprops {iNZightMR} | R Documentation |
SEs for Multinomial Proportions
seMNprops(n, phat)
n |
the number of observations in each group |
phat |
the estimates proportions for each group |
an ses.moecalc object
Junjie Zeng
phat <- table(iris$Species) / nrow(iris) seMNprops(nrow(iris), phat)