From a82d22f5553da823591b5511160782d7b73f4a39 Mon Sep 17 00:00:00 2001 From: agdamsbo Date: Wed, 10 Oct 2018 11:52:02 +0200 Subject: [PATCH] upd --- R/strobe_diff_bygroup.R | 2 +- R/strobe_diff_byvar.R | 2 +- R/strobe_diff_twodim.R | 2 +- R/strobe_olr.R | 2 +- man/strobe_diff_bygroup.Rd | 2 +- man/strobe_diff_byvar.Rd | 2 +- man/strobe_diff_twodim.Rd | 2 +- man/strobe_olr.Rd | 3 ++- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/R/strobe_diff_bygroup.R b/R/strobe_diff_bygroup.R index ba9ca8b..8332aab 100644 --- a/R/strobe_diff_bygroup.R +++ b/R/strobe_diff_bygroup.R @@ -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() diff --git a/R/strobe_diff_byvar.R b/R/strobe_diff_byvar.R index d79f31a..ab6c211 100644 --- a/R/strobe_diff_byvar.R +++ b/R/strobe_diff_byvar.R @@ -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() diff --git a/R/strobe_diff_twodim.R b/R/strobe_diff_twodim.R index 20ab8a5..d72a611 100644 --- a/R/strobe_diff_twodim.R +++ b/R/strobe_diff_twodim.R @@ -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() diff --git a/R/strobe_olr.R b/R/strobe_olr.R index c483637..38773ce 100644 --- a/R/strobe_olr.R +++ b/R/strobe_olr.R @@ -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() diff --git a/man/strobe_diff_bygroup.Rd b/man/strobe_diff_bygroup.Rd index fbf87a5..18f222c 100644 --- a/man/strobe_diff_bygroup.Rd +++ b/man/strobe_diff_bygroup.Rd @@ -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} diff --git a/man/strobe_diff_byvar.Rd b/man/strobe_diff_byvar.Rd index 2f0a6fd..fdaeb71 100644 --- a/man/strobe_diff_byvar.Rd +++ b/man/strobe_diff_byvar.Rd @@ -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} diff --git a/man/strobe_diff_twodim.Rd b/man/strobe_diff_twodim.Rd index 8ec26aa..d0cf857 100644 --- a/man/strobe_diff_twodim.Rd +++ b/man/strobe_diff_twodim.Rd @@ -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} diff --git a/man/strobe_olr.Rd b/man/strobe_olr.Rd index ab10adf..b7bd34b 100644 --- a/man/strobe_olr.Rd +++ b/man/strobe_olr.Rd @@ -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}