df-methods {distr} | R Documentation |
Methods for Function df in Package ‘distr’
Description
df-methods
Methods
- df
signature(object = "TParameter")
: returns the slotdf
of the parameter of the distribution- df<-
signature(object = "TParameter")
: modifies the slotdf
of the parameter of the distribution- df
signature(object = "Td")
: returns the slotdf
of the parameter of the distribution- df<-
signature(object = "Td")
: modifies the slotdf
of the parameter of the distribution- df
signature(object = "ChisqParameter")
: returns the slotdf
of the parameter of the distribution- df<-
signature(object = "ChisqParameter")
: modifies the slotdf
of the parameter of the distribution- df
signature(object = "Chisq")
: returns the slotdf
of the parameter of the distribution- df<-
signature(object = "Chisq")
: modifies the slotdf
of the parameter of the distribution
[Package distr version 2.9.3 Index]