Skip to content
Snippets Groups Projects
Select Git revision
  • 8e82fe730bc10ae122c8cefe08b4481e2674b1df
  • master default protected
  • dev
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • v0.1.0
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
15 results

picard.def

Blame
  • Forked from LBMC / nextflow
    Source project has a limited visibility.
    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)
    }