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

Description Usage Arguments Value Examples

View source: R/Cor.PP.Limit.R

Description

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

Usage

1
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

1
Cor.PP.Limit(c(0.05, 0.07) )

PoisNor documentation built on March 22, 2021, 9:05 a.m.