Resources for learning

Resources Learning

A curated selection of online MOOCs

shikokuchuo
05-14-2021

Coursera Specializations

library(magrittr)
tibble::tribble(
  ~Institution, ~`Course or Specialization`, ~URL,
  "Duke University", "Statistics with R", "https://www.coursera.org/specializations/statistics",
  "Duke University", "Entrepreneurial Finance: Strategy and Innovation", "https://www.coursera.org/specializations/entrepreneurial-finance",
  "John Hopkins University", "Mastering Software Development in R", "https://www.coursera.org/specializations/r",
  "Sung Kyun Kwan University", "The Fundamentals of Data Driven Investment" ,"https://www.coursera.org/learn/the-fundamental-of-data-driven-investment"
) %>%
  dplyr::mutate(URL = purrr::map_chr(URL, ~paste0("<a href='", .x, "'>", .x, "</a>"))) %>%
  DT::datatable(escape = FALSE)

Citation

For attribution, please cite this work as

shikokuchuo (2021, May 14). shikokuchuo{net}: Resources for learning. Retrieved from https://shikokuchuo.net/posts/07-learning/

BibTeX citation

@misc{shikokuchuo2021resources,
  author = {shikokuchuo, },
  title = {shikokuchuo{net}: Resources for learning},
  url = {https://shikokuchuo.net/posts/07-learning/},
  year = {2021}
}