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

Suppressing printing of .fit() #130

Open
mharms opened this issue Dec 1, 2023 · 1 comment
Open

Suppressing printing of .fit() #130

mharms opened this issue Dec 1, 2023 · 1 comment

Comments

@mharms
Copy link

mharms commented Dec 1, 2023

It would be nice if there was a option in the Lmer.fit() method to suppress output of all printing. There is a verbose option related to #20, but all it seems to affect is one reported line related to the fitting with Wald confidence intervals.

@mharms
Copy link
Author

mharms commented Dec 2, 2023

I just stumbled across the .fit(summarize=False) option via the example on this page: http://eshinjolly.com/pymer4/auto_examples/example_03_posthoc.html

While I now see that the summarize option is listed among the more detailed Parameters section in the API reference for the fit method (http://eshinjolly.com/pymer4/api.html), it happens to be the one available option which is not listed in the top level summary of the fit method:

fit(conf_int='Wald', n_boot=500, factors=None, permute=False, ordered=False, verbose=False, REML=True, rank=False, rank_group='', rank_exclude_cols=[], no_warnings=False, control='', old_optimizer=False, **kwargs)

Adding the summarize option into the list of available fit options would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant