IC.prior | R Documentation |
Creates an object representing the prior distribution on coefficients for BAS.
IC.prior(penalty)
penalty |
a scalar used in the penalized loglikelihood of the form penalty*dimension |
The log marginal likelihood is approximated as -2*(deviance + penalty*dimension). Allows alternatives to AIC (penalty = 2) and BIC (penalty = log(n)). For BIC, the argument may be missing, in which case the sample size is determined from the call to 'bas.glm' and used to determine the penalty.
returns an object of class "prior", with the family and hyerparameters.
Merlise Clyde
g.prior
Other beta priors:
CCH()
,
EB.local()
,
Jeffreys()
,
TG()
,
beta.prime()
,
g.prior()
,
hyper.g()
,
hyper.g.n()
,
intrinsic()
,
robust()
,
tCCH()
,
testBF.prior()
IC.prior(2)
aic.prior()
bic.prior(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.