mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-23 20:30:21 +01:00
update
This commit is contained in:
parent
f4216a43b6
commit
779ea0b763
@ -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>
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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.}
|
Loading…
Reference in New Issue
Block a user