Description Usage Arguments Value Dependencies Author(s) References See Also Examples
View source: R/gammaMatrix-gammacap_adfnb.R
Calculates the nonparametric bootstrapped asymptotic distribution-free (ADF) covariance matrix of the unique elements of the covariance matrix.
1 | gammacap_adfnb(x, bcap = 1000L, seed = NULL, names = TRUE, sep = ".")
|
x |
Numeric matrix, data frame, or vector. |
bcap |
Integer. Number of bootstrap samples. |
seed |
Integer. Random number generation seed. |
names |
Logical. Add names. |
sep |
Character string. Separator for variable names. |
A matrix.
rmvn_chol()
(test)
Ivan Jacob Agaloos Pesigan
Browne, M. W. (1984). Asymptotically distribution-free methods for the analysis of covariance structures. British Journal of Mathematical and Statistical Psychology, 37, 62–83. doi:10.1111/j.2044-8317.1984.tb00789.x.
Yung, Y.-F., & Bentler, P. M. (1994). Bootstrap-corrected ADF test statistics in covariance structure analysis. British Journal of Mathematical and Statistical Psychology, 47, 63–84. doi:10.1111/j.2044-8317.1994.tb01025.x.
Other Gamma Matrix Functions:
gammacap_adf()
,
gammacap_gen()
,
gammacap_mvnadj1()
,
gammacap_mvnadj2()
,
gammacap_mvn()
,
gammacap_nb()
,
gammacap_ols_generic()
,
gammacap_ols_hc_generic()
,
gammacap_ols_hc_qcap_generic()
,
gammacap_ols_hc_qcap()
,
gammacap_ols_hc()
,
gammacap_ols()
,
gammacapnames()
,
gammacap()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.