powered by
Creates an object representing the tCCH mixture of g-priors on coefficients for BAS.
tCCH(alpha = 1, beta = 2, s = 0, r = 3/2, v = 1, theta = 1)
returns an object of class "prior", with the family and hyerparameters.
a scalar > 0, recommended alpha=.5 (betaprime) or 1.
a scalar > 0. The value is not updated by the data; beta should be a function of n for consistency under the null model.
a scalar, recommended s=0 a priori
r arbitrary; in the hyper-g-n prior sets r = (alpha + 2)
0 < v
theta > 1
Merlise Clyde
Creates a structure used for bas.glm.
bas.glm
CCH, robust, hyper.g, hyper.g.nbas.glm
CCH
robust
hyper.g
hyper.g.n
Other beta priors: CCH(), EB.local(), IC.prior(), Jeffreys(), TG(), beta.prime(), g.prior(), hyper.g(), hyper.g.n(), intrinsic(), robust(), testBF.prior()
CCH()
EB.local()
IC.prior()
Jeffreys()
TG()
beta.prime()
g.prior()
hyper.g()
hyper.g.n()
intrinsic()
robust()
testBF.prior()
n <- 500 tCCH(alpha = 1, beta = 2, s = 0, r = 1.5, v = 1, theta = 1 / n)
Run the code above in your browser using DataLab