The print and summary methods provide verbal descriptions of the sensitivity analysis results obtained with the function sensemakr.

# S3 method for class 'dml.sensemakr'
print(x, digits = 2, ...)

# S3 method for class 'dml.sensemakr'
summary(object, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class sensemakr.

digits

minimal number of significant digits.

...

arguments passed to other methods.

object

an object of class sensemakr.

Value

For print: the object, invisibly. For summary: the summary is printed to the console.