😀常用网站

收藏常用的R语言相关知识网站

基础知识

  1. The Epidemiologist R Handbook

    为流行病学编写的R语言实践指南

    https://epirhandbook.com/index.html

  2. R for Data Science

    非常基础的入门数据

    https://r4ds.had.co.nz/

统计图形

  1. GMT 中文手册

    地理信息制图相关知识

    https://docs.gmt-china.org/latest/

  2. GADM

    下载shp等底图数据

    https://gadm.org/download_country.html

  3. ggplot2: Elegant Graphics for Data Analysis

    使用ggplot制图

    https://ggplot2-book.org/

  4. Geocomputation with R

    地理信息制图

    https://r.geocompx.org/index.html

  5. Geospatial Health Data: Modeling and Visualization with R-INLA and Shiny

    空间地理分析

    https://www.paulamoraga.com/book-geospatial/

  6. R Graphics Cookbook, 2nd edition

    基础R语言制图

    https://r-graphics.org/

流行病学模型

  1. Bayes Rules! An Introduction to Applied Bayesian Modeling

    贝叶斯模型相关知识

    https://www.bayesrulesbook.com/

  2. Forecasting: Principles and Practice

    时间序列模型入门书籍

    https://otexts.com/fpp3/

Last updated