dfHRQoL: HRQoL regression coefficients in long format

dfHRQoLR Documentation

HRQoL regression coefficients in long format

Description

The data frame includes a textual label for each contrast and columns for the estimate and its 95\ be used for faceting or subgroup styling.

Usage

dfHRQoL

Format

A data frame with 8 rows and 5 variables:

  • labeltext: Contrast label (character).

  • mean: Estimated regression coefficient (beta) (numeric).

  • lower: Lower 95% confidence bound (numeric).

  • upper: Upper 95% confidence bound (numeric).

  • group: Country/group label (character).

Details

A long-format data frame version of HRQoL with one row per contrast and country, intended for plotting (e.g. forest plots).

Source

Gordon M, Paulsen A, Overgaard S, Garellick G, Pedersen AB, Rolfson O. Factors influencing health-related quality of life after total hip replacement

  • a comparison of data from the Swedish and Danish hip arthroplasty registers. BMC Musculoskelet Disord. 2013;14:316. doi:10.1186/1471-2474-14-316. PubMed PMID: 24192304.

Examples

data(dfHRQoL)
dfHRQoL

# Example: construct label + CI text for a table column
with(dfHRQoL,
     paste0(sprintf("%.3f", mean),
            " [",
            sprintf("%.3f", lower),
            ", ",
            sprintf("%.3f", upper), "]")
)

forestplot documentation built on March 4, 2026, 9:06 a.m.