TwoSampleNARFrame: Two Sample Number at Risk Plotting Frame

View source: R/PlotMCF2.R

TwoSampleNARFrameR Documentation

Two Sample Number at Risk Plotting Frame

Description

Two sample numbers at risk for recurrent events data.

Usage

TwoSampleNARFrame(
  data,
  x_breaks,
  arm_name = "arm",
  idx_name = "idx",
  status_name = "status",
  time_name = "time"
)

Arguments

data

Data.frame.

x_breaks

Time points at which to determine the NARs.

arm_name

Name of arm column.

idx_name

Name of index (subject identifier) column in data.

status_name

Name of status column.

time_name

Name of time column.

Value

Data.frame containing 'time', 'nar_ctrl', 'nar_trt'.


zrmacc/MCC documentation built on July 16, 2025, 4:04 p.m.