Methods defined for objects returned from the auditPrior, planning, selection, and evaluation functions.
# S3 method for jfaPrior
print(x, ...)# S3 method for jfaPosterior
print(x, ...)
# S3 method for jfaPlanning
print(x, ...)
# S3 method for jfaSelection
print(x, ...)
# S3 method for jfaEvaluation
print(x, ...)
# S3 method for summary.jfaPrior
print(x, ...)
# S3 method for summary.jfaPosterior
print(x, ...)
# S3 method for summary.jfaPlanning
print(x, ...)
# S3 method for summary.jfaSelection
print(x, ...)
# S3 method for summary.jfaEvaluation
print(x, ...)
# S3 method for jfaPrior
summary(object, digits = 3, ...)
# S3 method for jfaPosterior
summary(object, digits = 3, ...)
# S3 method for jfaPlanning
summary(object, digits = 3, ...)
# S3 method for jfaSelection
summary(object, digits = 3, ...)
# S3 method for jfaEvaluation
summary(object, digits = 3, ...)
# S3 method for jfaPrior
plot(x, xmax = 0.5, ...)
# S3 method for jfaPosterior
plot(x, xmax = 0.5, ...)
# S3 method for jfaPlanning
plot(x, xmax = 0.5, ...)
# S3 method for jfaSelection
plot(x, ...)
# S3 method for jfaEvaluation
plot(x, xmax = 0.5, ...)
further arguments, currently ignored.
an object of class jfaPrior, jfaPosterior, jfaPlanning, jfaSelection, or jfaEvaluation.
an integer specifying the number of digits to which output should be rounded. Used in summary.
a number between 0 and 1 specifying the x-axis limits of the plot. Used in plot.
The summary methods return a data.frame which contains the input and output.
The print methods simply print and return nothing.