Question: . Write a short R function called missingMaxMin that accepts two paramters: a. b. A vector of numbers called InputNumbers, some of which may
. Write a short R function called missingMaxMin that accepts two paramters: a. b. A vector of numbers called InputNumbers, some of which may be missing (i.e. NA) An indicator variable MaxMin which has a value of either 1 or 2 i. If MaxMin is 1, missing values in InputNumbers are replaced with the maximum value in InputNumbers ii. If MaxMin is 2, missing values in inputNumbers are replaced with the minimum value in InputNumbers So for instance x
Step by Step Solution
There are 3 Steps involved in it
Heres the R function missingMax... View full answer
Get step-by-step solutions from verified subject matter experts
