Skip to content

Bayes Factors as floats (in stead of strings) #313

Answered by raphaelvallat
Andre3582 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Andre3582,

This is done on purpose to avoid an annoying behavior where BF with very large or very small values force pandas to display the entire dataframe in scientific notation. However, you can disable this behavior with:

``python
pg.options['round.column.BF10'] = None


For more details on these options, please see [this notebook](https://github.com/raphaelvallat/pingouin/blob/b1c334d93f8f7f8b13c39199c08a7d8b619afd95/notebooks/06_Rounding.ipynb)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Andre3582
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants