Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 556 Bytes

NEWS.md

File metadata and controls

11 lines (9 loc) · 556 Bytes

MiSTr 1.0.0

Major improvements and fixes

  • Global rewrite linear.test and linear.weight.test as one function (mist_linear) with less code redundancy.
  • Global rewrite logit.test and logit.weight.test as one function (mist_logit) with less code redundancy.
  • New mist general function to compute either logistic or linear regression in a unified framework.
  • New S3 print method for mistobject.
  • New mist_data (simulated dataset).
  • New vignette MiST with a comprehensive list of examples using mist_data
  • Add unit testing.