Package: LDLcalc
Title: Calculate and Predict the Low Density Lipoprotein Values
Version: 2.0
Authors@R: c(person("Petros", "Paplomatas", role = c("aut", "cre"),
                     email = "P.paplomatas@hotmail.com"),
              person("Kostas", "Anagnostopoulos", role = c("aut"),
                     email = "kanagno@gmail.com"))
Author: Petros Paplomatas [aut, cre],
  Kostas Anagnostopoulos [aut]
Description: A wide variety of ways to calculate (through equations) or predict (using 9 Machine learning methods as well as a stack algorithm combination of them all) the Low Density Lipoprotein values of patients based on the values of three other metrics, namely Total Cholesterol , Triglycerides and High Density Lipoprotein. It can also calculate the variance of LDL and the Atherogenic Index of Plasma (AIP) using error propagation and bootstrapping.
License: GPL-3
URL:
        https://sciencesandresearch.com/ldlcalc-calculate-and-predict-the-low-density-lipoprotein-values
        ,https://sciencesandresearch.com/ldlcalctutorial
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Imports: data.table, caret, caretEnsemble, lares, corrplot,
        RColorBrewer, lattice, resample, moments, ggplot2, janitor,
        philentropy, sets
Depends: R (>= 3.5.0)
Suggests: rmarkdown, knitr, Cubist, earth, gbm, glmnet, gridExtra,
        kernlab, randomForest, tidyr, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-05-31 15:37:07 UTC; ppapl
Maintainer: Petros Paplomatas <P.paplomatas@hotmail.com>
Repository: CRAN
Date/Publication: 2022-05-31 15:50:10 UTC
Built: R 4.1.2; ; 2022-06-01 11:17:45 UTC; unix
