Today, give a try to Techtonique web app, a tool designed to help you make informed, data-driven decisions using Mathematics, Statistics, Machine Learning, and Data Visualization. Here is a tutorial with audio, video, code, and slides: https://moudiki2.gumroad.com/l/nrhgb
If you’re looking for most recent releases of Techtonique’s R packages like ahead
, bayesianrvfl
, bcn
, learningmachine
, or esgtoolkit
(not available on CRAN), you can use the CRAN-like repository located at: https://r-packages.techtonique.net.
Here’s how:
# once and for all
options(repos = c(
techtonique = "https://r-packages.techtonique.net",
CRAN = "https://cloud.r-project.org"
))
install.packages("package_name")
Otherwise, you can install the package from source, and the sources are available at (link in left column):
https://r-packages.techtonique.net/packages
Comments powered by Talkyard.