Package: metrica
Title: Prediction Performance Metrics
Version: 1.2.3
Date: 2022-05-10
Authors@R: c(
    person("Adrian A.", "Correndo", email = "correndo@ksu.edu", role = c("cre", "cph"), comment = c(ORCID = "0000-0002-4172-289X")),
    person("Adrian A.", "Correndo", email = "correndo@ksu.edu", role = c("aut"), comment = c(ORCID = "0000-0002-4172-289X")),
    person("Luiz H.", "Moro Rosso", email = "lhmrosso@ksu.edu", role = "aut", comment = c(ORCID = "0000-0002-8642-911X")),
    person("Rai", "Schwalbert", email = "rai.schwalbert@hotmail.com", role = "aut", comment = c(ORCID = "0000-0001-8488-7507")),
    person("Carlos", "Hernandez", email = "carlosh92@ksu.edu", role = "aut", comment = c(ORCID = "0000-0000-0000-0000")),
    person("Leonardo M.", "Bastos", email = "leonardombastos@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-8958-6527")),
    person("Dean", "Holzworth", email = "dean.holzworth@csiro.au", role = "aut"),
    person("Ignacio A.", "Ciampitti", email = "ciampitti@ksu.edu", role = "aut", comment = c(ORCID = "0000-0001-9619-5129")))
Description: A compilation of more than 40 functions designed to evaluate prediction performance of point-forecast models accounting for different aspects of the agreement between predicted and observed values. It includes error metrics (e.g. MAE, RMSE), model efficiencies (e.g. NSE, KGE), indices of agreement (e.g. d, RAC), goodness of fit (e.g. r, R2), concordance correlation (e.g. CCC), error decomposition (e.g. lack of accuracy-precision), and plots the visualize agreement. For more details visit the vignettes <https://adriancorrendo.github.io/metrica/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Depends: R (>= 2.10)
Suggests: covr, tidyverse, knitr, rmarkdown, apsimx, testthat (>=
        3.0.0)
Config/testthat/edition: 3
Imports: stats, ggplot2, dplyr, rlang, tidyr, viridis, utils, DBI,
        RSQLite, ggpp
VignetteBuilder: knitr
URL: https://adriancorrendo.github.io/metrica/
BugReports: https://github.com/adriancorrendo/metrica/issues
NeedsCompilation: no
Packaged: 2022-05-11 07:12:07 UTC; correndo
Author: Adrian A. Correndo [cre, cph] (<https://orcid.org/0000-0002-4172-289X>),
  Adrian A. Correndo [aut] (<https://orcid.org/0000-0002-4172-289X>),
  Luiz H. Moro Rosso [aut] (<https://orcid.org/0000-0002-8642-911X>),
  Rai Schwalbert [aut] (<https://orcid.org/0000-0001-8488-7507>),
  Carlos Hernandez [aut] (<https://orcid.org/0000-0000-0000-0000>),
  Leonardo M. Bastos [aut] (<https://orcid.org/0000-0001-8958-6527>),
  Dean Holzworth [aut],
  Ignacio A. Ciampitti [aut] (<https://orcid.org/0000-0001-9619-5129>)
Maintainer: Adrian A. Correndo <correndo@ksu.edu>
Repository: CRAN
Date/Publication: 2022-05-12 08:40:05 UTC
