Learn R Programming

Look-Up Tables using S4

Developed by Enzo Jia and Marc Maier.

lookupTable() initializes and fits a lookupTable object, and predict.lookupTable() is a method belongs to predict(), which predicts using entry values in a lookupTable object.

Copy Link

Version

Install

install.packages('lookupTable')

Monthly Downloads

230

Version

0.1

License

MIT + file LICENSE

Maintainer

Enzo Jia

Last Published

August 27th, 2015

Functions in lookupTable (0.1)

lookupTable-class

An S4 class that defines the look-up table and all other components required for prediction using this table.
initialize,lookupTable-method

Initialize and construct a lookupTable object
predict.lookupTable

Predictions from a look-up table