-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi there, thanks for this very nice package!
I’m wondering about a few things:
-
The package does not seem to be compatible with using informative priors for some of the parameters (i.e., the linear terms I mentioned above), or would it be possible to somehow include that? For instance, would it be possible to specify an informative halfnormal distribution for a few parameters and then the isotropic prior for a few parameters (to be selected from while the others HAVE to be included)? Or does it make sense to utilize a two-step procedure in which you first conduct model selection and then run a new model with only the selected parameters but then with different priors?
-
What would be a reasonable PIP cutoff? I saw in the documentation that spurious features had a maximum PIP of 0.0028, but that would leave me with too many variable so I’m currently using 0.01 as a cutoff. Or should I try to validate this using metrics like WAIC?
-
It’s not completely clear to me how this ‘expected number of covariates’ hyperparameter functions and whether I should tune it somehow? I don’t necessarily have a theoretical reason to prefer 2 over 5 covariates, for instance.
-
How can I access the posterior samples? I didn’t find that in the documentation.