| To: | jmp-l@lists.biostat.wustl.edu |
|---|---|
| Subject: | Re: Bug in Control Charts?? |
| From: | Mark4Flies@aol.com |
| Date: | Sat, 7 May 2005 10:13:51 EDT |
|
You can't supply variables for Control Chart arguments. This omission is a shortcoming in JSL. Try this work around: mean = 1.7; lcl = 1.3; ucl = 2.1; Eval( Substitute( Expr( Control Chart( Sample Label( Name( "Emul/Order" ) ), K Sigma( 3 ), Chart Col( :FTC_B, Individual Measurements( Avg( aaa ), LCL( lll ), UCL( uuu ) ) ) ) ), Expr( aaa ), mean, Expr( lll ), lcl, Expr( uuu ), ucl ) ); |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Why doesn't this simple JSL loop work?, paige . miller |
|---|---|
| Next by Date: | Florence Nozay is out of the office., florence . nozay |
| Previous by Thread: | Re: Bug in Control Charts??, Michael Benson |
| Next by Thread: | Why doesn't this simple JSL loop work?, paige . miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |