RMINC icon indicating copy to clipboard operation
RMINC copied to clipboard

Proposal: better model subsetting / metadata tracking

Open cfhammill opened this issue 6 years ago • 0 comments

Dealing with *Lm and *Lmer objects is a nightmare for doing anything non-standard. The big issue is attribute tracking and the imperfect mapping of stat-type and df attributes to columns. I think I should overhaul this and replace with a data.frame mapping the metadata. Subsetting the columns becomes row filtering, appending new columns is row binding or insertion.

cfhammill avatar Mar 09 '18 15:03 cfhammill