strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
603 stars 91 forks source link

Update format_p_value #806

Closed cbehning closed 2 years ago

cbehning commented 2 years ago

Hi Daniel thanks for providing this great package! A p-value is displayed hard coded to "<0.001" within the format_p_value function, so that it is not sensitive to the number of digits given by 'digits.p'. Example:

pvalue_smaller0 001

fix:

pvalue_smaller0 00001

Would be great if you merge the fix.

strengejacke commented 2 years ago

Thanks for this PR!