corvectors()
is a function to obtain a multivariate dataset by specifying
the relation between those specified variables.
Usage
corvectors(
data,
corm,
tol = 0.005,
conv = 10000,
cores = 2,
splitsize = 1000,
verbose = FALSE,
seed
)
Arguments
- data
a data matrix containing the data
- corm
A value containing the desired correlation or a vector or data matrix containing the desired correlations
- tol
A single value or a vector of tolerances with length
ncol(data) - 1
. The default is 0.005- conv
The maximum iterations allowed. Defaults to 1000.
- cores
The number of cores to be used for parallel computing
- splitsize
The size to use for splitting the data
- verbose
Logical statement. Default is FALSE
- seed
An optional seed to set