tstat-methods: Method to extract inflation- and bias-corrected...

tstatR Documentation

Method to extract inflation- and bias-corrected test-statistics

Description

Method to extract inflation- and bias-corrected test-statistics

Usage

tstat(object, corrected = TRUE)

## S4 method for signature 'Bacon'
tstat(object, corrected = TRUE)

Arguments

object

'bacon'-object

corrected

optional return uncorrected

Value

vector or matrix of test-statistics

See Also

bacon

Examples

y <- rnormmix(2000, c(0.9, 0, 1, 0, 4, 1))
##nbins = 100 to speed up the calculations
bc <- bacon(y, nbins=100)
head(tstat(bc))

mvaniterson/bacon documentation built on April 19, 2024, 5:32 p.m.