proc boxplot data = dat.dmdk;
plot protein * num / vaxis = axis1
          haxis = axis2
          cboxfill = yellow
          cboxes = BL ;
          insetgroup mean (5.1) min max / header = 'Stats by Visit'
          pos = top
          cfill = YELLOW ;
run;

이중에서 2번째줄부터 밑에서 두번째줄까지
도통 어떤 옵션이 뭘 의미하고 뭘 바꿔주는건지를 모르겟음

아제발 도와줘여 ㅠㅠ