Learn R Programming

mmrm (version 0.3.14)

h_tbl_confint_terms: Extract tibble with Confidence Intervals and Term Names

Description

This is used in tidy.mmrm().

Usage

h_tbl_confint_terms(x, ...)

Value

A tibble with term, conf.low, conf.high columns.

Arguments

x

(mmrm)
fit object.

...

passed to stats::confint(), hence not used at the moment.