rep_olr: A repeated ordinal logistic regression function

rep_olrR Documentation

A repeated ordinal logistic regression function

Description

For bivariate analyses. The confint() function is rather slow, causing the whole function to hang when including many predictors and calculating the ORs with CI.

Usage

rep_olr(meas, vars, ci = FALSE, data, ctp = 0.1)

Arguments

meas

Effect meassure. Input as c() of columnnames, use dput().

vars

variables in model. Input as c() of columnnames, use dput().

ci

flag to get results as OR with 95 percent confidence interval.

data

data.frame to pull variables from.

ctp

cut point for drop/include. Standard 0.1.


agdamsbo/daDoctoR documentation built on Aug. 30, 2022, 4:29 p.m.