Eric Potash

Results 8 issues of Eric Potash

#### Summary: I'm trying to use the `weights` argument to `stan_glm()` and `stan_glmer()` but it does not appear to affect the fit. The same data in `lm()` or `glm()` works...

The comments for `fetchRACA()` have some warnings, including a message (from 2014?) "Carbon concentration and stock values are probably wrong, or at least suspect. USE WITH CAUTION." Wondering what the...

SoilWeb

When calling `latex()` on a summary table that used `stratify()`, the caption includes a message about the stratification and this message gets appended to any caption that is manually specified...

Several census tables (B24121 to B24126) span multiple sequences and the corresponding views created in view_stored_by_tables are missing the relevant JOINs. There are also several hundred views which are duplicated...

--- By filing an issue to this repo, I promise that - [x] I have fully read the issue guide at https://yihui.org/issue/. - [x] I have provided the necessary information...

In the Chicago extract the Lake Michigan polygon (osm id 1205149) is clipped to something very small and incorrect.

I am trying to fit the multilevel model using `brms` 2.22.0 and backend `cmdstanr` 2.36.0: ``` y ~ x_1 +... x_K + (x_1 + ... + x_K || g1 *...

Stan

Is there a way to have `add_predicted_draws()` and friends *not* include the predictor data in its output? If not, I would request adding a `return_data` argument (that defaults to `TRUE`...