Phillip Alday
Phillip Alday
@kleinschmidt I should update the comment, but it does work with interaction and nesting terms as grouping variables. For the cases where you want to override it (i.e., a variable...
@kliegl you also need `MixedModelsMakie#profile` for plotting.
Notice that your R version is 3.6.1 but the error states that rjags was built under 3.6.3. Either you need to upgrade your R version or disable the promotion of...
Hey, so Robert doesn't appear to be responding to issues or pull requests, but I fixed the unicode issue in [my fork](https://github.com/palday/libleipzig-python) by adding support for Python 3 where unicode...
@nalimilan if you look at the diff excluding the first commit, then you can see things that were non obvious in the cherry-pick -- one exception (not including a local...
The `wts` kwarg can be used to specify the the number of trials associated with a Binomial observation. Note that the response is always on the proportion/probability scale, so it...
This should probably be done in StatsModels so that we have a trivial definition here. ```julia StatsAPI.responsename(m::LinPredModel) = responsename(formula(m)) ``` cc @kleinschmidt
@nalimilan exactly that.
I'm pretty opposed to this both because it's breaking in the abstract (and we're just in the last week or two finally seeing the necessary compat for StatsBase 0.34 propagate...
> Can you point me to where exactly you use something that's removed in this PR? As mentioned above, based on the Juliahub search results it seems these types are...