View source: R/covariance_utils.R
ATS_fun | R Documentation |
A function which calculates the Anova-type-statistic based on a transformation function
ATS_fun(N, X, C, v, a, d, p, fun)
N |
sample size |
X |
matrix containing the bootstrap observations as columns |
C |
the hypothesis matrix |
v |
vectorized empirical covariance matrix of the original data |
a |
vector containing the indices which belongs to the diagonal of the covariance matrix |
d |
dimension of the covariance matrix |
p |
dimension of the vectorized matrix |
fun |
transformation function, that should be used.
|
a scalar, the value of the ATS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.