drop1
Drop1 is a statistical utility function found in the R programming language, part of the stats package. It is used to assess the effect of removing individual terms from a fitted model, aiding in model simplification and selection.
How it works: Drop1 tests remove each term in turn and compares the fit of the reduced
Scope and usage: The user can specify which terms to consider dropping via a scope specification. If
Output and interpretation: The result is typically presented as a table listing each term with its corresponding
Relation to other methods: Drop1 is a tool for one-term-at-a-time evaluation and is often used alongside other