acro_surv_func: Survival analysis

View source: R/acro_tables.R

acro_surv_funcR Documentation

Survival analysis

Description

Survival analysis

Usage

acro_surv_func(time, status, output, filename = "kaplan-meier.png")

Arguments

time

An array of times (censoring times or event times).

status

Status at the event time.

output

A string determine the type of output. Available options are table or plot.

filename

The name of the file where the plot will be saved.

Value

The survival table or plot.


acro documentation built on April 4, 2025, 3:51 a.m.