z_scores = function(x) {"," "," if(!is.numeric(x)) {"," stop("Input must be numeric") "," }"," "," if(length(x) < 3) {"," stop("Input must have at least three numbers ...