Question: Suppose that x is a numerical vector in R. Which command gives the root mean square of x? O sqrt(sum(X- mean(X))^2/length(X)) O sqrt(sum(X- mean(X)))
Suppose that x is a numerical vector in R. Which command gives the root mean square of x? O sqrt(sum(X- mean(X))^2/length(X)) O sqrt(sum(X- mean(X))) O sqrt(mean(X- mean(x))^2) O sqrt(mean((X- mean(x))^2))
Step by Step Solution
3.42 Rating (152 Votes )
There are 3 Steps involved in it
The detailed answer for the above question is provided below Answer The correct command to ... View full answer
Get step-by-step solutions from verified subject matter experts
