Learn R Programming

fwildclusterboot (version 0.13.0)

setBoottest_engine: 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)

Value

No return value

Arguments

engine

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

Examples

Run this code
if (FALSE) {
setBoottest_engine(engine = "R")
setBoottest_engine(engine = "WildBootTests.jl")
}

Run the code above in your browser using DataLab