File: df1-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 (28 lines) | stat: -rw-r--r-- 1,012 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
\name{df1-methods}
\docType{methods}
\alias{df1-methods}
\alias{df1<--methods}
\alias{df1}
\alias{df1<-}
\alias{df1,FParameter-method}
\alias{df1,Fd-method}
\alias{df1<-,FParameter-method}
\alias{df1<-,Fd-method}
\title{ Methods for Function df1 in Package `distr' }
\description{df-methods}

\section{Methods}{\describe{

\item{df1}{\code{signature(object = "FParameter")}: returns the slot \code{df1} of the parameter of an F-distribution }
\item{df1<-}{\code{signature(object = "FParameter")}: modifies the slot \code{df1} of the parameter of an F-distribution }

\item{df1}{\code{signature(object  = "Fd")}: returns the slot \code{df1} of the slot \code{param} of the distribution}
\item{df1<-}{\code{signature(object = "Fd")}: modifies the slot \code{df1} of the slot \code{param} of the distribution }
}}
\keyword{distribution}
\keyword{methods}
\concept{degree of freedom}
\concept{parameter}
\concept{F distribution}
\concept{accessor function}
\concept{replacement function}