当前位置:网站首页>「R」使用ggpolar绘制生存关联网络图
「R」使用ggpolar绘制生存关联网络图
2022-07-31 11:12:00 【Mrrunsen】
之前课题组一个师妹有需要绘制一个带相关性又能展示生存分析显著性的极坐标图,所以造了ggpolar这个包,今天分享给大家,感兴趣的读者不妨使用自己的数据模仿下,应用到自己的分析项目中去。
Source: vignettes/surv-corr-connection.Rmd[1]
library(ggpolar)
#> Loading required package: ggplot2
library(survival)
library(ezcox)
#> Welcome to 'ezcox' package!
#> ===========================================================边栏推荐
猜你喜欢
随机推荐
Find a Go job in 7 days, Conditional statements to learn in Gopher, loop statements, Part 3
A Method for Ensuring Data Consistency of Multi-Party Subsystems
MySQL index usage and optimization
Experience innovation and iteration through the development of a lucky draw applet
musl Reference Manual
面试、工作中常用sql大全(建议收藏备用)
R语言做面板panelvar例子
SQLSERVER merges subquery data into one field
MySQL row-level locks (row locks, adjacent key locks, gap locks)
无法将“node.exe”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。
Three ways of single sign-on
2022/7/30
Detailed tutorial on distributed transaction Seata
Threading(in thread main)
拥抱趋势!阿里这套微服务开源框架权威手册,实战到底层细致清晰
Many mock tools, this time I chose the right one
Summary of three methods for SQL deduplication
强大的SQL计算利器-SPL
瑞吉外卖项目:新增菜品与菜品分页查询
mysql 索引使用与优化









