setBoottest_engine | R Documentation |
boottest()
and mboottest()
Sets the default bootstrap algo for the current R session
to be run via boottest()
and mboottest()
setBoottest_engine(engine)
engine |
Character scalar. Either 'R' or 'WildBootTests.jl'. Default is 'R' |
No return value
## Not run:
setBoottest_engine(engine = "R")
setBoottest_engine(engine = "WildBootTests.jl")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.