logistic_adj: Adjusted logistic regression results with various variable...

View source: R/logistic_adj.R

logistic_adjR Documentation

Adjusted logistic regression results with various variable combination

Description

Adjusted logistic regression results with various variable combination

Usage

logistic_adj(
  data,
  outcome,
  predictor,
  vars_list,
  nsmall = 2,
  digits = 1,
  p.round = 3
)

Arguments

data

a dataframe to be used

outcome

binary outcome variable

predictor

predictor variable

vars_list

list of variable combination

nsmall

nsmall

digits

digits

p.round

P-value round

Value

data.frame object


nephroj/medutils documentation built on Feb. 3, 2024, 8:33 a.m.