Learn R Programming

PoisNor (version 1.3.3)

Cor.PP.Limit: Finds the feasible correlation range for a pair of Poisson variables

Description

The function computes the lower and upper bounds of a pairwise correlation between a pair of Poisson variables.

Usage

Cor.PP.Limit(lamvec)

Arguments

lamvec

A vector of marginal rates for a pair of Poisson variables.

Value

A vector of two elements. The first element is the lower bound and the second element is the upper bound.

Examples

Run this code
# NOT RUN {
Cor.PP.Limit(c(0.05, 0.07) )
# }

Run the code above in your browser using DataLab