mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-21 19:30:22 +01:00
updating name
This commit is contained in:
parent
c60e33f64a
commit
4f7d129953
@ -15,4 +15,4 @@ export(rep_epi_tests)
|
||||
export(rep_glm)
|
||||
export(rep_lm)
|
||||
export(rep_reg_cie)
|
||||
export(strobe_print)
|
||||
export(strobe_diff1)
|
||||
|
@ -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
|
@ -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}
|
Loading…
Reference in New Issue
Block a user