guiTVMM {TVMM} | R Documentation |
A graphical user interface (GUI) of the package TVMM
Description
A graphical user interface (GUI) of the package TVMM to perform more general hypothesis tests on the vector of multivariate population means.
https://rpubs.com/Henriqueufla/617206 for more details.
Usage
guiTVMM(gui = TRUE)
Arguments
gui |
Logical argument, |
Value
guiTVMM
A graphical user interface (GUI) for performing tests on the vector of multivariate population means.
References
Henrique J. P. Alves & Daniel F. Ferreira (2019): Proposition of new alternative tests adapted to the traditional T2 test, Communications in Statistics - Simulation and Computation, DOI: 10.1080/03610918.2019.1693596
Examples
library(TVMM)
if(interactive()){
guiTVMM(gui=FALSE)
}
[Package TVMM version 3.2.1 Index]