当前位置:网站首页>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边栏推荐
- 论文阅读_ICD编码_MSMN
- Number of uniform strings of leetcode simple problem
- The consumption of Internet of things users is only 76 cents, and the price has become the biggest obstacle to the promotion of 5g industrial interconnection
- data2vec! New milestone of unified mode
- Literature reading_ Research on the usefulness identification of tourism online comments based on semantic fusion of multimodal data (Chinese Literature)
- Flutter monitors volume to realize waveform visualization of audio
- Oracle SQL table data loss
- [PHP vulnerability weak type] basic knowledge, PHP weak equality, error reporting and bypassing
- 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
- Concurrent operation memory interaction
猜你喜欢

Handler understands the record

MPM model and ab pressure test

UiPath实战(08) - 选取器(Selector)

C language self-made Games: Sanzi (tic tac toe chess) intelligent chess supplement

Leetcode simple problem delete an element to strictly increment the array

Kept hot standby and haproxy

JDBC database operation

The usage of micro service project swagger aggregation document shows all micro service addresses in the form of swagger grouping

Silent authorization login and registration of wechat applet

关于开学的准备与专业认知
随机推荐
Truncated sentences of leetcode simple questions
逆袭大学生的职业规划
Wechat applet distance and map
[SQL injection point] location and judgment of the injection point
Shuttle + alluxio accelerated memory shuffle take-off
Interface frequency limit access
2022 new examination questions for the main principals of hazardous chemical business units and examination skills for the main principals of hazardous chemical business units
Summary of training competition (Lao Li's collection of questions)
Market status and development prospect prediction of the global fire alarm sensor industry in 2022
"Niuke brush Verilog" part II Verilog advanced challenge
Shuttle + Alluxio 加速内存Shuffle起飞
Market status and development prospect forecast of global heat curing adhesive industry in 2022
Thesis reading_ Tsinghua Ernie
Market status and development prospect prediction of the global fire hose industry in 2022
2022 Shandong Province safety officer C certificate examination content and Shandong Province safety officer C certificate examination questions and analysis
Automatic voltage rise and fall 5-40v multi string super capacitor charging chip and solution
【XSS绕过-防护策略】理解防护策略,更好的绕过
Notes | numpy-07 Slice and index
Thesis reading_ Chinese medical model_ eHealth
【PHP漏洞-弱类型】基础知识、php弱相等、报错绕过