当前位置:网站首页>50 practical applications of R language (36) - data visualization from basic to advanced
50 practical applications of R language (36) - data visualization from basic to advanced
2022-07-03 04:53:00 【Wen Yu is solemn】
ggpubr Packet realization mean level comparison test and significance marking diagram
This paper mainly introduces ggpubr package .
library(ggpubr)
head(ToothGrowth)
table(ToothGrowth$supp)
table(ToothGrowth$dose)
table(ToothGrowth$supp, ToothGrowth$dose)
compare_means(len ~ supp, data = ToothGrowth)
compare_means(len ~ supp, data = ToothGrowth, group.by = "dose")
compare_means(len ~ supp, data = ToothGrowth, ref.group = "VC")
compare_means(len ~ supp, data = ToothGrowth, ref.group = ".all.")
compare_means(len ~ dose, data = ToothGrowth)
compare_means(len ~ dose, data = ToothGrowth, ref.group = ".all.")
ggboxplot(ToothGrowth,
x = "supp", y = "len",
fill = "supp",
add = "jitter") +
stat_compare_means()
ggboxplot(ToothGrowth,
x = "supp", y = "len",
fill = "supp",
add = "jitter") +
stat_compare边栏推荐
- Literature reading_ Research on the usefulness identification of tourism online comments based on semantic fusion of multimodal data (Chinese Literature)
- data2vec! New milestone of unified mode
- Thesis reading_ ICD code_ MSMN
- Prepare for 2022 and welcome the "golden three silver four". The "summary of Android intermediate and advanced interview questions in 2022" is fresh, so that your big factory interview can go smoothly
- Handling record of electric skateboard detained by traffic police
- SSM framework integration
- Learn to use the idea breakpoint debugging tool
- [develop wechat applet local storage with uni app]
- MySQL winter vacation self-study 2022 12 (3)
- document. The problem of missing parameters of referer is solved
猜你喜欢

《牛客刷verilog》Part II Verilog进阶挑战

LVS load balancing cluster of efficient multi-purpose cluster (NAT mode)

Do you know UVs in modeling?

Leetcode simple question: check whether the string is an array prefix

关于开学的准备与专业认知

2022 chemical automation control instrument examination summary and chemical automation control instrument certificate examination

2022 Shandong Province safety officer C certificate examination content and Shandong Province safety officer C certificate examination questions and analysis

Coordinatorlayout appbarrayout recyclerview item exposure buried point misalignment analysis

The reason why the entity class in the database is changed into hump naming

【XSS绕过-防护策略】理解防护策略,更好的绕过
随机推荐
MC Layer Target
Uipath practice (08) - selector
雇佣收银员(差分约束)
[SQL injection] joint query (the simplest injection method)
Cross platform plug-in flutter for displaying local notifications_ local_ notifications
Market status and development prospect prediction of the global fire hose industry in 2022
The reason why the entity class in the database is changed into hump naming
论文阅读_ICD编码_MSMN
Hj35 serpentine matrix
I've seen a piece of code in the past. I don't know what I'm doing. I can review it when I have time
[BMZCTF-pwn] 18-RCTF-2017-Recho
data2vec! New milestone of unified mode
ZABBIX monitoring of lamp architecture (3): zabbix+mysql (to be continued)
Oracle SQL table data loss
2022 P cylinder filling test content and P cylinder filling simulation test questions
Leetcode simple question: the key with the longest key duration
What is UUID
Learn to use the idea breakpoint debugging tool
Shell script Basics - basic grammar knowledge
Market status and development prospect prediction of the global fire extinguisher industry in 2022