You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dist= option determines what kind of ttest is used, whether Welch or classic. This is easy to implement, as it is based pretty much directly to the t.test() function.
The text was updated successfully, but these errors were encountered:
The dist= option determines what kind of ttest is used, whether Welch or classic. This is easy to implement, as it is based pretty much directly to the t.test() function.
The text was updated successfully, but these errors were encountered: