rmsb icon indicating copy to clipboard operation
rmsb copied to clipboard

Regression Modeling Strategies Bayesian

Results 6 rmsb issues
Sort by recently updated
recently updated
newest added

for discoverability https://blog.r-hub.io/2019/12/10/urls/

The rmsb package [fails to build on NixOS](https://hydra.nixos.org/build/246356926/nixlog/1) with the error > Error in loadNamespace(x) : there is no package called 'rstantools' I traced it back to the [call in...

The predict.blrm function will only let you supply one of kint and ycut, which in of itself is not much of a restriction. However, the Predict() helper function will always...

It seems that the code in: https://github.com/harrelfe/rmsb/blob/741eece7f5579f58dbe29e8d718281132dd1e676/R/blrm.r#L680-L684 needs to be updated to avoid the repetitive warning: ``` Warning message: “'survival::survConcordance.fit' is deprecated. Use 'concordancefit' instead. See help("Deprecated")” ```

I send a reproducible example showing negative probabilities. This occurs when one of the 'y' levels is rare, and the predictor has an extreme value in its range, so I...

I found several possible bugs while using the functions of the new rmsb package. I report the first one, summary(fit) or plot(summary(fit) does not seem to work in this example....