Last data update: 2014.03.03

lookupTable

Package: lookupTable
Type: Package
Title: Look-Up Tables using S4
Version: 0.1
Date: 2015-08-17
Authors@R: c(person('Enzo', 'Jia', email = 'enzo.jia@gmail.com', role = c('aut', 'cre')),
person('Marc', 'Maier', email = 'mmaier@massmutual.com', role = 'aut'))
Maintainer: Enzo Jia <enzo.jia@gmail.com>
Description: Fits look-up tables by filling entries with the mean or median values of observations
fall in partitions of the feature space. Partitions can be determined by user of the
package using input argument feature.boundaries, and dimensions of the feature space
can be any combination of continuous and categorical features provided by the data set.
A Predict function directly fetches corresponding entry value, and a default value is
defined as the mean or median of all available observations.
The table and other components are represented using the S4 class lookupTable.
License: MIT + file LICENSE
LazyData: TRUE
Imports: dplyr, methods
Depends: data.table
Suggests: testthat
NeedsCompilation: no
Packaged: 2015-08-27 13:26:20 UTC; mm87727
Author: Enzo Jia [aut, cre],
Marc Maier [aut]
Repository: CRAN
Date/Publication: 2015-08-28 01:21:23

● 0 images, 3 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lookupTable' ...
** package 'lookupTable' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lookupTable'
    finding HTML links ... done
    initialize-lookupTable-method           html  
    lookupTable-class                       html  
    predict.lookupTable                     html  
** building package indices
** testing if installed package can be loaded
* DONE (lookupTable)
Making 'packages.html' ... done