daDoctoR/man/rep_lm.Rd

22 lines
410 B
Plaintext
Raw Normal View History

2018-10-02 21:07:43 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rep_lm.R
\name{rep_lm}
\alias{rep_lm}
\title{A repeated linear regression function}
\usage{
rep_lm(y, v1, string, ci = FALSE, data, v2 = NULL, v3 = NULL)
}
\arguments{
\item{y}{Effect meassure.}
\item{v1}{Main variable in model}
}
\description{
For bivariate analyses.
}
\examples{
rep_lm()
}
\keyword{linear}
\keyword{regression}