find_cutoffs_cox: Find symmetric cutoffs This function finds symmetric cutoff...

View source: R/cox.R

find_cutoffs_coxR Documentation

Find symmetric cutoffs This function finds symmetric cutoff points for a specified variable using Cox regression.

Description

Find symmetric cutoffs This function finds symmetric cutoff points for a specified variable using Cox regression.

Usage

find_cutoffs_cox(my_data, variable_name)

Arguments

my_data

A dataframe containing the data.

variable_name

A character string specifying the name of the variable for which to find cutoffs.

Value

A dataframe containing the symmetric cutoffs and their corresponding predicted log hazard ratios.


RGS documentation built on April 4, 2025, 1:08 a.m.

Related to find_cutoffs_cox in RGS...