Home  /  Resources & Support  /  FAQs  /  Stata Graphs  /  Chi-squared probability plot

Chi-squared probability plot

Commands to reproduce PDF doc entries
webuse auto
egen c1 = std(price)
egen c2 = std(mpg)
generate ch = c1^2 + c2^2
pchi ch, df(2)
[R] diagnostic plots

Distribution plots
     
     
     
     
     
     
     
Main page          Next group