View source: R/create_parameter_table_SIR.R
| create_parameter_table_SIR | R Documentation | 
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
create_parameter_table_SIR(
  sir_results_path,
  sig_dig = 3,
  interval_bounds = c(0.025, 0.975)
)
| 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) | 
list of 2 tibbles
## Not run: create_parameter_table_SIR("sir_results.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.