[Solved]Need Help Coding R Consider Loaded Dice Probability Obtain Outcome 1 2p 3 Probability Obta Q37104058
I need help with coding in R:
Consider a loaded dice such that the probability to obtain anoutcome of 1 is 2p/3, the probability of obtaining 2, 3, 4 or 5 isp each, and the probability of obtaining 6 is 3p/2.
(1) Write a computer program to simulate the above loaded dice.Generate output.
(2) Use the output to make a plot to check that your programworks correctly.
I found p to be 6/37 but i do not know how to do the rest.
Expert Answer
Answer to I need help with coding in R: Consider a loaded dice such that the probability to obtain an outcome of 1 is 2p/3, the pr… . . .
OR

