Create a broom/generics-style tidy data frame with one row per model term.
Arguments
- x
A fitted
"spbp"object.- conf.int
Logical; include confidence/credible interval columns.
- conf.level
Interval coverage level.
- exponentiate
Logical; if
TRUE, exponentiate the estimate and interval columns (regression coefficients only).- component
Which parameters to return:
"coef"(default),"baseline"(Bernsteingammaweights), or"all".- ...
Currently unused.