export_interpolate | R Documentation |
This function export the linear iterpolation implemented in Stan. It can be use to re-sample the exposure profiles.
export_interpolate(x, xpt, ypt, chain = 1, iter = 1, ...)
x |
interpolation point x |
xpt |
a vector of x axis (has to be same size as |
ypt |
a vector of y axis (has to be same size as |
chain |
number of chain |
iter |
number of iteration |
... |
Arguments passed to |
A sample of a stanfit object returning a linear interpolation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.