diff --git a/NAMESPACE b/NAMESPACE index 6024aa3..e4fc9c1 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -15,4 +15,4 @@ export(rep_epi_tests) export(rep_glm) export(rep_lm) export(rep_reg_cie) -export(strobe_print) +export(strobe_diff1) diff --git a/R/strobe_print.R b/R/strobe_diff1.R similarity index 97% rename from R/strobe_print.R rename to R/strobe_diff1.R index 4851cc4..efe089f 100644 --- a/R/strobe_print.R +++ b/R/strobe_diff1.R @@ -10,9 +10,9 @@ #' @keywords cpr #' @export #' @examples -#' strobe_print() +#' strobe_diff1() -strobe_print<-function(meas,var,group,adj,data,dec=2){ +strobe_diff1<-function(meas,var,group,adj,data,dec=2){ ## meas: sdmt ## var: rtreat ## group: genotype diff --git a/man/strobe_print.Rd b/man/strobe_diff1.Rd similarity index 81% rename from man/strobe_print.Rd rename to man/strobe_diff1.Rd index cdf2d25..2ac8961 100644 --- a/man/strobe_print.Rd +++ b/man/strobe_diff1.Rd @@ -1,10 +1,10 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/strobe_print.R -\name{strobe_print} -\alias{strobe_print} +% Please edit documentation in R/strobe_diff1.R +\name{strobe_diff1} +\alias{strobe_diff1} \title{Print regression results according to STROBE} \usage{ -strobe_print(meas, var, group, adj, data, dec = 2) +strobe_diff1(meas, var, group, adj, data, dec = 2) } \arguments{ \item{meas}{outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.} @@ -23,6 +23,6 @@ strobe_print(meas, var, group, adj, data, dec = 2) Printable table of linear regression analysis of group vs var for meas. } \examples{ -strobe_print() +strobe_diff1() } \keyword{cpr}