Skip to content

Latest commit

 

History

History
executable file
·
34 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

executable file
·
34 lines (21 loc) · 1.18 KB

matlm

travis-ci build status

Source: docs/R/01-figure-timing-assoc.R

About

The matlm R package fits linear models in matrix form and avoids calling lm. That makes computation efficient if many predictors need to be tested, while calling lm for every predictor results in a considerable overhead in computation time.

References

Features

(yet to be implemented)

  • Split a set of predictors into batches
    • Parallel computation
  • Support different formats to store predictors: matrix, big.matrix, etc
    • Use S3 classes for the interface
  • Run GLS models (not only OLS)

Similar tools/methods