mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 11:50:23 +01:00
upd
This commit is contained in:
parent
ac0f8a11d6
commit
a82d22f555
@ -7,7 +7,7 @@
|
|||||||
#' @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.
|
||||||
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
|
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
|
||||||
#' @keywords cpr
|
#' @keywords strobe
|
||||||
#' @export
|
#' @export
|
||||||
#' @examples
|
#' @examples
|
||||||
#' strobe_diff_bygroup()
|
#' strobe_diff_bygroup()
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#' @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.
|
||||||
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
|
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
|
||||||
#' @keywords cpr
|
#' @keywords strobe
|
||||||
#' @export
|
#' @export
|
||||||
#' @examples
|
#' @examples
|
||||||
#' strobe_diff_byvar()
|
#' strobe_diff_byvar()
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#' @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.
|
||||||
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
|
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
|
||||||
#' @keywords cpr
|
#' @keywords strobe
|
||||||
#' @export
|
#' @export
|
||||||
#' @examples
|
#' @examples
|
||||||
#' strobe_diff_twodim()
|
#' strobe_diff_twodim()
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#' @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.
|
||||||
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
|
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
|
||||||
#' @keywords cpr
|
#' @keywords strobe olr
|
||||||
#' @export
|
#' @export
|
||||||
#' @examples
|
#' @examples
|
||||||
#' strobe_olr()
|
#' strobe_olr()
|
||||||
|
@ -25,4 +25,4 @@ Printable table of linear regression analysis of group vs var for meas. By group
|
|||||||
\examples{
|
\examples{
|
||||||
strobe_diff_bygroup()
|
strobe_diff_bygroup()
|
||||||
}
|
}
|
||||||
\keyword{cpr}
|
\keyword{strobe}
|
||||||
|
@ -25,4 +25,4 @@ Printable table of linear regression analysis of group vs var for meas. By var.
|
|||||||
\examples{
|
\examples{
|
||||||
strobe_diff_byvar()
|
strobe_diff_byvar()
|
||||||
}
|
}
|
||||||
\keyword{cpr}
|
\keyword{strobe}
|
||||||
|
@ -23,4 +23,4 @@ Printable table of regression analysis by group for meas. Detects wether to perf
|
|||||||
\examples{
|
\examples{
|
||||||
strobe_diff_twodim()
|
strobe_diff_twodim()
|
||||||
}
|
}
|
||||||
\keyword{cpr}
|
\keyword{strobe}
|
||||||
|
@ -20,4 +20,5 @@ strobe_olr(meas, var, adj, data, dec = 2)
|
|||||||
\description{
|
\description{
|
||||||
Printable table of linear regression analysis of group vs var for meas. By group.
|
Printable table of linear regression analysis of group vs var for meas. By group.
|
||||||
}
|
}
|
||||||
\keyword{cpr}
|
\keyword{olr}
|
||||||
|
\keyword{strobe}
|
||||||
|
Loading…
Reference in New Issue
Block a user