File: family_params.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 (19 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{family_params}
\alias{family_params}
\title{Retrieve family-specific parameters}
\usage{
family_params(object)
}
\arguments{
\item{object}{glmmTMB object}
}
\value{
a named numeric vector
}
\description{
Most conditional distributions have only parameters governing their location
(retrieved via \code{predict}) and scale (\code{sigma}). A few (e.g. Tweedie, Student t, ordered beta)
are characterized by one or more additional parameters.
}