Ben Whalley

Results 28 issues of Ben Whalley

I wonder whether it would makesense to use `predictInterval` from merTools instead of the standard `predict` function? At present `prediction` returns NA for the fitted.se, but predictInterval would make this...

question

This reopens this issue: https://github.com/yihui/knitr/issues/1906 These screenshots illustrate the problem. The only thing that changes is the value for `collapse` chunk option: ### With `collapse = F` ### With `collapse...

I really love the project and think it looks really pretty — I'll certainly be pointing students at this this year, so thanks. I wonder if you'd be interested in...

Do you have a view on getting apastats onto CRAN? Would you be open to pull requests to achieve it?

I just added a django-pgvector VectorField to my model and am now having an issue with using `has_changed`. The error is `ValueError: The truth value of an array with more...

question

At present, summary(mediation(...)) produces output like this: ``` Causal Mediation Analysis Quasi-Bayesian Confidence Intervals Estimate 95% CI Lower 95% CI Upper p-value ACME 0.1477 0.0237 0.28 0.018 * ADE 0.2998...

Just wondering if it would be worth packing this in a docker file for easier installs and usage?

Curl supports request rate limiting (https://everything.curl.dev/usingcurl/transfers/request-rate.html) which is really nice when calling external APIs. Sometimes you have a known rate limit you want to get close to but not exceed...

If I create a series of models roughly like this: ``` class A(PolymorphicModel): some fields ... class B(A): # no extra fields... just new methods class C(A): # no extra...

This is the offending section in the readme > [configr](https://github.com/Miachol/configr) provides a more simple way to parse and generate the diverse configuration files including JSON/INI/YAML/TOML files. The configr is similar...