Displaying 2 results from an estimated 2 matches for "medcalc".
Did you mean:
medal
2013 Feb 01
1
ks.test and wilcoxon.test results differ from other stat.packages
Probably, it's an obvious info, but I have not found anything in R FAQ
concerning
this feature/bug.
The results of ks.test and wilcoxon.test (in the Mann-Whitney version,
paired = 'FALSE') don't coincide with the results from the other statistical
packages, e.g. Statistica, Medcalc, and (as for MW test) from the numerous
online MW tests.
E.g.
Statistica p-value=0.0435353
Medcalc p-value=0.0435354
R p-value=0.04635
If I want to obtain result of test once, it does not matter.
But what should I do if I want to perform Monte-Carlo
simulations and I need in 10000 or even 100 00...
2005 Jan 11
1
Standard error for the area under a smoothed ROC curve?
...use of ROC curve analysis.
I find much help on the mailing list, and I have used the Area Under the
Curve (AUC) functions from the ROC function in the bioconductor project...
http://www.bioconductor.org/repository/release1.5/package/Source/
ROC_1.0.13.tar.gz
However, I read here...
http://www.medcalc.be/manual/mpage06-13b.php
"The 95% confidence interval for the area can be used to test the
hypothesis that the theoretical area is 0.5. If the confidence interval
does not include the 0.5 value, then there is evidence that the laboratory
test does have an ability to distinguish between the t...