Add Wilcoxon Signed Rank Test to Statistics package.

G

Gigi

Can you add the Wilcoxon Signed Rank Test package to MS Office.

I use your program for school and its pretty good with that exception.
 
M

Myrna Larson

Have you asked that question of the people who produce the package? They are
most likely to know...
 
H

Harlan Grove

Myrna Larson said:
Have you asked that question of the people who produce the package? They are
most likely to know...

I'd be willing to bet the OP is referring to the Data Analysis Toolpak,
which, if memory serves, is distributed by the same company that develops
and sells Excel and Office and has its name in this very newsgroup's name.
OP is only being naive in assuming anyone from Microsoft reads this
newsgroup.

You could add the functionality yourself. For paired samples X and Y, try
the array formula

=(SUM(IF(X<>Y,SIGN(X-Y)*((MMULT((ABS(X-Y)>=TRANSPOSE(ABS(X-Y)))
-(ABS(X-Y)<=TRANSPOSE(ABS(X-Y))),ROW(X)^0)+COUNT(X,1))/2-SUM(--(X=Y)))))
-SIGN(SUM(IF(X<>Y,SIGN(X-Y)*((MMULT((ABS(X-Y)>=TRANSPOSE(ABS(X-Y)))
-(ABS(X-Y)<=TRANSPOSE(ABS(X-Y))),ROW(X)^0)+COUNT(X,1))))))/2)
/(SUM({2;3;1}*SUM(--(X<>Y))^{3;2;1})/6)^0.5
 
M

Myrna Larson

Could be. I've never thought of the libraries and/or libraries that are
included with Excel as "packages".

I assumed that "package" meant she had a separate program and wanted to know
if it could be used with Excel (e.g. as an add-in).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top