-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.34 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
25
26
27
28
29
30
31
Package: rRegressor
Type: Package
Title: Provides Multiple Flexible but Simple Regression Models Used for
Supervised Learning
Version: 0.1.0
Author: Celline Williem <[email protected]>,
Darren Boesono <[email protected]>,
Jefferson Joseph Tedjojuwono <[email protected]>
Maintainer: Celline Williem <[email protected]>,
Darren Boesono <[email protected]>,
Jefferson Joseph Tedjojuwono <[email protected]>
Description: A package for providing multiple simple flexible
regression models for supervised learning. Users can call the
provided dataset or use their own dataset as well as specify the
regression model that they want, and the system will create the
regression model, predict, and calculate the Mean-Square Error
(MSE) to calculate the error of the model. If users do not know
the model that they want, the system has a function to quickly
compare all the regression models by creating the table of
regression models and their MSE, sorted by the increasing MSE.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3
Imports: corrplot, ggplot2, prettydoc, testthat
Suggests: knitr, rmarkdown
Depends: R (>= 3.5.0)
NeedsCompilation: no
Packaged: 2023-04-30 18:29:23 UTC