BuyseTest.options {BuyseTest} | R Documentation |
Update or select global options for the BuyseTest package.
BuyseTest.options(..., reinitialise = FALSE)
... |
options to be selected or updated |
reinitialise |
should all the global parameters be set to their default value |
It only affects the BuyseTest
function
## see all global parameters BuyseTest.options() ## see some of the global parameters BuyseTest.options("n.resampling", "trace") ## update some of the global parameters BuyseTest.options(n.resampling = 10, trace = 1) BuyseTest.options("n.resampling", "trace") ## reinitialise all global parameters BuyseTest.options(reinitialise = TRUE)