extract_parameter | R Documentation |
Extracts a single from a list of stan output and returns it as a
<data.table>
.
extract_parameter(param, samples, dates)
param |
Character string indicating the parameter to extract |
samples |
Extracted stan model (using |
dates |
A vector identifying the dimensionality of the parameter to extract. Generally this will be a date. |
A <data.frame>
containing the parameter name, date, sample id and
sample value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.