parameters icon indicating copy to clipboard operation
parameters copied to clipboard

parameters(): `performance=TRUE` arg as alias for `summary`

Open DominiqueMakowski opened this issue 2 years ago • 2 comments

I find the name summary slightly confusing and sub-accurate. Maybe to be more explicit and in line with our package structure, we could performance as an alias? parameters(m, summary=FALSE, performance=summary)

That would make the call parameters(m, performance=TRUE) more obvious that it calls the performance package features?

DominiqueMakowski avatar Sep 01 '23 08:09 DominiqueMakowski

What does performance/summary actually do?

bwiernik avatar Sep 02 '23 02:09 bwiernik

performance does nothing yet. summary does:

summary Logical, if TRUE, prints summary information about the model (model formula, number of observations, residual standard deviation and more).

strengejacke avatar Dec 03 '23 18:12 strengejacke