Skip to contents
loading...

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).

Usage

tabularise_confint(data, ..., kind = "ft", env = env)

# S3 method for default
tabularise_confint(data, ..., kind = "ft", env = env)

Arguments

data

An object

...

Further arguments (depending on the object class).

kind

The kind of table to produce: "tt" for tinytable, or "ft" for flextable (default).

env

The environment where to evaluate formulas (you probably do not need to change the default).

Value

A flextable object you can print in different form or rearrange with the {flextable} functions from set Stb$verb().

Details

#' No useful method for this type is defined in the {tabularise} package, but additional packages might define some.