Learn R Programming

EpiNow2 (version 1.4.0)

create_backcalc_data: Create Back Calculation Data

Description

[Stable] Takes the output of backcalc_opts() and converts it into a list understood by stan.

Usage

create_backcalc_data(backcalc = backcalc_opts())

Value

A list of settings defining the Gaussian process

Arguments

backcalc

A list of options as generated by backcalc_opts() to define the back calculation. Defaults to backcalc_opts().

Author

Sam Abbott

See Also

backcalc_opts

Examples

Run this code
create_backcalc_data(backcalc = backcalc_opts())

Run the code above in your browser using DataLab