At this repository are various packages developed for the book Nonparametric Statistical Methods Using R, Second Edition by Kloke and McKean.
There are two main R packages:
both available at CRAN. The current CRAN version of Rfit or npsm may be installed using the install.packages command in R. These two packages cover the majority of the analyses and datasets in Chapters 1-6 of the book. Developmental versions of the packages may be available at github: https://github.com/kloke/Rfit and https://github.com/kloke/npsm.
Code and datasets for Chapter 8 are in the packages hbrfit and npsmReg2.
Packages for Chapter 9 are jrfit, mrfit, rbgee.
Package for Chapter 10 is mvrfit
Package for Chapter 11 is bigRfit
To install packages directly from github use the R command install_github in the remotes or devtools package.