bpAcc-methods | R Documentation |
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
'.
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
# Creates an object of class 'ProbAcceptance' fit1 <- ProbAccept(n = 85, mu = 5, sd = 5, ptolerror = 0.85)
# Methods 'show' and 'plot' # plot(fit1) # fit1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.