print.rev_cohort_fit: Summary print of a cohort with fits.

View source: R/S3_print_functions.R

print.rev_cohort_fitR Documentation

Summary print of a cohort with fits.

Description

Prints basic information about a cohort object, status of the information available and other information.

Usage

## S3 method for class 'rev_cohort_fit'
print(x, ...)

Arguments

x

A REVOLVER cohort with fits.

...

Standard S3 signature.

Value

Nothing

See Also

Other S3 functions: plot.rev_cohort_fit(), plot.rev_cohort(), print.rev_cohort()

Examples

# Data released in the 'evoverse.datasets'
data('TRACERx_NEJM_2017_REVOLVER', package = 'evoverse.datasets')

print(TRACERx_NEJM_2017_REVOLVER)

caravagn/revolver documentation built on May 21, 2022, 5:48 p.m.