Skip to content

Three small bugs

Compare
Choose a tag to compare
@jhelvy jhelvy released this 19 Mar 17:48
· 442 commits to master since this release
  • 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.