R/tabularise_confint.R
tabularise_confint.Rd
The "confint" type of tabularise()
presents a table of confidence intervals
for an objects (e.g., confidence intervals on parameters of a model). This is
similar to the output of stats::confint()
generic function on the same
object. The nicely formatted table obtained here is (almost)
publication-ready (good for informal reports, notebooks, etc).
tabularise_confint(data, ..., kind = "ft", env = env)
# Default S3 method
tabularise_confint(data, ..., kind = "ft", env = env)
A flextable object you can print in different form or rearrange with the {flextable} functions from set Stb$verb().
#' No useful method for this type is defined in the {tabularise} package, but additional packages might define some.