Description Usage Arguments Value See Also Examples
Returns the indicfix
slot.
1 2 | ## S4 method for signature 'model'
getIndicfix(object)
|
object |
An |
The indicfix
slot of the object
.
model for the class definition
1 2 3 4 | # Generate an exponential mixture model with two components.
f_model <- model("exponential", par = list(lambda = c(0.3, 0.7)), K = 2)
# Get the slot
getIndicfix(f_model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.