Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DominiqueMakowski opened this issue Sep 1, 2023 · 2 comments
Open

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

DominiqueMakowski opened this issue Sep 1, 2023 · 2 comments
Labels
what's your opinion 🙉 Collectively discuss something

Comments

@DominiqueMakowski
Copy link
Member

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 DominiqueMakowski added the what's your opinion 🙉 Collectively discuss something label Sep 1, 2023
@bwiernik
Copy link
Contributor

bwiernik commented Sep 2, 2023

What does performance/summary actually do?

@strengejacke
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
what's your opinion 🙉 Collectively discuss something
Projects
None yet
Development

No branches or pull requests

3 participants