Skip to content
Snippets Groups Projects
Select Git revision
  • 4f3d0e33dc3f5aeee9403f0eef600ec794aab9ca
  • master default protected
  • dev
3 results

figure_maker.py

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)
    }