Please only use for compatibility;
Prefer the new estimate_R() function instead.
Usage
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"
)Arguments
- I
see
incidinestimate_R()- T.Start
see
config$t_startfrommake_config()used inestimate_R()- T.End
see
config$t_endfrommake_config()used inestimate_R()- method
see
methodinestimate_R()(butEstimateR()uses CamelCase whereestimate_R()uses snake_case for the method names)- n1
see
n1inestimate_R()- n2
see
n2inestimate_R()- Mean.SI
see
config$mean_sifrommake_config()used inestimate_R()- Std.SI
see
config$std_sifrommake_config()used inestimate_R()- Std.Mean.SI
see
config$std_mean_sifrommake_config()used inestimate_R()- Min.Mean.SI
see
config$min_mean_sifrommake_config()used inestimate_R()- Max.Mean.SI
see
config$max_mean_sifrommake_config()used inestimate_R()- Std.Std.SI
see
config$std_std_sifrommake_config()used inestimate_R()- Min.Std.SI
see
config$min_std_sifrommake_config()used inestimate_R()- Max.Std.SI
see
config$max_std_sifrommake_config()used inestimate_R()- SI.Distr
see
config$si_distrfrommake_config()used inestimate_R()- Mean.Prior
see
config$mean_priorfrommake_config()used inestimate_R()- Std.Prior
see
config$std_priorfrommake_config()used inestimate_R()- CV.Posterior
see
config$cv_posteriorfrommake_config()used inestimate_R()- plot
Not used anymore, only there for compatibility
- leg.pos
Not used anymore, only there for compatibility