Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fitmodel.R
Arnaud Duvermy
committed
fitModel(group, formula, data, ...)
Arnaud Duvermy
committed
\item{formula}{Formula specifying the model formula}
\item{data}{Data frame containing the data}
\item{...}{Additional arguments to be passed to the glmmTMB::glmmTMB function}
}
\value{
Fitted model object or NULL if there was an error
}
\description{
Fit a model using the fitModel function.
}
\examples{
Arnaud Duvermy
committed
fitModel("mtcars" , formula = mpg ~ cyl + disp, data = mtcars)