当前位置:网站首页>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
边栏推荐
- Notes | numpy-10 Iterative array
- Thesis reading_ Chinese medical model_ eHealth
- Triangular rasterization
- Network security textual research recommendation
- C Primer Plus Chapter 10, question 14 3 × 5 array
- String matching: find a substring in a string
- [set theory] relationship properties (symmetry | symmetry examples | symmetry related theorems | antisymmetry | antisymmetry examples | antisymmetry theorems)
- Why does I start with =1? How does this code work?
- [set theory] binary relationship (special relationship type | empty relationship | identity relationship | global relationship | divisive relationship | size relationship)
- Distinguish between releases and snapshots in nexus private library
猜你喜欢
联发科技2023届提前批IC笔试(题目)
MPM model and ab pressure test
JDBC database operation
UiPath实战(08) - 选取器(Selector)
2022 Shandong Province safety officer C certificate examination content and Shandong Province safety officer C certificate examination questions and analysis
M1 Pro install redis
The usage of micro service project swagger aggregation document shows all micro service addresses in the form of swagger grouping
I stepped on a foundation pit today
[USACO 2009 Dec S]Music Notes
逆袭大学生的职业规划
随机推荐
Review the configuration of vscode to develop golang
[luatos sensor] 2 air pressure bmp180
Leetcode simple question: the key with the longest key duration
[SQL injection point] location and judgment of the injection point
[BMZCTF-pwn] 20-secret_ file
并发操作-内存交互操作
Thesis reading_ Chinese medical model_ eHealth
MPM model and ab pressure test
2022 Shandong Province safety officer C certificate examination content and Shandong Province safety officer C certificate examination questions and analysis
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
The simple problem of leetcode: dismantling bombs
Kept hot standby and haproxy
Market status and development prospect forecast of global button dropper industry in 2022
Oracle SQL table data loss
UiPath实战(08) - 选取器(Selector)
Analysis of proxy usage of ES6 new feature
Caijing 365 stock internal reference: what's the mystery behind the good father-in-law paying back 50 million?
MySQL winter vacation self-study 2022 12 (3)
Summary of training competition (Lao Li's collection of questions)
普通本科大学生活避坑指南