print.rev_cohort: Summary print of a cohort.

View source: R/S3_print_functions.R

print.rev_cohortR Documentation

Summary print of a cohort.

Description

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

Usage

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

Arguments

x

A REVOLVER cohort.

...

Standard S3 signature.

Value

Nothing.

See Also

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

Examples

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

# Cancel the fits
TRACERx_NEJM_2017_REVOLVER$fit = NULL

print(TRACERx_NEJM_2017_REVOLVER)

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