testGvsGH: Compute simulation-based _p_-value of log-likelihood ratio...

Description Usage Arguments Value References Examples

View source: R/testGvsGH.R

Description

Compute simulation-based p-value of log-likelihood ratio test \insertCitebee2021btukeyGH.

Usage

1
testGvsGH(x, nsim, verbose = "vv")

Arguments

x

data.

nsim

number of Monte Carlo simulations

verbose

function verbosity. Values v, vv and vvv are admitted, whereas other values (such as "" or FALSE) will make the function silent.

Value

Object of class testGvsGH.

References

\insertAllCited

Examples

1
2
3
4
5
6
7
## Not run: 

data(EPWS2014)
# Warning: the following code may take up to 30 mins to be run
testGvsGH(EPWS2014, 30)

## End(Not run)

tukeyGH documentation built on April 10, 2021, 9:06 a.m.