Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Releases: mcanouil/MiSTr

MiSTr 1.0.4

05 Dec 20:19
v1.0.4
d426198
Compare
Choose a tag to compare

Chores

  • In DESCRIPTION,
    • chore: update email address.

Full Changelog: v1.0.3...v1.0.4

MiSTr 1.0.3

10 Aug 14:18
Compare
Choose a tag to compare
  • refactor: improves model output with broom.
  • chore: add broom to DESCRIPTION.
  • chore: cleanup dependencies.

Full Changelog: v1.0.2...v1.0.3

MiSTr 1.0.2

08 Mar 21:17
v1.0.2
2ac57c9
Compare
Choose a tag to compare
  • Fix URLs in DESCRIPTION.
  • Minor code changes.
  • Remove "conflicts" code.

MiSTr 1.0.1

31 Aug 08:29
Compare
Choose a tag to compare

Minor dependency changes

  • Update Minimal R version to R 3.4.

MiSTr 1.0.0

23 Jul 13:51
Compare
Choose a tag to compare

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.