Recent Releases of mlim
mlim - 0.2.3
Full Changelog: https://github.com/haghish/mlim/compare/0.2.0...0.2.3
- a bug in
iteration_loop.Rwas solved. In the previous release, the duplicated values of each bootstrap data were dropped and number of duplications were entered as weights in the model. This procedure seems to fail or has an unknown error that needs further exploration. Here, this feature is temporarily discontinued and duplicated observations are dropped, leading to undersampling...
- R
Published by haghish over 3 years ago
mlim - 0.1.4.5
capture imputations error and skipped troubling variables There might be a problem with imputing some multinomial variables with ELNET which should be further explored
What's Changed
- Development by @haghish in https://github.com/haghish/mlim/pull/8
- Development by @haghish in https://github.com/haghish/mlim/pull/9
Full Changelog: https://github.com/haghish/mlim/compare/0.1.4.1...0.1.4.5
- R
Published by haghish over 3 years ago
mlim -
- solves a bug in
checkNconvertfunction - corrects some undone arguments' renaming in helper functions
- R
Published by haghish over 3 years ago
mlim -
- Major update in
iterationfunction- major change in flushing the server's memory
- huge improvement in RAM efficiency
- huge improvement in
mlimspeed, when working with large datasets
- R
Published by haghish over 3 years ago
mlim -
- mlim was made more secure by catching server errors
- flushing memory became default
- several bugs were solved
- R
Published by haghish over 3 years ago
mlim -
- adding the "manifest" dataset
- some minor code cleaning
- R
Published by haghish over 3 years ago
mlim -
- adds the feature of saving the status of the imputation
- adds the feature of loading the saved status, to continue imputing from the point where previous imputation was interrupted
- changes to the imputation algorithm (cleaning and non-crucial changes)
- changes to the
mlimoptions and arguments, to further simplify the package
- R
Published by haghish over 3 years ago
mlim -
- fixed bugs in mlim.error
- add is.valid function
- improved the README
- R
Published by haghish over 3 years ago
mlim -
- introducing multiple imputation
- simplifying the syntax
- adding post-imputation feature to reduce computation time
- R
Published by haghish over 3 years ago