Skip to contents

Attaches estimation method, OFV, condition number, and number of observations to parameter data for display as the first footnote in the parameter table.

Usage

add_summary_info(
  params,
  model_sum,
  show_method = TRUE,
  show_ofv = TRUE,
  show_cond_num = TRUE,
  show_number_obs = TRUE
)

Arguments

params

Enriched parameter data frame from apply_table_spec()

model_sum

Summary object from summary(), or NULL to skip

show_method

logical, if TRUE adds estimation method attribute for table footnote

show_ofv

logical, if TRUE adds final objective function value attribute for table footnote

show_cond_num

logical, if TRUE adds final condition number attribute for table footnote

show_number_obs

logical, if TRUE adds number of observations attribute for table footnote

Value

Data frame with model_summary attribute attached