Package: OptimClassifier
Title: Create the Best Train for Classification Models
Version: 0.1.2
Authors@R: c(
    person("Agustín", "Pérez-Martín", email = "agustin.perez@umh.es", role = "aut", comment = c(ORCID = "0000-0003-4994-3176")),
    person("Agustín", "Pérez-Torregrosa", email = "agustin.perez01@goumh.umh.es", role = "cre", comment = c(ORCID = "0000-0001-5658-4795")),
    person("Marta","Vaca-Lamata", email="mvaca@umh.es",role="aut", comment = c(ORCID = "0000-0001-8496-5579")),
    person("Antonio José","Verdú-Jover", email="ajverdu@umh.es",role="aut", comment = c(ORCID = "0000-0002-6201-7196"))
    )
Description: Patterns searching and binary classification in economic and financial data is a
              large field of research. There are a large part of the data
              that the target variable is binary. Nowadays, many methodologies
              are used, this package collects most popular and compare different
              configuration options for Linear Models (LM), Generalized Linear Models (GLM), 
              Linear Mixed Models (LMM), Discriminant Analysis (DA), 
              Classification And Regression Trees (CART), Neural Networks (NN) and Support Vector Machines (SVM).
Depends: R (>= 3.2.3)
License: GPL (>= 2)
Imports: crayon, dplyr, MASS, lme4, rpart, nnet, e1071, car, nortest,
        clisymbols
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat, knitr, rmarkdown
NeedsCompilation: no
Packaged: 2018-03-07 17:59:40 UTC; agustin
Author: Agustín Pérez-Martín [aut] (<https://orcid.org/0000-0003-4994-3176>),
  Agustín Pérez-Torregrosa [cre]
    (<https://orcid.org/0000-0001-5658-4795>),
  Marta Vaca-Lamata [aut] (<https://orcid.org/0000-0001-8496-5579>),
  Antonio José Verdú-Jover [aut]
    (<https://orcid.org/0000-0002-6201-7196>)
Maintainer: Agustín Pérez-Torregrosa <agustin.perez01@goumh.umh.es>
Repository: CRAN
Date/Publication: 2018-03-07 21:16:35 UTC
