print.curve_test {adjustedCurves}R Documentation

Print Method for curve_test Objects

Description

Prints some important parts of the output object.

Usage

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

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.

Value

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

Author(s)

Robin Denz

See Also

adjusted_curve_test, adjustedsurv, adjustedcif

Examples

# See ?adjusted_curve_diff

[Package adjustedCurves version 0.11.0 Index]