doBoot {corncob} | R Documentation |
Function to run a bootstrap iteration
Description
Internal function. Not intended for users.
Usage
doBoot(mod, mod_null, test, robust = FALSE)
Arguments
mod |
an object of class |
mod_null |
an object of class |
test |
Character. Hypothesis testing procedure to use. One of |
robust |
Should robust standard errors be used? If not, model-based standard arras are used. Logical, defaults to |
Value
test statistic from one bootstrap iteration
[Package corncob version 0.4.1 Index]