updating name

This commit is contained in:
agdamsbo 2018-10-05 13:36:56 +02:00
parent c60e33f64a
commit 4f7d129953
3 changed files with 8 additions and 8 deletions

View File

@ -15,4 +15,4 @@ export(rep_epi_tests)
export(rep_glm)
export(rep_lm)
export(rep_reg_cie)
export(strobe_print)
export(strobe_diff1)

View File

@ -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

View File

@ -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}