Learn R Programming

mistr (version 0.0.6)

normdist: Creates an Object Representing Normal Distribution

Description

The function creates an object which represents the normal distribution.

Usage

normdist(mean = 0, sd = 1)

Value

Object of class normdist.

Arguments

mean

mean parameter, default: 0.

sd

standard deviation parameter, default: 1.

Details

See Normal.

See Also

Examples

Run this code
N <- normdist(1, 5)
d(N, c(2, 3, 4, NA))
r(N, 5)

Run the code above in your browser using DataLab