To install this R library in RStudio:
- Download the file 'NGlm_1.0.tar.gz'
- Navigate to bottom right panel in R Studio.
- Select the 'Packages' tab.
- Click 'Install'.
- Change the 'Install from:' option to 'Package Archive File'.
- Navigate to where you downloaded the tar.gz file and install this file.
This may require you to first install the 'R-tools' package, R will prompt you to do this if required. Once installed type the following in the R console to retrive the documentation/help file:
library(NGlm) help(NGlm)