Link to home
Start Free TrialLog in
Avatar of levinho
levinho

asked on

Source code for t-test, chi-square and anova in vbscript (ideally)

Hi,

I am putting up a site that collects clinical data but the users want to get some simple looks at the data without exporting it to a statsitics package.

Does anyone know where I can get the source code (ideally in vbscript) for a t-test, chi-square and/or ANOVA?

Thanks.

HL
Avatar of Catalys
Catalys

Since you are using vbscript, presumably, you have access to Excel.
If so, why not reference that application in vbs and use its statistcal functions (it has all the ones you need)?

(Note: your Excel app needs the AnalysisToolPak referenced in the Addins collection.)

HTH
Avatar of levinho

ASKER

I appreciate the suggestion.  How would I go aboput doing that?

Can you point me to an explaination of how to reference Excel using asp?

Thanks.

HL
ASKER CERTIFIED SOLUTION
Avatar of Catalys
Catalys

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial