bounds.corr.GSC.PP: Computes the approximate lower and upper bounds of the...

Description Usage Arguments Details Value References See Also Examples

Description

This function calculates the approximate lower and upper bounds for all count pairs by the method in Demirtas and Hedeker (2011).

Usage

1

Arguments

lamvec

a vector of lambda values of length n1.

Details

The approximate correlation bounds are computed via the 'Generate, Sort, and Correlate' (GSC) technique, proposed by Demirtas and Hedeker (2011).

Value

Returns a list with two components, both are matrices of size n1xn1.

min

lower correlation bound matrix

max

upper correlation bound matrix

References

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

See Also

bounds.corr.GSC.NNP, bounds.corr.GSC.PP

Examples

1
2
3
4
5
6
## Not run: 
lamvec = c(0.5,0.7,0.9)

bounds.corr.GSC.PP(lamvec) 

## End(Not run)

PoisNonNor documentation built on March 22, 2021, 9:07 a.m.