search for: 648218

Displaying 1 result from an estimated 1 matches for "648218".

Did you mean: 148218
2012 Mar 10
2
Finding the mean.
Using functions how would I go about do this question? (I already have a mean defined for a function of x.) Write a function called MyMean2. This function has two arguments, x and nonzero, where nonzero has the default value TRUE. This function should return the (Previous defined mean of x) if nonzero=FALSE (Previous defined mean of x) for all x's>0 if nonzero=TRUE Much appreciated.