bpAcc-methods {bpAcc} | R Documentation |
Methods functions in bpAcc
Description
The function ProbAccept
returns an object of (S4) class 'ProbAcceptance
', a list
with elements required by methods defined
for ProbAcceptance
objects. See below.
Methods
Methods for objects of class 'ProbAcceptance
'.
show
-
To display the probability of tolerable error in a friendly version.
plot
-
To plot the estimated probabiliy of tolerable error based on simulated data, as described in
ProbAccept
Examples
# Creates an object of class 'ProbAcceptance' fit1 <- ProbAccept(n = 85, mu = 5, sd = 5, ptolerror = 0.85)
# Methods 'show' and 'plot' # plot(fit1) # fit1
[Package bpAcc version 0.0-2 Index]