ProjectMOSAIC / mosaic

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

Bug: t.test(y ~ x) fails when data is missing #674

Closed rpruim closed 7 years ago

rpruim commented 7 years ago

Notice by @statmanrobin.

Fix is relatively painless. Just need to check for missing data and then not pass data along to stats::t.test().