View source: R/get_hyperparams_init.R
get_hyperparams_init | R Documentation |
either generating a set of hyper-parameters for un-informative priors, or
passing a set of user-specified hyper-parameters to SIMP()
function.
get_hyperparams_init(pc, pd, p2, r, dx, dy, ...)
pc |
Dimension of X1C, the continuous part of the predictors of interest. |
pd |
Dimension of X1D, the discrete part of the predictors of interest. |
p2 |
Dimension of X2, predictors of not main interest. |
r |
Dimension of response Y. |
dx |
Partial predictor envelope dimension of SIMP. |
dy |
Partial response envelope dimension of SIMP. |
... |
Input for the user-specified hyper-parameters. |
## Not run: library(SIMP) pd = 8; pd = 2; p2 = 2; r = 8; dx = 1; dy = 1 hp <- get_hyperparams_init(pc, pd, p2, r, dx, dy) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.