Description Usage Arguments Value See Also Examples
Sets a value for the dist
slot.
1 2 | ## S4 replacement method for signature 'model'
setDist(object) <- value
|
object |
An |
value |
A character defining the distribution. |
The model
object with slot dist
set to value
.
model for the class definition
1 2 3 4 | # Generate an default mixture model.
f_model <- model()
# Get the slot
setDist(f_model) <- "poisson"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.