View source: R/model_performance_bootstrap_coefficients.R
| summary.bootstrap_coefficients | R Documentation |
Summarise the coefficient distributions returned by
bootstrap_coefficients() on the GLM link scale or after exponentiation.
## S3 method for class 'bootstrap_coefficients'
summary(
object,
scale = c("link", "exponentiated", "relativity"),
confidence = 0.95,
interval = c("percentile", "normal"),
...
)
object |
A |
scale |
Character string. |
confidence |
Numeric scalar between 0 and 1 giving the confidence level. |
interval |
Character string. |
... |
Additional arguments are not used. |
A data frame with one row per original coefficient and columns:
Coefficient name.
Estimate from the original GLM.
Mean of the finite bootstrap estimates.
Bootstrap mean minus the original estimate.
Standard deviation of the bootstrap estimates.
Requested bootstrap interval.
Number of finite bootstrap estimates for the term.
Number of requested bootstrap samples.
n_successful / n_requested.
Martin Haringa
bootstrap_coefficients(), as_gt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.