Similar to other predict methods, this function returns predictions from a fitted htlrfit
object.
Arguments
- object
A fitted model object with S3 class
htlrfit
.- newx
A Matrix of values at which predictions are to be made.
- type
Type of prediction required. Type "response" gives the fitted probabilities. Type "class" produces the class label corresponding to the maximum probability.
- ...
Advanced options to specify the Markov chain iterations used for inference. See
htlr_predict
.