fitted.walker_fit {walker} | R Documentation |
Extract Fitted Values of Walker Fit
Description
Returns fitted values (posterior means) from output of walker
or walker_glm
.
Usage
## S3 method for class 'walker_fit'
fitted(object, summary = TRUE, ...)
Arguments
object |
Output of |
summary |
If |
... |
Ignored. |
Value
If summary=TRUE
, matrix containing summary statistics of fitted values.
Otherwise a matrix of samples.
[Package walker version 1.0.8 Index]