predictY: 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 MNM
predictY(object)
Value
An array containing the predicted (fitted) values from the model.
Arguments
- object
An object of class "MNM"
.