File: coef.brglmFit.Rd

package info (click to toggle)
r-cran-brglm2 0.9.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 872 kB
  • sloc: ansic: 52; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 853 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
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/brglmFit.R
\name{coef.brglmFit}
\alias{coef.brglmFit}
\title{Extract model coefficients from \code{\link[=brglmFit]{"brglmFit"}} objects}
\usage{
\method{coef}{brglmFit}(object, model = c("mean", "full", "dispersion"), ...)
}
\arguments{
\item{object}{an object for which the extraction of model coefficients is
    meaningful.}

\item{model}{one of \code{"mean"} (default), \code{"dispersion"}, `"full",
to return the estimates of the parameters in the linear
prediction only, the estimate of the dispersion parameter only,
or both, respectively.}

\item{...}{other arguments.}
}
\description{
Extract model coefficients from \code{\link[=brglmFit]{"brglmFit"}} objects
}
\details{
See \code{\link[=coef]{coef()}} for more details.
}
\seealso{
\code{\link[=coef]{coef()}}
}