rpredNormReg | R Documentation |
rpredNormReg returns a random sample of size ? from ? predictive probability distribution
rpredNormReg( S = 1, Xpred, X, y, beta0, Sigma0, nu0 = 1, s20 = 1, gprior = TRUE )
S |
desired random sample size |
Xpred |
predictor vector(s) for which predictions are desired |
X |
Explanatory variables matrix |
y |
Vector of prior observations |
beta0 |
vector of prior regression coefficients |
Sigma0 |
prior variance-covariance matrix |
nu0 |
number of prior observations |
s20 |
prior variance |
gprior |
flag to use Zellner's g-prior. Default to TRUE |
random sample of size ? from ? predictive probability distribution
1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.