File: coef.brnb.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 (25 lines) | stat: -rw-r--r-- 787 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/brnb.R
\name{coef.brnb}
\alias{coef.brnb}
\title{Extract model coefficients from \code{\link[=brnb]{"brnb"}} objects}
\usage{
\method{coef}{brnb}(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{"full"}, \code{"dispersion"},
to return the estimates of the parameters in the linear
prediction only, or both, the estimate of the dispersion
parameter only, respectively.}

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