spr_bas <- bas.lm(spr ~ .,
data = sp500,
method = "MCMC",
prior = "ZS-null",
modelprior = uniform())
I want to use bas.lm() to run a bayesian linear regression with informative prior (N(0,10),gamma(5,5)). But I look for the method bas.lm(), I do not know where I can put my informative prior since in the arguments of bas.lm(...), there are no option for normal or gamma in prior or modelprior options