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_glm)
|
||||||
export(rep_lm)
|
export(rep_lm)
|
||||||
export(rep_reg_cie)
|
export(rep_reg_cie)
|
||||||
export(strobe_print)
|
export(strobe_diff1)
|
||||||
|
@ -10,9 +10,9 @@
|
|||||||
#' @keywords cpr
|
#' @keywords cpr
|
||||||
#' @export
|
#' @export
|
||||||
#' @examples
|
#' @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
|
## meas: sdmt
|
||||||
## var: rtreat
|
## var: rtreat
|
||||||
## group: genotype
|
## group: genotype
|
@ -1,10 +1,10 @@
|
|||||||
% Generated by roxygen2: do not edit by hand
|
% Generated by roxygen2: do not edit by hand
|
||||||
% Please edit documentation in R/strobe_print.R
|
% Please edit documentation in R/strobe_diff1.R
|
||||||
\name{strobe_print}
|
\name{strobe_diff1}
|
||||||
\alias{strobe_print}
|
\alias{strobe_diff1}
|
||||||
\title{Print regression results according to STROBE}
|
\title{Print regression results according to STROBE}
|
||||||
\usage{
|
\usage{
|
||||||
strobe_print(meas, var, group, adj, data, dec = 2)
|
strobe_diff1(meas, var, group, adj, data, dec = 2)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{meas}{outcome meassure variable name in data-data.frame as a string. Can be numeric or factor. Result is calculated accordingly.}
|
\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.
|
Printable table of linear regression analysis of group vs var for meas.
|
||||||
}
|
}
|
||||||
\examples{
|
\examples{
|
||||||
strobe_print()
|
strobe_diff1()
|
||||||
}
|
}
|
||||||
\keyword{cpr}
|
\keyword{cpr}
|
Loading…
Reference in New Issue
Block a user