Description Usage Arguments Examples
Accessor for degrees of freedom
Accessor for degrees of freedom
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | dfr(object)
dfr(object) <- value
## S4 method for signature 'Hyperparameters'
dfr(object)
## S4 replacement method for signature 'Hyperparameters,numeric'
dfr(object) <- value
## S4 method for signature 'MixtureModel'
dfr(object)
## S4 replacement method for signature 'MixtureModel,numeric'
dfr(object) <- value
|
object |
a Hyperparameters- or MixtureModel-derived class |
value |
scalar providing degrees of freedom for t-distribution |
1 2 3 4 | hp <- Hyperparameters()
dfr(hp)
dfr(hp) <- 10
dfr(hp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.