corr.nn4pp: Finds the underlying bivariate normal correlation given the...

Description Usage Arguments Value References Examples

View source: R/corr.nn4pp.R

Description

This function computes the underlying bivariate normal correlation given the specified correlation for a pair of count variables.

Usage

1
corr.nn4pp(lambda1, lambda2, PP.cor)

Arguments

lambda1

Rate parameter for the first count variable.

lambda2

Rate parameter for the second count variable.

PP.cor

Pre-specified correlation for a pair of count variables.

Value

Correlation of underlying bivariate normal data.

References

Amatya, A. & Demirtas, H. (2015). Simultaneous generation of multivariate mixed data with Poisson and normal marginals. Journal of Statistical Computation and Simulation, 85(15), 3129-3139.

Examples

1
2
3
4
## Not run: 
corr.nn4pp(0.5, 2, 0.4)

## End(Not run)

PoisBinOrdNor documentation built on March 22, 2021, 9:08 a.m.