setBoottest_engine: Sets the default bootstrap algo for the current R session to...

View source: R/utils.R

setBoottest_engineR 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)

fwildclusterboot documentation built on March 7, 2023, 5:33 p.m.