daDoctoR/man/rep_olr.Rd

24 lines
765 B
Plaintext
Raw Normal View History

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rep_olr.R
\name{rep_olr}
\alias{rep_olr}
\title{A repeated ordinal logistic regression function}
\usage{
2019-12-03 13:16:44 +01:00
rep_olr(meas, vars, ci = FALSE, data, ctp = 0.1)
}
\arguments{
\item{meas}{Effect meassure. Input as c() of columnnames, use dput().}
\item{vars}{variables in model. Input as c() of columnnames, use dput().}
2019-11-26 14:11:37 +01:00
\item{ci}{flag to get results as OR with 95 percent confidence interval.}
2019-11-26 14:11:37 +01:00
\item{data}{data.frame to pull variables from.}
2019-12-03 13:16:44 +01:00
\item{ctp}{cut point for drop/include. Standard 0.1.}
}
\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.
}
\keyword{olr}