Learn R Programming

mistr (version 0.0.2)

poisdist: Creates an Object Representing Poisson Distribution

Description

The function creates an object which represents the Poisson distribution.

Usage

poisdist(lambda = 1)

Arguments

lambda

mean parameter, default: 1.

Value

Object of class poisdist.

Details

See Poisson.

See Also

Poisson

Examples

Run this code
# NOT RUN {
P <- poisdist(1)
d(P, c(2, 3, 4, NA))
r(P, 5)
# }

Run the code above in your browser using DataLab