当前位置:网站首页>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边栏推荐
- ZABBIX monitoring of lamp architecture (3): zabbix+mysql (to be continued)
- Hire cashier (differential constraint)
- 移动端——uniapp开发记录(公共请求request封装)
- [BMZCTF-pwn] 18-RCTF-2017-Recho
- C Primer Plus Chapter 10, question 14 3 × 5 array
- String matching: find a substring in a string
- Cross platform plug-in flutter for displaying local notifications_ local_ notifications
- Market status and development prospect prediction of the near infrared sensor industry of the global Internet of things in 2022
- MPM model and ab pressure test
- Learning practice: comprehensive application of cycle and branch structure (I)
猜你喜欢

Handling record of electric skateboard detained by traffic police

Handler understands the record

The programmer resigned and was sentenced to 10 months for deleting the code. JD came home and said that it took 30000 to restore the database. Netizen: This is really a revenge

Career planning of counter attacking College Students

String matching: find a substring in a string

Introduction to JVM principle

Games101 Lesson 9 shading 3 Notes

论文阅读_中文医疗模型_ eHealth

2022 tea master (intermediate) examination questions and tea master (intermediate) examination skills
![[set theory] relationship properties (symmetry | symmetry examples | symmetry related theorems | antisymmetry | antisymmetry examples | antisymmetry theorems)](/img/34/d195752992f8955bc2a41b4ce751db.jpg)
[set theory] relationship properties (symmetry | symmetry examples | symmetry related theorems | antisymmetry | antisymmetry examples | antisymmetry theorems)
随机推荐
Notes | numpy-07 Slice and index
Market status and development prospect prediction of global neutral silicone sealant industry in 2022
Market status and development prospect prediction of global SoC Test Platform Industry in 2022
M1 Pro install redis
LVS load balancing cluster of efficient multi-purpose cluster (NAT mode)
Network security textual research recommendation
Truncated sentences of leetcode simple questions
sql语句模糊查询遇到的问题
Market status and development prospect prediction of global fermentation acid industry in 2022
Handler understands the record
Compile and decompile GCC common instructions
C Primer Plus Chapter 10, question 14 3 × 5 array
Summary of training competition (Lao Li's collection of questions)
[SQL injection] joint query (the simplest injection method)
Retirement plan fails, 64 year old programmer starts work again
[BMZCTF-pwn] 18-RCTF-2017-Recho
[PHP vulnerability weak type] basic knowledge, PHP weak equality, error reporting and bypassing
Mount NFS in kubesphere
Learning practice: comprehensive application of cycle and branch structure (I)
First + only! Alibaba cloud's real-time computing version of Flink passed the stability test of big data products of the Institute of ICT