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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
\name{ncp-methods}
\docType{methods}
\alias{ncp-methods}
\alias{ncp<--methods}
\alias{ncp}
\alias{ncp<-}
\alias{ncp,ChisqParameter-method}
\alias{ncp,Chisq-method}
\alias{ncp<-,ChisqParameter-method}
\alias{ncp<-,Chisq-method}
\alias{ncp,FParameter-method}
\alias{ncp,Fd-method}
\alias{ncp<-,FParameter-method}
\alias{ncp<-,Fd-method}
\alias{ncp,BetaParameter-method}
\alias{ncp,Beta-method}
\alias{ncp<-,BetaParameter-method}
\alias{ncp<-,Beta-method}
\alias{ncp,TParameter-method}
\alias{ncp,Td-method}
\alias{ncp<-,TParameter-method}
\alias{ncp<-,Td-method}
\title{ Methods for Function ncp in Package `distr' }
\description{ncp-methods}
\section{Methods}{\describe{
\item{ncp}{\code{signature(object = "BetaParameter")}: returns the slot \code{ncp} of the parameter of the distribution }
\item{ncp<-}{\code{signature(object = "BetaParameter")}: modifies the slot \code{ncp} of the parameter of the distribution }
\item{ncp}{\code{signature(object = "Beta")}: returns the slot \code{ncp} of the parameter of the distribution }
\item{ncp<-}{\code{signature(object = "Beta")}: modifies the slot \code{ncp} of the parameter of the distribution }
\item{ncp}{\code{signature(object = "ChisqParameter")}: returns the slot \code{ncp} of the parameter of the distribution }
\item{ncp<-}{\code{signature(object = "ChisqParameter")}: modifies the slot \code{ncp} of the parameter of the distribution }
\item{ncp}{\code{signature(object = "Chisq")}: returns the slot \code{ncp} of the parameter of the distribution }
\item{ncp<-}{\code{signature(object = "Chisq")}: modifies the slot \code{ncp} of the parameter of the distribution }
\item{ncp}{\code{signature(object = "FParameter")}: returns the slot \code{ncp} of the parameter of the distribution }
\item{ncp<-}{\code{signature(object = "FParameter")}: modifies the slot \code{ncp} of the parameter of the distribution }
\item{ncp}{\code{signature(object = "Fd")}: returns the slot \code{ncp} of the parameter of the distribution }
\item{ncp<-}{\code{signature(object = "Fd")}: modifies the slot \code{ncp} of the parameter of the distribution }
\item{ncp}{\code{signature(object = "TParameter")}: returns the slot \code{ncp} of the parameter of the distribution }
\item{ncp<-}{\code{signature(object = "TParameter")}: modifies the slot \code{ncp} of the parameter of the distribution }
\item{ncp}{\code{signature(object = "Td")}: returns the slot \code{ncp} of the parameter of the distribution }
\item{ncp<-}{\code{signature(object = "Td")}: modifies the slot \code{ncp} of the parameter of the distribution }
}}
\keyword{methods}
\keyword{distribution}
\concept{parameter}
\concept{Chi square distribution}
\concept{beta distribution}
\concept{T distribution}
\concept{F distribution}
\concept{non centrality parameter}
\concept{S4 parameter class}
\concept{accessor function}
\concept{replacement function}
|