You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a model is not full rank, and hence R2 is not defined using model fitting without pivoting, calculation of the log marginals under the ZS prior lead to errors, rather than returning NA's and a warning.
May be a problem with other priors as well, such as the hyper-g family
The text was updated successfully, but these errors were encountered:
…inite or out of range due to model being not full rank. Change in `gexpectations` function in file `bayesreg.c`
also problem when n.models was not provided for glms
When a model is not full rank, and hence R2 is not defined using model fitting without pivoting, calculation of the log marginals under the ZS prior lead to errors, rather than returning NA's and a warning.
May be a problem with other priors as well, such as the hyper-g family
The text was updated successfully, but these errors were encountered: