July 02, 2026
This week added the removeTerms method to complete the pair with addTerms, brought in three plotting methods for visualising residuals, diagnostics, and predictor effects, and fixed some bugs.
June 25, 2026
This week the LinearModel gained five new methods: feval, coefCI, coefTest, dwtest, and addTerms.
June 18, 2026
This week started with fixing the things my mentors pointed out, then moved into adding the first real user-facing method, predict, along with a few internal refactors that will make the upcoming stepwiselm much easier to build.
June 11, 2026
This week the LinearModel finally came to life. fitlm works end to end, the constructor is fully populated, and both mentors gave feedback that shaped how I'll write tests and look at performance going forward.
June 05, 2026
Establish core LinearModel architecture: define protected public/private properties, override display methods for formatted statistical output, and implement custom subscripted reference method.