mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 03:40:23 +01:00
22 lines
410 B
R
22 lines
410 B
R
% 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}
|