Description Usage Arguments Details Value Author(s) References See Also
Performs bootstrap estimates of a boolean model.
1 |
obj |
boolean model object as produced by |
n |
integer specifying the number of bootstrap estimates. Defaults to
|
method |
string specifying the method of estimation. The specified
method should be one of those available from the |
cluster |
string vector specifying hosts to use for parallel processing
through |
... |
additional parameters to pass on to subsequent functions. |
boolboot
performs bootstrap estimated of a boolean model specified
by boolprep
and first estimated with boolean
.
boolboot
returns a boolboot
model object. This
object is identical to a boolean model object but with an additional
model.boot
slot containing the results of the bootstrap. A separate
object type is used to help prevent the accidential loss of bootstrap
estimates.
Jason W. Morgan (morgan.746@osu.edu)
Braumoeller, Bear F. (2003) “Causal Complexity and the Study of Politics.” Political Analysis 11(3): 209–233.
See boolprep
for model setup, boolean
for estimation, the parallel
package for details on clustering,
and optimx
and optim
for estimation methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.