powered by
SEs for Multinomial Proportions
seMNprops(n, phat)
an ses.moecalc object
ses.moecalc
the number of observations in each group
the estimates proportions for each group
Junjie Zeng
phat <- table(iris$Species) / nrow(iris) seMNprops(nrow(iris), phat)
Run the code above in your browser using DataLab