
Convert an object to an epidist_naive_model
object
Source: R/naive_model.R
as_epidist_naive_model.Rd
Creates an epidist_naive_model
object from various input formats.
This enables fitting naive models for epidemiological delays using
epidist()
. The naive model approach ignores censoring and truncation in
the data, using only the lower bounds of the intervals as point estimates.
This is the simplest approach but may lead to biased estimates if there is
substantial censoring or truncation in the data.