Description Usage Arguments Value Author(s) See Also Examples
View source: R/gammaMatrix-gammacapnames.R
Dimension Names for the Gamma Matrix
1 | gammacapnames(x, sep = ".", mean_structure = FALSE)
|
x |
Matrix or data frame. |
sep |
Character string. Separator for variable names. |
mean_structure |
Logical.
Add names for means.
If |
A vector.
Ivan Jacob Agaloos Pesigan
Other Gamma Matrix Functions:
gammacap_adfnb()
,
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()
,
gammacap()
1 2 3 4 5 | x <- matrix(c(1, 0.5, 0.5, 1), nrow = 2)
colnames(x) <- rownames(x) <- c("var1", "var2")
gammacapnames(x)
gammacapnames(x, mean_structure = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.