第四期:Tidyverse 实战批量建模可视化
查看本期代码
资料:
内容:
- 字符处理基础
-
常见需求
-
基础字符串处理函数
-
映射
-
stringr 常用函数
- 建模基础:参考 https://www.jianshu.com/p/f8ce25fb2697
-
因变量与自变量 y ~ x
-
公式表示
- 基础教程:https://www.datacamp.com/community/tutorials/r-formula-tutorial
-
字符串转公式
- https://openbiox.github.io/Cookbook-for-R-Chinese/section-4.html
- 实战:结合 tidyverse 对 mtcars 进行批量建模和生成 ggplot2 图形
- 编程将变量名组合转为公式
- 目标数据结构与生成
- 分组处理
- purrr 批量建模与可视化
- 图形拼接