Question: Alter the following R code to instead compute a welch t.test. The function should only accept 3 inputs. baby . t. test = function (x,
Alter the following R code to instead compute a welch t.test. The function should only accept 3 inputs.

baby . t. test = function (x, mu=0, conf . level=. 95) { stopifnot (length (x) >= 2) stopifnot ((0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
