ProjectMOSAIC / mosaic

Project MOSAIC R package
http://mosaic-web.org/
93 stars 26 forks source link

xpt() and xqt() commands with the option lower.tail=F causes an error #682

Closed jim-russell closed 7 years ago

jim-russell commented 7 years ago

After updating the package to the newest version the xpt() and xqt() commands with the option lower.tail=F causes an error.

rpruim commented 7 years ago
xpt(0:3, df = 3, lower.tail = FALSE)
## [1] 0.50000000 0.19550111 0.06966298 0.02883444

image

jim-russell commented 7 years ago

Thanks for looking into this right away! I'm still getting the error (see below for output the pt() command works fine but not the xpt() command) I'll look into what's going on with the setup on my end, but if you have an idea what is going on, any feedback is appreciated.

image