File: size-methods.Rd

package info (click to toggle)
r-cran-distr 2.9.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,344 kB
  • sloc: ansic: 199; sh: 13; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,916 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
\name{size-methods}
\docType{methods}
\alias{size-methods}
\alias{size<--methods}
\alias{size}
\alias{size<-}
\alias{size,BinomParameter-method}
\alias{size,Binom-method}
\alias{size,NbinomParameter-method}
\alias{size,Nbinom-method}
\alias{size,Geom-method}
\alias{size<-,BinomParameter-method}
\alias{size<-,Binom-method}
\alias{size<-,NbinomParameter-method}
\alias{size<-,Nbinom-method}
\alias{size<-,Geom-method}
\title{ Methods for Function size in Package `distr' }
\description{size-methods}

\section{Methods}{\describe{

\item{size}{\code{signature(object  = "BinomParameter")}: returns the slot \code{size} of the parameter of the distribution }
\item{size<-}{\code{signature(object = "BinomParameter")}: modifies the slot \code{size} of the parameter of the distribution }

\item{size}{\code{signature(object = "Binom")}: returns the slot \code{size} of the parameter of the distribution }
\item{size<-}{\code{signature(object = "Binom")}: modifies the slot \code{size} of the parameter of the distribution }

\item{size}{\code{signature(object = "NbinomParameter")}: returns the slot \code{size} of the parameter of the distribution }
\item{size<-}{\code{signature(object = "NbinomParameter")}: modifies the slot \code{size} of the parameter of the distribution }

\item{size}{\code{signature(object = "Nbinom")}: returns the slot \code{size} of the parameter of the distribution }
\item{size<-}{\code{signature(object = "Nbinom")}: modifies the slot \code{size} of the parameter of the distribution }

\item{size}{\code{signature(object = "Geom")}: returns the slot \code{size} of the parameter of the distribution }

}}
\keyword{distribution}
\concept{parameter}
\concept{Binomial distribution}
\concept{Negative Binomial distribution}
\concept{Geometric distribution}
\concept{S4 parameter class}
\concept{accessor function}
\concept{replacement function}