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
Fixed bug where model with single variable would error due to a matrix being converted to a vector in the standardDraws() function
Fixed bug in getCatVarDummyNames() - previously used string matching, which can accidentally match with other similarly-named variables.
Fixed bug in rowsum() where the reorder argument was set to TRUE, which resulted in wrong logit calculations unless the obsID happened to be already sorted.