jfa-methods | 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 'summary.jfaPrior'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'jfaPrior'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaPrior'
predict(object, n, cumulative = FALSE, ...)
## S3 method for class 'jfaPredict'
print(x, ...)
## S3 method for class 'jfaPrior'
plot(x, ...)
## S3 method for class 'jfaPredict'
plot(x, ...)
## S3 method for class 'jfaPosterior'
print(x, ...)
## S3 method for class 'summary.jfaPosterior'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'jfaPosterior'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaPosterior'
predict(object, n, cumulative = FALSE, ...)
## S3 method for class 'jfaPosterior'
plot(x, ...)
## S3 method for class 'jfaPlanning'
print(x, ...)
## S3 method for class 'summary.jfaPlanning'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'jfaPlanning'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaPlanning'
plot(x, ...)
## S3 method for class 'jfaSelection'
print(x, ...)
## S3 method for class 'summary.jfaSelection'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'jfaSelection'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaEvaluation'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'summary.jfaEvaluation'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'jfaEvaluation'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaEvaluation'
plot(x, type = c("estimates", "posterior"), ...)
## S3 method for class 'jfaDistr'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'summary.jfaDistr'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'jfaDistr'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaDistr'
plot(x, type = c("estimates", "robustness", "sequential"), ...)
## S3 method for class 'jfaRv'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'jfaRv'
plot(x, ...)
## S3 method for class 'jfaFairness'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'summary.jfaFairness'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'jfaFairness'
summary(object, digits = getOption("digits"), ...)
## S3 method for class 'jfaFairness'
plot(x, type = c("estimates", "posterior", "robustness", "sequential"), ...)
... |
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 |
cumulative |
used in |
type |
used in |
The summary
methods return a data.frame
which contains the input and output.
The print
methods simply print and return nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.