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