Learn R Programming

jfa (version 0.5.7)

jfa-methods: Methods for jfa objects

Description

Methods defined for objects returned from the auditPrior, planning, selection, and evaluation functions.

Usage

# 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, ...)

Arguments

...

further arguments, currently ignored.

object, x

an object of class jfaPrior, jfaPosterior, jfaPlanning, jfaSelection, or jfaEvaluation.

digits

an integer specifying the number of digits to which output should be rounded. Used in summary.

xmax

a number between 0 and 1 specifying the x-axis limits of the plot. Used in plot.

Value

The summary methods return a data.frame which contains the input and output.

The print methods simply print and return nothing.