compute_uni_variable_table: AutoScore function: Univariable Analysis

View source: R/AutoScore.R

compute_uni_variable_tableR Documentation

AutoScore function: Univariable Analysis

Description

Perform univariable analysis and generate the result table with odd ratios.

Usage

compute_uni_variable_table(df)

Arguments

df

data frame after checking

Value

result of univariate analysis

Examples

data("sample_data")
names(sample_data)[names(sample_data) == "Mortality_inpatient"] <- "label"
uni_table<-compute_uni_variable_table(sample_data)

AutoScore documentation built on Oct. 16, 2022, 1:06 a.m.