randPois: Create Random Poisson Data

Description Usage Arguments Value

Description

This function makes a random matrix by sampling rows from a Poisson distribution.

Usage

1
randPois(nrows, ncols = nrows, lambda = 100)

Arguments

nrows

An integer. The number of rows in the matrix.

ncols

An integer. The number of columns in the matrix.

lambda

Argument passed to rpois.

Value

A matrix.


tpq/amalgam documentation built on March 14, 2020, 10:27 a.m.