impute_overlap: Impute Overlapping Values

View source: R/impute_overlap.R

impute_overlapR Documentation

Impute Overlapping Values

Description

This function assists in resolving issues related to color curve overlaps that occur during the initial phases of a Kaplan-Meier (KM) study.

Usage

impute_overlap(fig.curves = step4, size = 50)

Arguments

fig.curves

A dataframe with x, y, and group values. Default value is 'step4'.

size

An integer that specifies the size of number of time interval for imputation.. Default value is 50.

Value

A vector with a dataframe for each curve, stored in 'res_list'.

Examples

# impute_overlap(fig.curves, size = 50)

Pechli-Lab/SurvdigitizeR documentation built on July 17, 2024, 8:01 a.m.