-
I would like to programmatically check all diagnostics for models fit with `brms` in unit tests. Unless I missed it, I found nothing relevant inside the `brmsfit` object or an existing function in the…
-
Hi,
(Love this package and all the work you guys are doing)
Using the reproducible example from the docs, it works:
```
library(modeldata)
data(okc)
okc_tr
-
@bgoodri There's a few spots where I think `log_lik()` is doing the wrong thing for `stan_polr()` models, but I'm not 100% sure of the fix, so I have a few questions for you.
For `stan_polr()`, if …
-
Hi Henrik,
when using multiple continuous covariates, the summary function computes the trend on the mean of the second variable. The variable name of the second covariate is derived from the var_n…
-
It would be nice for readers if in the code `linpred`, `epred` and `postpred` showed their first 5 rows and perhaps `str(df)` as well for shape.
That way its very obvious what different is in each …
-
I have been unable to reproduce the example for PipeOpDropNA in section 6.3.2.1 of the [mlr3 book](https://mlr3book.mlr-org.com/extending-pipeops.html):
```
PipeOpDropNA = R6::R6Class("PipeOpDropN…
-
I have installed RTools, tried installing 'Source' version of prophet, uninstalled rstan, reinstalled rstan 2.0.
Trying to do following:
> install.packages("prophet", type = "source")
*** arc…
-
-
## The Problem
I've been unable to take recipe pre-processing steps through tuning. To ensure that I have been adhering to correct use of the packages and functions, I followed https://www.tidymode…
-
# Setup
Runtime: about 7 hrs.
Most of the warnings are due to me not updating R to 3.4.4, rather than significant warnings. May filter later, but wanted to save in case I lost.
Platform
|set…