SAS EG Box Plot

 

VV

https://blogs.sas.com/content/graphicallyspeaking/2015/12/23/box-plot-with-stat-table-and-markers/


proc sgplot data=merged;
  vbox cholesterol / category=deathcause;
  xaxistable value / x=cat class=stat;
  xaxis display=(nolabel);
run;


VV 

HOW TO CREATE A BEAUTIFUL PLOTS IN R WITH SUMMARY STATISTICS LABELS

https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/


V

https://community.jmp.com/t5/Discussions/Creating-a-boxplot-from-already-summarized-values/td-p/30835


https://medium.com/%E4%B8%89%E5%8D%81%E4%B8%8D%E5%93%AD/sas-%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8sas%E5%81%9A%E5%87%BA%E6%8F%8F%E8%BF%B0%E6%80%A7%E7%B5%B1%E8%A8%88-e4945f1b8e65

https://support.sas.com/documentation/onlinedoc/stat/131/boxplot.pdf

https://www.lexjansen.com/nesug/nesug08/np/np16.pdf


V   

Summary Statistics in SAS

https://www.youtube.com/watch?v=CVCT7T0yZuU



留言

這個網誌中的熱門文章

考績被打差了 輕率離職會更傷

Arrays - DS (Reverse array) [Easy]

WireMock