Usage
## S3 method for class 'uncert':
drop1(object, scope, simplify = TRUE,
which=c("\% Change", "var", "u", "var.change", "u.change"), ...)
## S3 method for class 'uncertMC':
drop1(object, scope, simplify = TRUE,
which=c("\% Change", "var", "u", "var.change", "u.change"), ...)
#Print and plot methods
## S3 method for class 'drop1.uncert':
print(x, \dots, digits=2)
## S3 method for class 'drop1.uncert':
plot(x, \dots,
which=c("\% Change", "var", "u", "var.change", "u.change"))
Arguments
object
An object of class uncert or uncertMC.
scope
character vector, expression or formula containing the list of
variables to be dropped. If missing, all variables in object$budget are taken
as
scope.
simplify
logical. If simplify=TRUE
, the return value is simplified to
a named vector. If FALSE
, all forms available (see which
) are
returned in a data frame.
which
logical; controls the form of information returned when simplify=TRUE
.
Possible values are:
[object Object],[object Object],[object Object],[object Object],[object Object]
x
An object of class drop1.uncert returned by drop1.uncert
.
...
Further objects passed to other functions.
digits
number of digits used to format the output. See the digits
argument
of format
.