get_y | R Documentation |
Extract X, Y or Z from a stanreg object
get_y(object, ...)
get_x(object, ...)
get_z(object, ...)
object |
A fitted model object returned by one of the
rstanarm modeling functions. See |
... |
Other arguments passed to methods. For a |
For get_x
and get_z
, a matrix. For get_y
, either
a vector or a matrix, depending on how the response variable was specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.