mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 11:50:23 +01:00
upd doc
This commit is contained in:
parent
a82d22f555
commit
0361de40ab
@ -1,8 +1,8 @@
|
|||||||
#' Print regression results according to STROBE
|
#' Print regression results according to STROBE
|
||||||
#'
|
#'
|
||||||
#' Printable table of linear regression analysis of group vs var for meas. By group.
|
#' Printable table of three dimensional regression analysis of group vs var for meas. By group.
|
||||||
#' @param meas outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.
|
#' @param meas outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.
|
||||||
#' @param var exposure variable to compare against (active vs placebo). As string.
|
#' @param var binary exposure variable to compare against (active vs placebo). As string.
|
||||||
#' @param groups groups to compare, as string.
|
#' @param groups groups to compare, as string.
|
||||||
#' @param adj variables to adjust for, as string.
|
#' @param adj variables to adjust for, as string.
|
||||||
#' @param data dataframe of data.
|
#' @param data dataframe of data.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#' Print regression results according to STROBE
|
#' Print regression results according to STROBE
|
||||||
#'
|
#'
|
||||||
#' Printable table of linear regression analysis of group vs var for meas. By var.
|
#' Printable table of three dimensional regression analysis of group vs var for meas. By var.
|
||||||
#' @param meas outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.
|
#' @param meas outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.
|
||||||
#' @param var exposure variable to compare against (active vs placebo). As string.
|
#' @param var binary exposure variable to compare against (active vs placebo). As string.
|
||||||
#' @param groups groups to compare, as string.
|
#' @param groups groups to compare, as string.
|
||||||
#' @param adj variables to adjust for, as string.
|
#' @param adj variables to adjust for, as string.
|
||||||
#' @param data dataframe of data.
|
#' @param data dataframe of data.
|
||||||
|
@ -9,7 +9,7 @@ strobe_diff_bygroup(meas, var, group, adj, data, dec = 2)
|
|||||||
\arguments{
|
\arguments{
|
||||||
\item{meas}{outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.}
|
\item{meas}{outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.}
|
||||||
|
|
||||||
\item{var}{exposure variable to compare against (active vs placebo). As string.}
|
\item{var}{binary exposure variable to compare against (active vs placebo). As string.}
|
||||||
|
|
||||||
\item{adj}{variables to adjust for, as string.}
|
\item{adj}{variables to adjust for, as string.}
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ strobe_diff_bygroup(meas, var, group, adj, data, dec = 2)
|
|||||||
\item{groups}{groups to compare, as string.}
|
\item{groups}{groups to compare, as string.}
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
Printable table of linear regression analysis of group vs var for meas. By group.
|
Printable table of three dimensional regression analysis of group vs var for meas. By group.
|
||||||
}
|
}
|
||||||
\examples{
|
\examples{
|
||||||
strobe_diff_bygroup()
|
strobe_diff_bygroup()
|
||||||
|
@ -9,7 +9,7 @@ strobe_diff_byvar(meas, var, group, adj, data, dec = 2)
|
|||||||
\arguments{
|
\arguments{
|
||||||
\item{meas}{outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.}
|
\item{meas}{outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.}
|
||||||
|
|
||||||
\item{var}{exposure variable to compare against (active vs placebo). As string.}
|
\item{var}{binary exposure variable to compare against (active vs placebo). As string.}
|
||||||
|
|
||||||
\item{adj}{variables to adjust for, as string.}
|
\item{adj}{variables to adjust for, as string.}
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ strobe_diff_byvar(meas, var, group, adj, data, dec = 2)
|
|||||||
\item{groups}{groups to compare, as string.}
|
\item{groups}{groups to compare, as string.}
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
Printable table of linear regression analysis of group vs var for meas. By var.
|
Printable table of three dimensional regression analysis of group vs var for meas. By var.
|
||||||
}
|
}
|
||||||
\examples{
|
\examples{
|
||||||
strobe_diff_byvar()
|
strobe_diff_byvar()
|
||||||
|
Loading…
Reference in New Issue
Block a user