dca-methods: Methods for decision curve analysis results.

dca-methodsR Documentation

Methods for decision curve analysis results.

Description

These provide the standard print() and plot() interfaces for funcml_dca objects returned by interpret(method = "dca").

Usage

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

## S3 method for class 'funcml_dca'
plot(x, ...)

Arguments

x

A funcml_dca object.

digits

Number of digits numeric columns are rounded to when printed.

...

Additional arguments (unused).

Value

print() returns the input object invisibly. plot() returns a ggplot2 object.


funcml documentation built on Aug. 22, 2026, 5:08 p.m.