This commit is contained in:
agdamsbo 2019-12-03 14:34:36 +01:00
parent f4216a43b6
commit 779ea0b763
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
Package: daDoctoR
Title: Functions For Health Research
Version: 0.19.7
Version: 0.19.8
Year: 2019
Author: Andreas Gammelgaard Damsbo <agdamsbo@pm.me>
Maintainer: Andreas Gammelgaard Damsbo <agdamsbo@pm.me>

View File

@ -17,7 +17,7 @@ export(hwe_app)
export(hwe_geno)
export(hwe_sum)
export(plot_ord_odds)
export(plot_ord_odds2)
export(plot_ord_odds_v2)
export(rep_biv)
export(rep_epi_tests)
export(rep_glm)

View File

@ -14,7 +14,7 @@
#' @keywords forestplot
#' @export
plot_ord_odds2<-function(meas,vars,data, title = NULL,dec=3,lbls=NULL,hori="OR (95 % CI)",vert="Variables",short=FALSE,analysis=c("biv","multi")){
plot_ord_odds_v2<-function(meas,vars,data, title = NULL,dec=3,lbls=NULL,hori="OR (95 % CI)",vert="Variables",short=FALSE,analysis=c("biv","multi")){
require(ggplot2)

View File

@ -1,12 +1,12 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plot_ord_odds2.R
\name{plot_ord_odds2}
\alias{plot_ord_odds2}
% Please edit documentation in R/plot_ord_odds_v2.R
\name{plot_ord_odds_v2}
\alias{plot_ord_odds_v2}
\title{Forrest plot from ordinal logistic regression, version2.}
\usage{
plot_ord_odds2(meas, vars, data, title = NULL, dec = 3, lbls = NULL,
hori = "OR (95 \% CI)", vert = "Variables", short = FALSE,
analysis = c("biv", "multi"))
plot_ord_odds_v2(meas, vars, data, title = NULL, dec = 3,
lbls = NULL, hori = "OR (95 \% CI)", vert = "Variables",
short = FALSE, analysis = c("biv", "multi"))
}
\arguments{
\item{meas}{outcome meassure variable name or response in data-data.frame as a string. Should be factor, preferably ordered.}