File: formula.glmmTMB.Rd

package info (click to toggle)
r-cran-glmmtmb 1.1.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,124 kB
  • sloc: cpp: 1,506; sh: 16; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{formula.glmmTMB}
\alias{formula.glmmTMB}
\title{Extract the formula of a glmmTMB object}
\usage{
\method{formula}{glmmTMB}(x, fixed.only = FALSE, component = c("cond", "zi", "disp"), ...)
}
\arguments{
\item{x}{a \code{glmmTMB} object}

\item{fixed.only}{(logical) drop random effects, returning only the fixed-effect component of the formula?}

\item{component}{formula for which component of the model to return (conditional, zero-inflation, or dispersion)}

\item{...}{unused, for generic consistency}
}
\description{
Extract the formula of a glmmTMB object
}