randy3k / radian

A 21 century R console
MIT License
2k stars 76 forks source link

[Bug] Probability functions ignore lower.tail parameter. #323

Open Aurora2500 opened 2 years ago

Aurora2500 commented 2 years ago

I was using radian until I encountered a weird issue where lower.tail was ignored, so I tried using the old R console that gave the correct answer. The only difference was the console I was using, which leads me to believe Radian had some issue. Am I the only one experiencing this?

Radian console used at the top, R console used at the bottom.

image

Aurora2500 commented 2 years ago

Apparently the problem wasn't with Radian, I restarted my computer and it sorted itself out. I also had the same issue in Rmarkdown, so the issue probably does not have to do with Radian.

randy3k commented 2 years ago

Just a recommendation, do not use just T or F for TRUE and FALSE. T and F can be easily overrode by assigning values to them.