a R package with the functions I use regularly
This package depends on stats, grDevices, utils.
The easiest way to install usefulLDfunctions is using devtools::install_github() from R:
if (!"devtools" %in% installed.packages()){
install.packages("devtools", repos = "https://stat.ethz.ch/CRAN/")
}
devtools::install_github("lldelisle/usefulLDfunctions")
If you have issues, use the Issues in github or send an email to [email protected]