createStanModel | R Documentation |
This is an internal function used to create a Stan model.
createStanModel(L0, P, Lp = NULL)
L0 |
The number of principal components kept |
P |
The number of covariates |
Lp |
A vector for the number of basis function for each covariate |
The .stan model
cat(createStanModel(3, 5, 1:5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.