tdist {rvalues} | R Documentation |
t-distribution family object
Description
A t-distribution family object which allows one to specify
a t-density for the sampling distribution. Modeled after family
objects
often used in the glm function.
Usage
tdist(df)
Arguments
df |
vector containing the degrees of freedom |
Value
An object of class "newfam"
, which is a list
containing the following components
family |
The family name |
df |
The degrees of freedom |
Author(s)
Nicholas Henderson and Michael Newton
See Also
Examples
a <- tdist(df=5)
[Package rvalues version 0.7.1 Index]