You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dist <- menu(c("Multinomial Distribution", "Normal Distribution", "Poisson Distribution", "Binomial Distribution"), title="Select the distribution of the Sample Statistic")
if(dist == 1){
sce <- menu(c("Test if the die is fair"), title="Select the scenario of Sample Statistic")
if(sce == 1){
K = as.numeric(readline("How many cell each die (K nomial)? "))