Learn R Programming

NSM3 (version 1.1)

NSM3-package: This package implements nonparametric functions to accompany Hollander, Wolfe, and Chicken - Nonparametric Statistical Methods 3rd edition.

Description

Generally, the function are of two forms, "c" and "p". The "c" functions will compute a cut-off for a given alpha level, while the "p" functions will compute the test statistic and P-value for a given data set. Typically, Exact, Monte Carlo, and Asymptotic methods are available, but this may vary on a case by case basis. The functions are able to handle ties, a significant extension to the methods available previously.

Arguments

docType

package

Details

ll{ Package: NSM3 Type: Package Version: 1.0 Date: 2013-10-02 License: GPL 2 LazyLoad: yes }

References

Hollander, Wolfe, and Chicken - Nonparametric Statistical Methods, Third Edition

Examples

Run this code
##Hollander, Wolfe, Chicken - NSM3 - Example 5.1 (Serum Iron Determination):
cAnsBrad(0.05,20,20,"Asymptotic")
cAnsBrad(0.05,20,20,"Exact")

##Bigger data
cAnsBrad(0.05,100,100,"Exact")

Run the code above in your browser using DataLab