mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2025-01-18 03:16:34 +01:00
Updating
This commit is contained in:
parent
b2e02094b6
commit
c037733f28
2
.Rbuildignore
Normal file
2
.Rbuildignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
^.*\.Rproj$
|
||||||
|
^\.Rproj\.user$
|
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.Rproj.user
|
||||||
|
.Rhistory
|
||||||
|
.RData
|
||||||
|
.Ruserdata
|
@ -1,8 +1,10 @@
|
|||||||
#' A repeated function
|
#' A repeated function for bivariate analyses
|
||||||
#'
|
#'
|
||||||
#' For bivariate analyses, for gating by p-value or change-in-estimate.
|
#' For bivariate analyses, for gating by p-value or change-in-estimate.
|
||||||
#' @param y Effect meassure.
|
#' @param y Effect meassure.
|
||||||
#' @param v1 Main variable in model
|
#' @param v1 Main variable in model
|
||||||
|
#' @param string String of columnnames to include. Obtained with dput(). Input as c().
|
||||||
|
#' @param data dataframe of data to analyse
|
||||||
#' @keywords logistic regression
|
#' @keywords logistic regression
|
||||||
#' @export
|
#' @export
|
||||||
#' @examples
|
#' @examples
|
||||||
|
21
daDoctoR.Rproj
Normal file
21
daDoctoR.Rproj
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Version: 1.0
|
||||||
|
|
||||||
|
RestoreWorkspace: Default
|
||||||
|
SaveWorkspace: Default
|
||||||
|
AlwaysSaveHistory: Default
|
||||||
|
|
||||||
|
EnableCodeIndexing: Yes
|
||||||
|
UseSpacesForTab: Yes
|
||||||
|
NumSpacesForTab: 2
|
||||||
|
Encoding: UTF-8
|
||||||
|
|
||||||
|
RnwWeave: Sweave
|
||||||
|
LaTeX: pdfLaTeX
|
||||||
|
|
||||||
|
AutoAppendNewline: Yes
|
||||||
|
StripTrailingWhitespace: Yes
|
||||||
|
|
||||||
|
BuildType: Package
|
||||||
|
PackageUseDevtools: Yes
|
||||||
|
PackageInstallArgs: --no-multiarch --with-keep.source
|
||||||
|
PackageCheckArgs: --as-cran
|
@ -2,7 +2,7 @@
|
|||||||
% Please edit documentation in R/rep_biv.R
|
% Please edit documentation in R/rep_biv.R
|
||||||
\name{rep_biv}
|
\name{rep_biv}
|
||||||
\alias{rep_biv}
|
\alias{rep_biv}
|
||||||
\title{A repeated function}
|
\title{A repeated function for bivariate analyses}
|
||||||
\usage{
|
\usage{
|
||||||
rep_biv(y, v1, string, data, method = "pval", logistic = FALSE,
|
rep_biv(y, v1, string, data, method = "pval", logistic = FALSE,
|
||||||
ci = FALSE, cut = 0.1, v2 = NULL, v3 = NULL)
|
ci = FALSE, cut = 0.1, v2 = NULL, v3 = NULL)
|
||||||
@ -11,6 +11,10 @@ rep_biv(y, v1, string, data, method = "pval", logistic = FALSE,
|
|||||||
\item{y}{Effect meassure.}
|
\item{y}{Effect meassure.}
|
||||||
|
|
||||||
\item{v1}{Main variable in model}
|
\item{v1}{Main variable in model}
|
||||||
|
|
||||||
|
\item{string}{String of columnnames to include. Obtained with dput(). Input as c().}
|
||||||
|
|
||||||
|
\item{data}{dataframe of data to analyse}
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
For bivariate analyses, for gating by p-value or change-in-estimate.
|
For bivariate analyses, for gating by p-value or change-in-estimate.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user