This commit is contained in:
agdamsbo 2018-10-10 11:52:02 +02:00
parent ac0f8a11d6
commit a82d22f555
8 changed files with 9 additions and 8 deletions

View File

@ -7,7 +7,7 @@
#' @param adj variables to adjust for, as string.
#' @param data dataframe of data.
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
#' @keywords cpr
#' @keywords strobe
#' @export
#' @examples
#' strobe_diff_bygroup()

View File

@ -7,7 +7,7 @@
#' @param adj variables to adjust for, as string.
#' @param data dataframe of data.
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
#' @keywords cpr
#' @keywords strobe
#' @export
#' @examples
#' strobe_diff_byvar()

View File

@ -6,7 +6,7 @@
#' @param adj variables to adjust for, as string.
#' @param data dataframe of data.
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
#' @keywords cpr
#' @keywords strobe
#' @export
#' @examples
#' strobe_diff_twodim()

View File

@ -6,7 +6,7 @@
#' @param adj variables to adjust for, as string.
#' @param data dataframe of data.
#' @param dec decimals for results, standard is set to 2. Mean and sd is dec-1.
#' @keywords cpr
#' @keywords strobe olr
#' @export
#' @examples
#' strobe_olr()

View File

@ -25,4 +25,4 @@ Printable table of linear regression analysis of group vs var for meas. By group
\examples{
strobe_diff_bygroup()
}
\keyword{cpr}
\keyword{strobe}

View File

@ -25,4 +25,4 @@ Printable table of linear regression analysis of group vs var for meas. By var.
\examples{
strobe_diff_byvar()
}
\keyword{cpr}
\keyword{strobe}

View File

@ -23,4 +23,4 @@ Printable table of regression analysis by group for meas. Detects wether to perf
\examples{
strobe_diff_twodim()
}
\keyword{cpr}
\keyword{strobe}

View File

@ -20,4 +20,5 @@ strobe_olr(meas, var, adj, data, dec = 2)
\description{
Printable table of linear regression analysis of group vs var for meas. By group.
}
\keyword{cpr}
\keyword{olr}
\keyword{strobe}