Q:

Write a R program to create bell curve of a random normal distribution

0

Write a R program to create bell curve of a random normal distribution.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

n = floor(rnorm(10000, 500, 100))
t = table(n)
barplot(t)

Sample Output:

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now