testBF.prior | R Documentation |
Creates an object representing the prior distribution on coefficients for BAS that corresponds to the test-based Bayes Factors.
testBF.prior(g)
g |
a scalar used in the covariance of Zellner's g-prior, Cov(beta) = sigma^2 g (X'X)^- |
Creates a prior object structure used for BAS in 'bas.glm'.
returns an object of class "prior", with the family and hyerparameters.
Merlise Clyde
g.prior
, bas.glm
Other beta priors:
CCH()
,
EB.local()
,
IC.prior()
,
Jeffreys()
,
TG()
,
beta.prime()
,
g.prior()
,
hyper.g()
,
hyper.g.n()
,
intrinsic()
,
robust()
,
tCCH()
testBF.prior(100)
library(MASS)
data(Pima.tr)
# use g = n
bas.glm(type ~ .,
data = Pima.tr, family = binomial(),
betaprior = testBF.prior(nrow(Pima.tr)),
modelprior = uniform(), method = "BAS"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.