Random numbers in normal distribution
-
rnorm
-
hist
-
Normal distribution
-
Histogram of the numbers
normal_numbers = rnorm(100)
hist(normal_numbers)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
rnorm
hist
Normal distribution
Histogram of the numbers
normal_numbers = rnorm(100)
hist(normal_numbers)