03 2021 档案

摘要:参考资料: How to Calculate Relative Risk Relative Risk Ratio and Odds Ratio 如何计算 Relative Risk Relative Risk 表示在暴露组中某个事件发生的概率versus在非暴露组中事件发生的概率比率 Relativ 阅读全文
posted @ 2021-03-15 22:03 stdforml 阅读(857) 评论(0) 推荐(0)
摘要:生信技能树R语言部分学习笔记 1. tidyr包能做什么事情? 1.1 数据清理 tidyr的扁和长 数据的两种组织方式:扁和长,二者包含的信息相同,可以相互转换(用tidyr中的函数:gather-spread) 举例: 扁数据 (1) 扁变长 test_gather <- gather(data 阅读全文
posted @ 2021-03-01 10:07 stdforml 阅读(258) 评论(0) 推荐(0)