Notes
======

1. All required utility functions can be found in the following file,

- EMTSUtil.R

2. Required packages for EMTS book,

- scatterplot3d
- ks
- matlab
- numDeriv
- nlme
- KernSmooth

3. All required packages can be downloaded from the CRAN Repository or installed
directly, along with any dependencies, by issuing the following command,

install.packages("scatterplot3d")

For further options please refer to R Documentation (?install.packages).

