통계 연습
[Stata] batplot 명령어
cyberdoc
2011. 12. 26. 23:46
두 연속형 변수의 일치도 평가에 이용되는 Bland-Altman plot을 batplot 명령어( http://goo.gl/zzZTI )를 이용해 그려보자.
. ssc install batplot
. sysuse auto, clear
. batplot mpg turn, title(Agreement between mpg and turn) ///
info valabel(make) notrend xlab(26(4)38) moptions(mlabp(9))