var fDesc=new Array(); fDesc[0] = "MVPspc takes the Statistical Process Control Chart and Performance/Capability routines from MVPstats, and puts them in a shareware product.

This makes MVPspc great for teaching SPC classes.

What makes MVPspc so wonderful? Here are some of the unique features:

- MVPspc uses simple text file input. Data can be copied and pasted directly from a Spreadsheet into MVPspc.
- MVPspc can take data structured in dozens of different formats. For example:
- A variable can be in a single column, where samples can be selected using another variable, a constant sample size, or for use in an individuals chart.
- Sample data can also be entered in a rows, where each row represents a different sample.
- Multiple variables can be in multiple columns, or in a single columns with a grouping variable."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }