View source: R/compatibility.R
EstimateR | R Documentation |
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"
)
I |
see |
T.Start |
see |
T.End |
see |
method |
see method in |
n1 |
see |
n2 |
see |
Mean.SI |
see |
Std.SI |
see |
Std.Mean.SI |
see |
Min.Mean.SI |
see |
Max.Mean.SI |
see |
Std.Std.SI |
see |
Min.Std.SI |
see |
Max.Std.SI |
see |
SI.Distr |
see |
Mean.Prior |
see |
Std.Prior |
see |
CV.Posterior |
see |
plot |
Not used anymore, only there for compatibility |
leg.pos |
Not used anymore, only there for compatibility |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.