predictY {MultiNMix} | R Documentation |
Predict Fitted Values for "MNM" Class
Description
Returns the predicted (fitted) values, denoted as Y
, from an object of class "MNM"
.
Usage
predictY(object)
## S4 method for signature 'MNM'
predictY(object)
Arguments
object |
An object of class |
Value
An array containing the predicted (fitted) values from the model.
Methods (by class)
-
predictY(MNM)
: Predict fitted values for the "MNM" class.
[Package MultiNMix version 0.1.0 Index]