| To: | jmp-l@lists.biostat.wustl.edu |
|---|---|
| Subject: | Re: Need JMP formula to count occurrence of a particular |
| From: | Bassam A Dahman/HSC/VCU <bdahman@vcu.edu> |
| Date: | Thu, 21 Apr 2005 23:45:44 -0400 |
| Cc: | jmp-l@lists.biostat.wustl.edu |
| Importance: | Normal |
|
you could use this code to get the counts without the overlap: Summation(i = 1, Length( :text)-5, Substr( :text, i, 6) == "text") - Summation(i = 1, Length( :text)-9, Substr( :text, i, 10) == "C1ccC1ccC1") Bassam Dahman
-----jmp-l-owner@lists.biostat.wustl.edu wrote: ----- To: jmp-l@lists.biostat.wustl.edu<br designtimesp=17707 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Need JMP formula to count occurrence of a particular, Pam Davy |
|---|---|
| Next by Date: | Bug in Control Charts??, paige . miller |
| Previous by Thread: | Re: Need JMP formula to count occurrence of a particular, Pam Davy |
| Next by Thread: | Bug in Control Charts??, paige . miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |