Learn R Programming

BSGS (version 2.0)

BSGS.PE: Posterior estimates of parameters.

Description

Provide the posterior estimates of parameters.

Usage

BSGS.PE(BSGS.Output)

Arguments

BSGS.Output
A list of random samples generated from the posterior distribution by MCMC procedures.

Value

$\beta$, the posterior probability of binary variable $\eta$ for group selection equal to 1, binary variable $\gamma$ for variable selection equal to 1, and variance, $\sigma^2$.

Examples

Run this code
## Not run: 
# output = BSGS.Simple(Y, X, Group.Index, r.value, eta.value, beta.value, tau2.value, 
# 	rho.value, theta.value, sigma2.value, nu, lambda, 
# 	Num.of.Iter.Inside.CompWise, Num.Of.Iteration, MCSE.Sigma2.Given)
# BSGS.PE(output)
# ## End(Not run)

Run the code above in your browser using DataLab