h_tbl_confint_terms: Extract 'tibble' with Confidence Intervals and Term Names

View source: R/tidiers.R

h_tbl_confint_termsR Documentation

Extract tibble with Confidence Intervals and Term Names

Description

This is used in tidy.mmrm().

Usage

h_tbl_confint_terms(x, ...)

Arguments

x

(mmrm)
fit object.

...

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

Value

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


mmrm documentation built on Oct. 7, 2024, 1:14 a.m.