Package: polyreg
Title: Polynomial Regression
Version: 0.6.4
Authors@R: c(person("Norm", "Matloff", email = "matloff@cs.ucdavis.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9179-6785")),
           person("Xi", "Cheng", email = "xicheng0821@gmail.com", role = c("aut")),
           person("Pete", "Mohanty", email = "pmohanty@stanford.edu", role = c("aut"), comment = c(ORCID = "0000-0001-8531-3345")),
           person("Bohdan", "Khomtchouk", email = "bohdan@stanford.edu", role = c("aut")), 
           person("Matthew", "Kotila", email = "mrkotila@ucdavis.edu", role = c("aut")), 
           person("Robin", "Yancey", email = "reyancey@ucdavis.edu", role = c("aut")),
           person("Robert", "Tucker", email = "ratucker@ucdavis.edu", role = c("aut")),
           person("Allan", "Zhao", email = "awxzhao@ucdavis.edu", role = c("aut")),
           person("Tiffany", "Jiang", email = "thjiang@ucdavis.edu", role = c("ctb")))
Maintainer: Norm Matloff <matloff@cs.ucdavis.edu>
Description: Automate formation and evaluation of polynomial regression models. Provides support for cross-validating categorical variables. The motivation for this package is described in 'Polynomial Regression As an Alternative to Neural Nets' by Xi Cheng, Bohdan Khomtchouk, Norman Matloff, and Pete Mohanty (<arXiv:1806.06850>).
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends:
URL: https://github.com/matloff/polyreg
BugReports: https://github.com/matloff/polyreg/issues
RoxygenNote: 6.0.1
Imports: nnet,dummies, parallel, partools, RSpectra, stats, utils
NeedsCompilation: no
Packaged: 2019-04-16 06:32:12 UTC; mohanty
Author: Norm Matloff [aut, cre] (<https://orcid.org/0000-0001-9179-6785>),
  Xi Cheng [aut],
  Pete Mohanty [aut] (<https://orcid.org/0000-0001-8531-3345>),
  Bohdan Khomtchouk [aut],
  Matthew Kotila [aut],
  Robin Yancey [aut],
  Robert Tucker [aut],
  Allan Zhao [aut],
  Tiffany Jiang [ctb]
Repository: CRAN
Date/Publication: 2019-04-23 09:30:03 UTC
