Merlise Clyde
Merlise Clyde
Using a repo that is either a template or not, I am getting errors when trying to create an assignment. For the case that it is not a repo, it...
I am trying to test my package that was archived due to errors on Solaris, and have been using rhub to verify that it passes all checks before submitting. Currently...
**Describe the bug** priors in `bas.glm` are objects, while in `bas.lm` character strings are used to refer to the prior, so the check to see if the prior is one...
Separation is a current problem with `bas.glm` in logistic regressions as which uses nested integrated Laplace approximations which depend on MLEs. With quasi or perfect separation, MLEs are not identifiable,...
Standard errors for the regressions function and fitted values do not account for weights in calculating the standard errors bas lm objects and bas glm objects. Need to incorporate the...
** feature request** Add a function to return a BAS object for a single model (HPM, MPM, BPM or others) given a formula or a vector for the model that...
Add option that does not save all coefficients and standard errors (other?) to reduce memory usage when enumerating with option BAS. i.e enumeration with p=26 require 50+ GigaBytes ram; enumeration...
## FEATURE REQUEST I have been trying to verify errors found on CRAN checks for MKL [see ](https://www.stats.ox.ac.uk/pub/bdr/Rblas/MKL/bark.out) Is there any plan to add an rhub check_for_MKL to help package...
As a way to eliminate allocation of more memory than needed, use growable vectors to reduce memory footprint growing as needed. See [the function EnlargeVector ](https://github.com/wch/r-source/blob/744b5d34e1b8eb839e5d49d91ab21c1fe6800856/src/main/subassign.c#L257) as a prototype to...
Currently algorithms in BAS allocate `n.models` for storage based on user input or if feasible equal to `2^p` for enumeration (`BAS`, `deterministic`, `MCMC+BAS`. This is reduced if variables are forced...