วันพฤหัสบดีที่ 13 มีนาคม พ.ศ. 2557

สร้าง Pie Graph ด้วยโปรแกรม STATA



1.คำสั่งนำเข้าข้อมูล
clear
input sales marketing research development
12 14 2 8
end


2.กำหนดป้ายชื่อให้กับแต่ละตัวแปร
label var sales "Sales"
label var market "Marketing"
label var research "Research"
label var develop "development"

3.สร้างกราฟด้วยคำสั่ง "graph pie "
graph pie sales marketing research development, plabel(_all name, size(*1.5) color(white)) legend(off) title("Expenditures, XYZ Corp.") subtitle("2002") note("source: 2002 Financial Report")

  เพียงเท่านี้จะได้กราฟมาใช้ในการนำเสนอแล้วครับ ปัจจุบันเราสามารถทำกราฟสวย ๆ ได้ในทั้งโปรแกรม EXCEL โปรแกรมออนไลน์อีกมากมาย เช่น http://www.onlinecharttool.com/ http://www.chartgo.com/ เป็นต้น


ไม่มีความคิดเห็น:

แสดงความคิดเห็น

คำสั่ง วิธีการวิเคราะห์ และแปลผล การวิเคราะห์ Ordered Probit and Logit Models in Stata (Ordinal Logistic Regression)

คำสั่ง วิธีการวิเคราะห์ และแปลผล การวิเคราะห์ Ordered Probit and Logit Models in Stata (Ordinal Logistic Regression) สำหรับการวิเคราะห์หาควา...