predict.htlr.fit | R Documentation |
Similar to other predict methods, this function returns predictions from a fitted htlrfit
object.
## S3 method for class 'htlr.fit'
predict(object, newx, type = c("response", "class"), ...)
object |
A fitted model object with S3 class |
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 |
The object returned depends on type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.