Learn R Programming

qbrms (version 1.0.1)

build_html_table_styled: Build HTML Table with Enhanced Styling

Description

Build HTML Table with Enhanced Styling

Usage

build_html_table_styled(
  model_info,
  all_predictors,
  display_predictors,
  dv.labels,
  show.ci,
  show.rope,
  show.p_sig,
  show.pd,
  show.bf,
  show.intercept,
  show.r2,
  show.icc,
  show.nobs,
  digits,
  title,
  bootstrap,
  table.style,
  font.family,
  font.size,
  header.bg,
  stripe.bg,
  CSS,
  verbose = FALSE
)

Arguments