Visualization Flashcards

1
Q

The ____ function converts a vector of approximately normally distributed values into z-scores.

A

z is scale(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

compute the proportion of observations that are within 2 standard deviations of the mean

A

mean(abs(z) < 2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

cumulative distribution function F(a)

A

pnorm(a, avg, s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly