powered by
The function creates an object which represents the normal distribution.
normdist(mean = 0, sd = 1)
Object of class normdist.
mean parameter, default: 0.
standard deviation parameter, default: 1.
See Normal.
Normal
N <- normdist(1, 5) d(N, c(2, 3, 4, NA)) r(N, 5)
Run the code above in your browser using DataLab