- In
DESCRIPTION
,- chore: update email address.
Full Changelog: https://github.com/mcanouil/MiSTr/compare/v1.0.3...v1.0.4
- refactor: improves model output with
broom
. - chore: add
broom
toDESCRIPTION
. - chore: cleanup dependencies.
Full Changelog: https://github.com/mcanouil/MiSTr/compare/v1.0.2...v1.0.3
- Fix URLs in
DESCRIPTION
. - Minor code changes.
- Remove "conflicts" code.
- Update Minimal R version to R 3.4.
- Global rewrite
linear.test
andlinear.weight.test
as one function (mist_linear
) with less code redundancy. - Global rewrite
logit.test
andlogit.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 formist
object. - New
mist_data
(simulated dataset). - New vignette
MiST
with a comprehensive list of examples usingmist_data
. - Add unit testing.