fitted.CARBayes {CARBayes} | R Documentation |
Extract the fitted values from a model.
Description
This function takes a CARBayes object and returns the vector of fitted values (posterior means).
Usage
## S3 method for class 'CARBayes'
fitted(object, ...)
Arguments
object |
A CARBayes fitted model object. |
... |
Ignored. |
Author(s)
Duncan Lee
[Package CARBayes version 6.1.1 Index]