File: df-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 (39 lines) | stat: -rw-r--r-- 1,613 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
\name{df-methods}
\docType{methods}
\alias{df-methods}
\alias{df<--methods}
\alias{df}
\alias{df<-}
\alias{df,TParameter-method}
\alias{df,Td-method}
\alias{df,ChisqParameter-method}
\alias{df,Chisq-method}
\alias{df<-,TParameter-method}
\alias{df<-,Td-method}
\alias{df<-,ChisqParameter-method}
\alias{df<-,Chisq-method}
\title{ Methods for Function df in Package `distr' }
\description{df-methods}

\section{Methods}{\describe{

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

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

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

\item{df}{\code{signature(object = "Chisq")}: returns the slot \code{df} of the parameter of the distribution }
\item{df<-}{\code{signature(object = "Chisq")}: modifies the slot \code{df} of the parameter of the distribution }
}}
\keyword{distribution}
\keyword{methods}
\concept{degree of freedom}
\concept{parameter}
\concept{T distribution}
\concept{Chi square distribution}
\concept{accessor function}
\concept{replacement function}