comodin19 / BayesVarSel

BayesVarSel: R package to calculate Bayes factors, model choice and variable selection in linear models
8 stars 5 forks source link

Inside the code: work on the labels for the priors #32

Closed gongardo closed 2 years ago

gongardo commented 2 years ago

Now that many priors are implemented, it makes sense to work internally with better labels for the different options

gongardo commented 2 years ago

prior.betas= (and their internal representation in Btest, Bvs, GibbsBvs)

before March, 2022:

Robust -> r gZellner -> g Liangetal -> l ZellnerSiow -> z FLS -> f intrinsic -> i Robust2 -> w GeointrinsicI -> x GeointrinsicII -> y

Suggestions:

Robust2 --> Robust.G -> w GeointrinsicI --> IHG -> x GeointrinsicII -> y intrinsic --> intrinsic.MGC -> i

Warning: the GibbsBvsF function has a different way of treating the labels so I barely have changed it.