-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION~
24 lines (24 loc) · 1.51 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.7.0
Authors@R: c(person("Norm", "Matloff", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9179-6785")),
person("Xi", "Cheng", email = "[email protected]", role = c("aut")),
person("Pete", "Mohanty", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-8531-3345")),
person("Bohdan", "Khomtchouk", email = "[email protected]", role = c("aut")),
person("Matthew", "Kotila", email = "[email protected]", role = c("aut")),
person("Robin", "Yancey", email = "[email protected]", role = c("aut")),
person("Robert", "Tucker", email = "[email protected]", role = c("aut")),
person("Allan", "Zhao", email = "[email protected]", role = c("aut")),
person("Tiffany", "Jiang", email = "[email protected]", role = c("aut")))
Maintainer: Norm Matloff <[email protected]>
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,dummies, parallel, stats, utils