guiTVMM: A graphical user interface (GUI) of the package TVMM

Description Usage Arguments Value References Examples

View source: R/guiTVMM.R

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

1
guiTVMM(gui = TRUE)

Arguments

gui

Logical argument, TRUE or FALSE. The default is TRUE

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

1
2
3
4
library(TVMM)
if(interactive()){
  guiTVMM(gui=FALSE)
}

TVMM documentation built on Dec. 15, 2020, 5:33 p.m.

Related to guiTVMM in TVMM...