Workshop 9 - Non Parametric Tests Flashcards

1
Q

What does the stata command: di chi(nu,x) return?

A

P(X^2_v <= x)

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

What does the Stata command: di chi2tail(nu,x) return?

A

P(X^2_v >= x)

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

What does the stata command: di invchi2(nu,p) return?

A

P(X^2_v <= x) = p

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

What does the stata command: di invchi2tail(nu,p) return?

A

P(X^2_v >= x) = p

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