Hi All, I want to know is there any package in R which can plot multivariate control charts ?? Thanks in advance, Vikrant. -- View this message in context: http://r.789695.n4.nabble.com/Multivariate-control-charts-in-R-tp2336576p2336576.html Sent from the R help mailing list archive at Nabble.com.
My favorite Control chart is based on MASF - Multivariate Adaptive Statistical Filtering and it is called IT-Control Charts (good to use against date-time stamped data like System performance metrics. I have recently started using R to build IT-Control Chart and I am publishing my progress in my blog - System Management by Exception( http://itrubin.blogspot.com http://itrubin.blogspot.com ) . See the last posting related to your question: http://itrubin.blogspot.com/2012/03/r-script-to-plot-it-control-chart.html R-script to plot IT-Control Chart against MySQL -- View this message in context: http://r.789695.n4.nabble.com/Multivariate-control-charts-in-R-tp2336576p4496572.html Sent from the R help mailing list archive at Nabble.com.
Just additional comment to my previous comment: The most important part of A Control chart and especially MASF chart is data that is suppose to BE pre-processed (ETLed) to a Data Cubical format before chart is actually plotted. I wrote R-script using RODBC package to illustrate how that works. See my code and the result in my following post: http://itrubin.blogspot.com/2012/03/r-script-to-aggregate-etl-to-mysql.html "R-Script to Aggregate (ETL to MySQL) Actual data with Base-line data for IT-Control Charts" -- View this message in context: http://r.789695.n4.nabble.com/Multivariate-control-charts-in-R-tp2336576p4510640.html Sent from the R help mailing list archive at Nabble.com.