View source: R/epiparameter-utils.R
create_method_assess | R Documentation |
A helper function when creating an <epiparameter>
object to
create a method assessment list with sensible defaults, type checking and
arguments to help remember which method assessments can be accepted in
the list.
create_method_assess(
censored = NA,
right_truncated = NA,
phase_bias_adjusted = NA
)
censored |
A boolean |
right_truncated |
A boolean |
phase_bias_adjusted |
A boolean |
Currently, the method assessment focuses on common methodological aspects of delay distributions (e.g. incubation period, serial interval, etc.), and does not currently take into account methodological aspects which may be important when fitting offspring distributions to data on disease (super)spreading.
A named list with three elements
create_method_assess(
censored = FALSE,
right_truncated = FALSE,
phase_bias_adjusted = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.