- x
A list of data with correlation/covariance matrix in x$data
and
sample sizes x$n
. Additional variables in x
can be attached.
- n
If x
is a list of correlation matrices without
x$data
and x$n
, a vector of sample sizes n
must
be provided.
- v.na.replace
Logical. Missing value is not allowed in definition
variables. If it is TRUE
(the default), missing value is
replaced by a large value (1e10). These values are not used in the analysis.
- cor.analysis
Logical. The output is either a correlation or
covariance matrix.
- acov
If it is weighted
, the average correlation/covariance
matrix is calculated based on the weighted mean with the sample
sizes. The average correlation/covariance matrix is used to calculate the sampling
variance-covariance matrices.
- Means
An optional matrix of means. The number of rows must be the same as the length of n
. The sampling covariance matrices of the means are calculated by the covariance matrices divided by the sample sizes. Therefore, it is important to make sure that covariance matrices (not correlation matrices) are used in x
when Means
are included; otherwise, the calculated sampling covariance matrices of the means are incorrect.
- row.names.unique
Logical, If it is FALSE
(the default), unique
row names are not created.
- append.vars
Whether to append the additional variables to
the output dataframe.
- asyCovOld
Whether to use the old version of asyCov
. See asyCov
.
- ...
Further arguments to be passed to asyCov
.