| SCUD {npsm} | R Documentation |
Cyclone Data
Description
A data set discussed in Hollander and Wolfe (1999) and Exercise 5.8.9 of Kloke and McKean (2014)/Exercise 5.9.15 of Kloke and McKean (2024). It contains part of a study on the effects of cloud seeding of cyclones.
Usage
data(SCUD)
Format
Twenty-one observations on three variables.
trttreatment indicator (1) is Seeded and (2) is control
Mpredictor M, the geostrophic meridional circulation index
RImeasure of precipitation
References
Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.
Kloke, J. and McKean, J.W. (2014), Nonparametric statistical methods using R, Boca Raton, FL: Chapman-Hall. Kloke, J. and McKean, J.W. (2024), Nonparametric statistical methods using R, Second Edition, Boca Raton, FL: Chapman-Hall.
Examples
plot(RI ~ M,data=SCUD)
[Package npsm version 2.0.0 Index]