table_sens_q: Create a table comparing estimates of q across models

View source: R/table-sens-q.R

table_sens_qR Documentation

Create a table comparing estimates of q across models

Description

Make a table of the values of q, including quantiles

Usage

table_sens_q(
  models,
  model.names,
  digits = 3,
  xcaption = "default",
  xlabel = "default",
  font.size = 9,
  space.size = 10,
  placement = "H"
)

Arguments

models

A list of iscam model objects (class mdl_lst_cls)

model.names

A vector of nice names (for plotting) for the models

digits

Number of decimal points to show in table

xcaption

Caption

xlabel

Latex label

font.size

Size of font in table

space.size

Size of spaces between cells

placement

See xtable::print.xtable()

Value

an xtable::xtable() object


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.