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

Description Usage Arguments Value Examples

View source: R/corr.nn4pn.R

Description

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

Usage

1
corr.nn4pn(lam, PN.cor)

Arguments

lam

Rate parameter for the count variable.

PN.cor

Pre-specified correlation for a pair of count and normal variables.

Value

Correlation of underlying bivariate normal data.

Examples

1
2
3
4
## Not run: 
corr.nn4pn(0.5, 0.32)

## End(Not run)

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