setBoottest_engine {fwildclusterboot}R Documentation

Sets the default bootstrap algo for the current R session to be run via boottest() and mboottest()

Description

Sets the default bootstrap algo for the current R session to be run via boottest() and mboottest()

Usage

setBoottest_engine(engine)

Arguments

engine

Character scalar. Either 'R' or 'WildBootTests.jl'. Default is 'R'

Value

No return value

Examples

## Not run: 
setBoottest_engine(engine = "R")
setBoottest_engine(engine = "WildBootTests.jl")

## End(Not run)

[Package fwildclusterboot version 0.13.0 Index]