jfa-methods {jfa} | R Documentation |
Methods defined for objects returned from the auditPrior
, planning
, selection
, and evaluation
functions.
## S3 method for class 'jfaPrior'
print(x, ...)
## S3 method for class 'jfaPosterior'
print(x, ...)
## S3 method for class 'jfaPlanning'
print(x, ...)
## S3 method for class 'jfaSelection'
print(x, ...)
## S3 method for class 'jfaEvaluation'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'summary.jfaPrior'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'summary.jfaPosterior'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'summary.jfaPlanning'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'summary.jfaSelection'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'summary.jfaEvaluation'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'jfaPrior'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaPosterior'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaPlanning'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaSelection'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaEvaluation'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaPrior'
predict(object, n, lim = NULL, cumulative = FALSE, ...)
## S3 method for class 'jfaPosterior'
predict(object, n, lim = NULL, cumulative = FALSE, ...)
## S3 method for class 'jfaPrior'
plot(x, xlim = c(0, 1), ...)
## S3 method for class 'jfaPosterior'
plot(x, xlim = c(0, 1), ...)
## S3 method for class 'jfaPlanning'
plot(x, xlim = c(0, 1), ...)
## S3 method for class 'jfaSelection'
plot(x, ...)
## S3 method for class 'jfaEvaluation'
plot(x, xlim = c(0, 1), ...)
... |
further arguments, currently ignored. |
digits |
an integer specifying the number of digits to which output should be rounded. Used in |
object, x |
an object of class |
n |
used in |
lim |
used in |
cumulative |
used in |
xlim |
used in |
The summary
methods return a data.frame
which contains the input and output.
The print
methods simply print and return nothing.