amices / mice

Multivariate Imputation by Chained Equations
https://amices.org/mice/
GNU General Public License v2.0
433 stars 107 forks source link

Fix p-value calculation to use lower.tail #494

Closed AndrewLawrence closed 1 year ago

AndrewLawrence commented 2 years ago

lower.tail=FALSE instead of the complement increases numerical precision for very small p-values. See #487