BSGS.PE: Posterior estimates of parameters.

Description Usage Arguments Value Examples

View source: R/BSGS.PE.r

Description

Provide the posterior estimates of parameters.

Usage

1
BSGS.PE(BSGS.Output)

Arguments

BSGS.Output

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

Value

A list is returned with estimates of regression coefficients, β, the posterior probability of binary variable η for group selection equal to 1, binary variable γ for variable selection equal to 1, and variance, σ^2.

Examples

1
2
3
4
5
6
7
## 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)

BSGS documentation built on May 2, 2019, 4:21 a.m.

Related to BSGS.PE in BSGS...