[ {Rmixmod} | R Documentation |
Extract parts of a Rmixmod class
Description
Extract parts of a Rmixmod class
Usage
## S4 method for signature 'MultinomialModel,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'MultinomialModel,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'GaussianModel,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'GaussianModel,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'CompositeModel,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'CompositeModel,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'MultinomialParameter,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'MultinomialParameter,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'GaussianParameter,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'GaussianParameter,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'CompositeParameter,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'CompositeParameter,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'MixmodResults,ANY,ANY,ANY'
x[i, j, drop]
## S4 method for signature 'Strategy,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'Strategy,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'MixmodCluster,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'MixmodCluster,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'MixmodLearn,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'MixmodLearn,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'MixmodPredict,ANY,ANY,ANY'
x[i, j, drop]
Arguments
x |
object from which to extract element(s) or in which to replace element(s). |
i |
the name of the element we want to extract or replace. |
j |
if the element designing by i is complex, j specifying elements to extract or replace. |
drop |
For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension (see the examples). This only works for extracting elements, not for the replacement. See drop for further details. |
value |
TODO... |
[Package Rmixmod version 2.1.10 Index]