Q18
What function is used to calculate the standard deviation of a numeric variable named variable in R?
A.
stdev(variable)
AnswerB.
calculate_sd(variable)
C.
sd_value(variable)
D.
compute(variable, "sd")
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board