Learn R Programming

adjustedCurves (version 0.11.2)

print.curve_test: Print Method for curve_test Objects

Description

Prints some important parts of the output object.

Usage

# S3 method for curve_test
print(x, digits=4, ...)

Value

Silently returns the data.frame which can be seen when calling the function. ABC is an abbreviation for "area between the curves".

Arguments

x

An object of class curve_test created by the adjusted_curve_test function.

digits

How many digits to use when rounding the results.

...

Currently not used.

Author

Robin Denz

See Also

adjusted_curve_test, adjustedsurv, adjustedcif

Examples

Run this code
# See ?adjusted_curve_diff

Run the code above in your browser using DataLab