A meta-package for R accompanying the courses Statistical Methods For Finance (Mod. I) and Statistical Learning and Data Mining (Mod. II) at Università degli Studi di Perugia, Italy.
Update R to the latest version available at https://cloud.r-project.org
Option 1: install using devtools
package
devtools
package to the latest version{r}
install.packages("devtools")
smef
package{r}
devtools::install_github("luca-scr/smef")
Option 2: install using remotes
package
remotes
package to the latest version{r}
install.packages("remotes")
smef
package{r}
remotes::install_github("luca-scr/smef")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.