st | R Documentation |
Used to specify student-t priors for bayesGAM
models
st(param_values)
param_values |
Numeric vector of length 3 for the degrees of freedom, location, and scale parameter. |
For the beta
and a
parameters, the distribution is assumed to be unconstrained.
For eps
and lambda
, the priors are half-normal with a support of strictly positive numbers.
Stan Development Team. 2018. Stan Modeling Language Users Guide and Reference Manual, Version 2.18.0
require(stats); require(graphics) st(c(3,0,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.