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
Built: R 4.0.2; ; 2020-07-16 15:15:55 UTC; unix
