-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1020 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: GA
Type: Package
Title: Genetic Algorithm for Variable Selection in Regression Problems
Version: 0.1.0
Authors@R: c(
person("Junyuan", "Gao", email = "[email protected]", role = "aut"),
person("Titouan", "Jehl", email = "[email protected]", role = "aut"),
person("Jeffrey", "Kwarsick", email = "[email protected]", role = c("aut", "cre")),
person("Ming", "Qiu", email = "[email protected]", role = "aut")
)
Author: Junyuan Gao, Titouan Jehl, Jeffrey Kwarsick, Ming Qiu
Maintainer: Jeffrey Kwarsick <[email protected]>
Description:
A genetic algorithm for variable selection in regression problems, including both linear regression and GLM. Used for handling binary functions to fit data and produce the best model based on input data. This package was assembled as part of the final project of STAT243 at the University of California, Berkeley, Fall 2017.
Imports:
ggplot2
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat