You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Since we depend on GLM for other things, maybe it's possible to extract these automatically from GLM? Perhaps we need an upstream change to have their col names accessible as a constant?)
make (1|x) + (y|x) equivalent to (1|x) + (0+y|x) (make (1|x) + (y|x) equivalent to (1|x) + (0+y|x) #338)(too much effort, potentially can be interpreted as breaking, and 3.0 is coming out soon)wtsargument in GLMM constructor when conversion to column table is necessary (fix propogation of defaults in non-column table contructor #397, fix propogation of defaults in non-column table contructor #398)ranefdocstring (change ranef doc string to match default args #355)(Since we depend on GLM for other things, maybe it's possible to extract these automatically from GLM? Perhaps we need an upstream change to have their col names accessible as a constant?)