Skip to contents

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

Usage

create_backcalc_data(backcalc = backcalc_opts())

Arguments

backcalc

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

Value

A list of settings defining the Gaussian process

See also

backcalc_opts

Author

Sam Abbott

Examples

create_backcalc_data(backcalc = backcalc_opts())
#> $rt_half_window
#> [1] 0
#> 
#> $backcalc_prior
#> [1] 1
#>