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
|
Package: daDoctoR
|
||||||
Title: Functions For Health Research
|
Title: Functions For Health Research
|
||||||
Version: 0.19.7
|
Version: 0.19.8
|
||||||
Year: 2019
|
Year: 2019
|
||||||
Author: Andreas Gammelgaard Damsbo <agdamsbo@pm.me>
|
Author: Andreas Gammelgaard Damsbo <agdamsbo@pm.me>
|
||||||
Maintainer: 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_geno)
|
||||||
export(hwe_sum)
|
export(hwe_sum)
|
||||||
export(plot_ord_odds)
|
export(plot_ord_odds)
|
||||||
export(plot_ord_odds2)
|
export(plot_ord_odds_v2)
|
||||||
export(rep_biv)
|
export(rep_biv)
|
||||||
export(rep_epi_tests)
|
export(rep_epi_tests)
|
||||||
export(rep_glm)
|
export(rep_glm)
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#' @keywords forestplot
|
#' @keywords forestplot
|
||||||
#' @export
|
#' @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)
|
require(ggplot2)
|
||||||
|
|
@ -1,12 +1,12 @@
|
|||||||
% Generated by roxygen2: do not edit by hand
|
% Generated by roxygen2: do not edit by hand
|
||||||
% Please edit documentation in R/plot_ord_odds2.R
|
% Please edit documentation in R/plot_ord_odds_v2.R
|
||||||
\name{plot_ord_odds2}
|
\name{plot_ord_odds_v2}
|
||||||
\alias{plot_ord_odds2}
|
\alias{plot_ord_odds_v2}
|
||||||
\title{Forrest plot from ordinal logistic regression, version2.}
|
\title{Forrest plot from ordinal logistic regression, version2.}
|
||||||
\usage{
|
\usage{
|
||||||
plot_ord_odds2(meas, vars, data, title = NULL, dec = 3, lbls = NULL,
|
plot_ord_odds_v2(meas, vars, data, title = NULL, dec = 3,
|
||||||
hori = "OR (95 \% CI)", vert = "Variables", short = FALSE,
|
lbls = NULL, hori = "OR (95 \% CI)", vert = "Variables",
|
||||||
analysis = c("biv", "multi"))
|
short = FALSE, analysis = c("biv", "multi"))
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{meas}{outcome meassure variable name or response in data-data.frame as a string. Should be factor, preferably ordered.}
|
\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