主題
中華民國品質學會第57屆年會暨2021國際品質管理研討會
論壇:開源AI品質工具-統計品管與實務應用
日期:2021年11月6日(六)
大綱
- Python 實作DoE常用的分析方法
- Shiny 套件簡介
- 互動式統計品管網頁實作
- Q & A
教材 PDF:
https://github.com/rwepa/csq_spc
本專案使用免費R語言與免費 shiny 套件, 實作品質管制圖(quality control chart)應用.
下載資料
1. spc_wafer_with_header.csv (with header):
https://github.com/rwepa/shiny_spc/blob/main/data/spc_wafer_with_header.csv
2. spc_pistonrings_without_header.csv (without header)
https://github.com/rwepa/shiny_spc/blob/main/data/spc_pistonrings_without_header.csv
線上示範
https://rwepa.shinyapps.io/shiny_spc/
套件
shiny : Web Application Framework for R (網頁服務框架)
shinythemes: Themes for Shiny (佈景主題)
DT : DataTables JavaScript library (表格呈現)
qcc : Quality Control Charts (品質管制圖的數據計算)
plotly: Create Interactive Web Graphics via 'plotly.js' (互動式圖表)
R程式碼下載
https://github.com/rwepa/shiny_spc
# end