Usage
as.SimTest(RealValue, SimulatedValues)
is.SimTest(x)
## S3 method for class 'SimTest':
plot(x, Quantiles = c(0.025, 0.975), ...,
colValue = "red",lwdValue = 2, ltyValue = 2,
colQuantiles = "black", lwdQuantiles = 1, ltyQuantiles = 2)
## S3 method for class 'SimTest':
summary(object, Quantiles = c(0.025, 0.975), ...)
Arguments
RealValue
A numeric Value (the actual one).
SimulatedValues
A numeric vector containing the simulated values.
x
An object to be tested or plotted.
object
A SimTest
object to be summarized.
Quantiles
A vector containing the quantiles of interest.
colValue
The color of the line representing the real value on the plot.
lwdValue
The width of the line representing the real value on the plot.
ltyValue
The line type of the line representing the real value on the plot.
colQuantiles
The color of the lines representing the quantiles on the plot.
lwdQuantiles
The width of the lines representing the quantiles on the plot.
ltyQuantiles
The line type of the lines representing the quantiles on the plot.
...
Additional arguments to be passed to the generic methods.