Create a shiny app in R to demonstrate the sampling distribution of sample proportion. Your app should accept following arguments. • Population Proportion • Sample Size • Number of samples: default value is 500 Your function should output the sampling distribution of sample proportion as a histogram, mean of sample proportions, and SD of sample proportions.
Create a shiny app in R to demonstrate the sampling distribution of sample proportion. Your app should
accept following arguments.
• Population Proportion
• Sample Size
• Number of samples: default value is 500
Your function should output the sampling distribution of sample proportion as a histogram,
mean of sample proportions, and SD of sample proportions.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
can ya please do it step by step?
Create a shiny app in R to demonstrate the sampling distribution of sample proportion. Your app should
accept following arguments.
• Population Proportion
• Sample Size
• Number of samples: default value is 500
Your function should output the sampling distribution of sample proportion as a histogram,
mean of sample proportions, and SD of sample proportions.