find_cutoffs_logistic: Find symmetric cutoffs for logistic regression

View source: R/logistic.R

find_cutoffs_logisticR Documentation

Find symmetric cutoffs for logistic regression

Description

This function finds symmetric cutoff points for a specified predictor variable using logistic regression.

Usage

find_cutoffs_logistic(my_data, variable)

Arguments

my_data

A dataframe containing the data.

variable

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

Value

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


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