Please only use for compatibility;
Prefer the new estimate_R() function instead.
EstimateR(
I,
T.Start,
T.End,
method = c("NonParametricSI", "ParametricSI", "UncertainSI"),
n1 = NULL,
n2 = NULL,
Mean.SI = NULL,
Std.SI = NULL,
Std.Mean.SI = NULL,
Min.Mean.SI = NULL,
Max.Mean.SI = NULL,
Std.Std.SI = NULL,
Min.Std.SI = NULL,
Max.Std.SI = NULL,
SI.Distr = NULL,
Mean.Prior = 5,
Std.Prior = 5,
CV.Posterior = 0.3,
plot = FALSE,
leg.pos = "topright"
)see incid in estimate_R()
see config$t_start from make_config() used in estimate_R()
see config$t_end from make_config() used in estimate_R()
see method in estimate_R() (but EstimateR() uses CamelCase
where estimate_R() uses snake_case for the method names)
see n1 in estimate_R()
see n2 in estimate_R()
see config$mean_si from make_config() used in estimate_R()
see config$std_si from make_config() used in estimate_R()
see config$std_mean_si from make_config() used in
estimate_R()
see config$min_mean_si from make_config() used in
estimate_R()
see config$max_mean_si from make_config() used in
estimate_R()
see config$std_std_si from make_config() used in
estimate_R()
see config$min_std_si from make_config() used in
estimate_R()
see config$max_std_si from make_config() used in
estimate_R()
see config$si_distr from make_config() used in
estimate_R()
see config$mean_prior from make_config() used in
estimate_R()
see config$std_prior from make_config() used in
estimate_R()
see config$cv_posterior from make_config() used in
estimate_R()
Not used anymore, only there for compatibility
Not used anymore, only there for compatibility