multinorm.plot | R Documentation |
Graphic Display of Multinomial Probability Distribution Function
multinorm.plot(ps, size)
ps |
Probability (or proportion) matrix with column for each group |
size |
Sample size |
Matrix of multinomial PDF
library(scatterplot3d) ps = matrix(c(1,1,8, 1,5,4, 4,4,2, 1,1,1), nrow=4, ncol=3, byrow=T) multinorm.plot(ps, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.