Package: polyreg
Title: Polynomial Regression
Version: 0.6.7
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@uchicago.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("aut")))
Maintainer: Norm Matloff <matloff@cs.ucdavis.edu>
Description: Automate formation and evaluation of polynomial regression models. 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, regtools, RSpectra, stats,
        utils
NeedsCompilation: no
Packaged: 2020-04-04 20:17:13 UTC; pete
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 [aut]
Repository: CRAN
Date/Publication: 2020-04-04 20:40:03 UTC
