Cor.PN.Limit {PoisNor}R Documentation

Finds the feasible correlation range for a pair of Poisson and normal variables

Description

The function computes the lower and upper bounds of a pairwise correlation between a Poisson and a normal variable via the method of Demirtas and Hedeker (2011).

Usage

Cor.PN.Limit(lam)

Arguments

lam

A marginal rate for a Poisson variable of the pair.

Value

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

References

Demirtas, H., Hedeker, D. (2011). A practical way for computing approximate lower and upper correlation bounds. The American Statistician; 65(2):104-109.

Examples

Cor.PN.Limit(0.05)


[Package PoisNor version 1.3.3 Index]