By analogy with drop1, drop1.uncert perfoms single variable deletions from
the uncertainty budget in object, calculates the resulting uncertainty and returns the
results in the form requested by simplify and which.
‘Single variable deletion’ of a variable \(x_i\) is equivalent to setting the uncertainty
\(u(x_i)\) to zero. Note that this also sets covariance terms involving \(x_i\)
to zero. drop1.uncert does not support the deletion of single terms such as \(cov(i, j)\).
In the case of ‘uncertMC’ objects, drop1 currently requires object$MC$x to be
present (i.e. uncertMC called with keep.x=TRUE). The uncertMC
method does not support correlation.
For which="var.change", which="u.change" and which="% Change" the
change on dropping a variable is negative if the uncertainty reduces on removing the variable.
The print method simply prints the output with a header formed from the expr attribute
and with '%' appended to the "% Change" column.
The plot method produces a barplot of the chosen data column. A plot for each value in which
is produced. Arguments in ‘...’ are passed to barplot. If not already present in ‘...’
a default main title and ylab are used. The expr attribute is shown as marginal text if not NA.