2018-10-09 14:03:56 +02:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
% Please edit documentation in R/plot_ord_odds.R
|
|
|
|
\name{plot_ord_odds}
|
|
|
|
\alias{plot_ord_odds}
|
|
|
|
\title{Forrest plot from ordinal logistic regression}
|
|
|
|
\usage{
|
2018-10-10 11:49:52 +02:00
|
|
|
plot_ord_odds(x, title = NULL, dec = 3, lbls = NULL, short = FALSE)
|
2018-10-09 14:03:56 +02:00
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{x}{ordinal logistic regression model.}
|
|
|
|
|
|
|
|
\item{title}{plot title}
|
|
|
|
|
|
|
|
\item{dec}{decimals for labels}
|
|
|
|
|
|
|
|
\item{lbls}{labels for variable names. Carefull, as the right order is not checked automatically!}
|
2018-10-10 11:49:52 +02:00
|
|
|
|
|
|
|
\item{short}{flag to half number of ticks on horizontal axis.}
|
2018-10-09 14:03:56 +02:00
|
|
|
}
|
|
|
|
\description{
|
|
|
|
Heavily inspired by https://www.r-bloggers.com/plotting-odds-ratios-aka-a-forrestplot-with-ggplot2/
|
|
|
|
}
|
|
|
|
\examples{
|
|
|
|
plot_ord_odds()
|
|
|
|
}
|
|
|
|
\keyword{forestplot}
|