From ac0f8a11d6514707643ff22325514cf212d1a03f Mon Sep 17 00:00:00 2001 From: agdamsbo Date: Wed, 10 Oct 2018 11:50:28 +0200 Subject: [PATCH] change --- R/strobe_diff_twodim.R | 2 +- man/strobe_diff_twodim.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/strobe_diff_twodim.R b/R/strobe_diff_twodim.R index e750400..20ab8a5 100644 --- a/R/strobe_diff_twodim.R +++ b/R/strobe_diff_twodim.R @@ -9,7 +9,7 @@ #' @keywords cpr #' @export #' @examples -#' strobe_diff_byvar() +#' strobe_diff_twodim() strobe_diff_twodim<-function(meas,group,adj,data,dec=2){ ## meas: sdmt diff --git a/man/strobe_diff_twodim.Rd b/man/strobe_diff_twodim.Rd index 7b26b01..8ec26aa 100644 --- a/man/strobe_diff_twodim.Rd +++ b/man/strobe_diff_twodim.Rd @@ -21,6 +21,6 @@ strobe_diff_twodim(meas, group, adj, data, dec = 2) Printable table of regression analysis by group for meas. Detects wether to perform logistic or linear regression. } \examples{ -strobe_diff_byvar() +strobe_diff_twodim() } \keyword{cpr}