genbivunif.a {BivUnifBin} | R Documentation |
Simulating Bivariate Uniform Data via Beta(a,1)
Description
This function simulates bivariate uniform data via Beta(a,1) and a specified correlation (rho) as described in Demirtas (2014).
Usage
genbivunif.a(N=10000, rho, print.cor=TRUE)
Arguments
N |
The sample size for the bivariate uniform data to be simulated. Default is 10,000. |
rho |
Theoretical correlation for the uniform data to be simulated. |
print.cor |
Option to print correlation results. Default is TRUE. |
Value
A list of length 3 containing the simulated bivariate uniform data, the theoretical correlation specified by the user, and the empirical correlation of the simulated data titled unif.dat, specified.rho, and empirical.rho, respectively.
See Also
Examples
set.seed(98732)
res.gena<-genbivunif.a(N=10000, rho=0.9)
#"Specified rho is 0.9 and empirical rho is 0.898361."
[Package BivUnifBin version 1.3.3 Index]