Cor.PP.Limit {PoisNor} | R Documentation |
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
Cor.PP.Limit(c(0.05, 0.07) )
[Package PoisNor version 1.3.3 Index]