control_cluster | R Documentation |
Options can be passed to the fit.cluster_spec()
function that control the
output and computations.
control_cluster(verbosity = 1L, catch = FALSE)
verbosity |
An integer where a value of zero indicates that no messages
or output should be shown when packages are loaded or when the model is
fit. A value of 1 means that package loading is quiet but model fits can
produce output to the screen (depending on if they contain their own
|
catch |
A logical where a value of |
An S3 object with class "control_cluster" that is a named list with the results of the function call
control_cluster()
control_cluster(catch = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.