Description Usage Arguments Value
View source: R/calculate_z_scores.R
Convert a matrix of autocorrelations to a matrix of
Z scores, such that the matrix has a mean of zero and a standard deviation
of one. If the matrix contains missing values, this scaling is performed for
each group of columns with equivalent numbers of missing values separately.
Optionally, if there are many possible numbers of missing values, the z score
can be calculated for approximately equal sized bins of missing value counts
using the bins
parameter.
1 | calculate_z_scores(autocor, bins = NA)
|
autocor |
the matrix of autocorrelations |
bins |
optionally, the number of bins into which to group nodes on the basis of the number of observations |
a matrix with identical dimensions to the input matrix, containing the autocorrelation Z score assigned to each non-missing observation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.