Visualization Flashcards
1
Q
The ____ function converts a vector of approximately normally distributed values into z-scores.
A
z is scale(x)
2
Q
compute the proportion of observations that are within 2 standard deviations of the mean
A
mean(abs(z) < 2)
3
Q
cumulative distribution function F(a)
A
pnorm(a, avg, s)