The function ProbAccept
returns an object of (S4) class 'ProbAcceptance', a list
with elements required by methods defined
for ProbAcceptance objects. See below.
Methods for objects of class 'ProbAcceptance'.
showTo display the probability of tolerable error in a friendly version.
plotTo plot the estimated probabiliy of tolerable error based on simulated data,
as described in ProbAccept
# Creates an object of class 'ProbAcceptance' fit1 <- ProbAccept(n = 85, mu = 5, sd = 5, ptolerror = 0.85)
# Methods 'show' and 'plot' # plot(fit1) # fit1