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