-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
24 lines (24 loc) · 1.5 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: polyreg
Title: Polynomial Regression
Version: 0.8.0
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: R (>= 3.5)
Suggests: rmarkdown,knitr
VignetteBuilder: knitr
URL: https://github.com/matloff/polyreg
BugReports: https://github.com/matloff/polyreg/issues
RoxygenNote: 6.0.1
Imports: nnet,parallel, stats, utils