Skip to content
Snippets Groups Projects
Select Git revision
  • da6d84274df972badce3cb6da4b0f971db8cfee5
  • master default protected
  • v2.1.1
  • v2.1.0
4 results

launchUpdate.Rd

Blame
  • dot-fitModel.Rd 588 B
    % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/fitmodel.R
    \name{.fitModel}
    \alias{.fitModel}
    \title{Fit a model using the fitModel function.}
    \usage{
    .fitModel(formula, data, ...)
    }
    \arguments{
    \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{
    .fitModel(formula = mpg ~ cyl + disp, data = mtcars)
    }