create_parameter_table_SIR: Create formatted table with SIR results

View source: R/create_parameter_table_SIR.R

create_parameter_table_SIRR Documentation

Create formatted table with SIR results

Description

The point is to automatically create a table with parameter values and their CI calculated by SIR. Returns a list of tibbles of length 2, the first element being the sir_results.csv content, the second element being the formatted table. NB : Residual error parameters are given as variances

Usage

create_parameter_table_SIR(
  sir_results_path,
  sig_dig = 3,
  interval_bounds = c(0.025, 0.975)
)

Arguments

sir_results_path

character of length 1. Path to sir_results.csv file

sig_dig

integer of length 1. Number of significant digits to be reported in the table. Defaults to 3

interval_bounds

numeric vector of length 2. Boundaries of the CI. Default to c(0.025, 0.975)

Value

list of 2 tibbles

Examples

## Not run: create_parameter_table_SIR("sir_results.csv")

Vincent-AC/vacactions documentation built on Aug. 22, 2023, 2:33 p.m.