Question: Write a function in R that calculates the misclassification rate, sensitivity, and specificity. The inputs for this function are a cutoff point, predicted probabilities, and
Write a function in R that calculates the misclassification rate, sensitivity, and specificity. The inputs for this function are a cutoff point, predicted probabilities, and original binary response. (Post any questions you might have regarding this on the discussion board.) (Needs to be an actual function you create, using the function() command, not just a chunk of code.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
