ไฟล์:COVID-CFR-by-age-CN-KR-ES-IT-latest-nolegend.svg

ไม่รองรับเนื้อหาของหน้าในภาษาอื่น
จากวิกิพีเดีย สารานุกรมเสรี

ดูภาพที่มีความละเอียดสูงกว่า((ไฟล์ SVG, 512 × 410 พิกเซล, ขนาดไฟล์: 21 กิโลไบต์))

Wikimedia Commons logo รูปภาพหรือไฟล์เสียงนี้ ต้นฉบับอยู่ที่ คอมมอนส์ รายละเอียดด้านล่าง เป็นข้อความที่แสดงผลจาก ไฟล์ต้นฉบับในคอมมอนส์
คอมมอนส์เป็นเว็บไซต์ในโครงการสำหรับเก็บรวบรวมสื่อเสรี ที่ คุณสามารถช่วยได้

ความย่อ

 
ซอร์สโค้ดของไฟล์ SVG นี้ไม่ถูกต้อง เนื่องจากมีข้อผิดพลาด
 
ไฟล์ภาพกราฟิกส์เวกเตอร์ W3C ตรวจสอบแล้วมีข้อผิดพลาดในไฟล์นี้ สร้างขึ้นโดยใช้ R
คำอธิบาย
English: Crude COVID-19 case fatality rates (number of known cases divided by number of deaths) by age group. Data for countries:
  •  
    China - until 11 February 2020, source: China CDC Weekly [1]
  •  
    South Korea - until 17 July 2020, source: Korea Centers for Disease Control and Prevention [2]
  •  
    Spain - until 18 May 2020, source: Ministry of Health [3]
  •  
    Italy - until 3 June 2020, source: Italian National Institute of Health [4]
These reports contain number of cases and deaths that were laboratory-confirmed at the date of the report. As not every case is detected (probably most are undetected, and this ratio is different for each country), testing and gathering statistics takes time, and some who are now confirmed will die in the future, this method of CFR calculation is a rather inaccurate. But as it is just the division of two numbers, it can be done quickly with publicly accessible data.
วันที่
แหล่งที่มา งานของตัว
ผู้สร้างสรรค์ Attomir
เวอร์ชันอื่น
รหัสต้นฉบับ
InfoField

R code

library(ggplot2)
library(tidyr)

ages = c("0-9","10-19","20-29","30-39","40-49","50-59","60-69","70-79","80+")
data = data.frame(group=factor(ages, levels=rev(ages)),
  china=c(0.0, 0.2, 0.2, 0.2, 0.4, 1.3, 3.6,  8.0, 14.8),
  korea=c(0.0, 0.0, 0.0, 0.1, 0.2, 0.6, 2.3,  9.5, 25.2),
  spain=c(0.2, 0.3, 0.2, 0.3, 0.6, 1.4, 4.9, 14.3, 100*(7872+4082)/(37463+18316)),
  italy=c(0.3, 0.0, 0.1, 0.3, 0.9, 2.7, 10.6, 25.9, 100*(13233+5641)/(40901+18837))
)
countries = rev(c("china","korea","spain","italy"))
country_colors = rev(c('#d62728','#2ca02c','#ff7f0e','#1f77b4'))
data = gather(data, country, mortality, china, korea, spain, italy)
data$country = factor(data$country, levels=countries)
data$mortality_prc = paste(round(data$mortality,1),"%",sep="")

bar_width = .8
im = ggplot(data=data, aes(x=group, y=mortality, fill=country)) +
    geom_bar(stat="identity", width=bar_width, position=position_dodge(bar_width))+
    coord_flip()+
    geom_text(aes(y=mortality, label=mortality_prc), 
        hjust=-.2, vjust=.4, size=2.7, position=position_dodge(bar_width))+
    scale_fill_manual(values=country_colors) +
    xlab("age group") +
    ylab("mortality [%]") +
    ylim(0, 32)+
    theme_minimal() +
    theme(
        legend.position="none",
        axis.title.y=element_text(color = "#888888", size = 12),
        axis.title.x=element_text(color = "#888888", size = 12),
        axis.text.y=element_text(color = "black", size = 18, face = "bold"),
        axis.text.x=element_text(color = "black", size = 18, face = "bold"),
        panel.grid.major.y=element_line(colour = "#f0f0f0", size = c(20)),
        panel.grid.major.x=element_line(colour = "#888888", size=c(.5,.2,.2,.2)),
        panel.grid.minor.x=element_blank(),
    )
ggsave(file="plot.svg", plot=im, width=10, height=8)
im

การอนุญาตใช้สิทธิ

ข้าพเจ้า ในฐานะผู้ถือลิขสิทธิ์ของภาพหรือสื่อนี้ อนุญาตให้ใช้ภาพหรือสื่อนี้ภายใต้เงื่อนไขต่อไปนี้
Creative Commons CC-Zero ไฟล์นี้มีให้ใช้ภายใต้ CC0 1.0 Universal Public Domain Dedication ของครีเอทีฟคอมมอนส์
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

คำบรรยายโดยย่อ

เพิ่มคำบรรยายทรรทัดเดียวเพื่อขยายความว่าไฟล์นี้มีอะไร
COVID-19 case fatality rates by age group in China, South Korea, Italy and Spain based on data available on 5 June 2020

ไอเทมที่แสดงอยู่ในไฟล์นี้

ประกอบด้วย

media type อังกฤษ

image/svg+xml

checksum อังกฤษ

5878bb6f0dc85b75ba326f6e98a6db9220efebdf

data size อังกฤษ

21,793 ไบต์

410 พิกเซล

512 พิกเซล

ประวัติไฟล์

คลิกวันที่/เวลาเพื่อดูไฟล์ที่ปรากฏในขณะนั้น

(ล่าสุด | เก่าสุด) ดู (ใหม่กว่า 10 | ) (10 | 20 | 50 | 100 | 250 | 500)
วันที่/เวลารูปย่อขนาดผู้ใช้ความเห็น
ปัจจุบัน23:47, 21 กรกฎาคม 2563รูปย่อสำหรับรุ่นเมื่อ 23:47, 21 กรกฎาคม 2563512 × 410 (21 กิโลไบต์)AttomirUpdate South Korea to 2020-07-17
03:17, 11 มิถุนายน 2563รูปย่อสำหรับรุ่นเมื่อ 03:17, 11 มิถุนายน 2563512 × 410 (21 กิโลไบต์)AttomirUpdate Italy to 2020-06-03, South Korea to 2020-06-05, update R library versions
04:50, 31 พฤษภาคม 2563รูปย่อสำหรับรุ่นเมื่อ 04:50, 31 พฤษภาคม 2563512 × 410 (20 กิโลไบต์)AttomirUpdate Italy to 2020-05-26, South Korea to 2020-05-24
05:41, 22 พฤษภาคม 2563รูปย่อสำหรับรุ่นเมื่อ 05:41, 22 พฤษภาคม 2563512 × 410 (20 กิโลไบต์)AttomirUpdate Italy to 2020-05-14, South Korea to 2020-05-20, Spain to 2020-05-18
04:55, 15 พฤษภาคม 2563รูปย่อสำหรับรุ่นเมื่อ 04:55, 15 พฤษภาคม 2563512 × 410 (20 กิโลไบต์)AttomirUpdate South Korea to 2020-05-13, Spain to 2020-05-12
05:16, 13 พฤษภาคม 2563รูปย่อสำหรับรุ่นเมื่อ 05:16, 13 พฤษภาคม 2563512 × 410 (20 กิโลไบต์)AttomirUpdate Italy to 2020-05-07
19:00, 9 พฤษภาคม 2563รูปย่อสำหรับรุ่นเมื่อ 19:00, 9 พฤษภาคม 2563512 × 410 (20 กิโลไบต์)AttomirUpdate South Korea to 2020-05-09
04:31, 7 พฤษภาคม 2563รูปย่อสำหรับรุ่นเมื่อ 04:31, 7 พฤษภาคม 2563512 × 410 (20 กิโลไบต์)AttomirUpdate Spain to 2020-05-05
20:29, 1 พฤษภาคม 2563รูปย่อสำหรับรุ่นเมื่อ 20:29, 1 พฤษภาคม 2563512 × 410 (20 กิโลไบต์)AttomirUpdate: South Korea to 2020-04-30, Spain to 2020-04-29, Italy to 2020-04-28
05:37, 26 เมษายน 2563รูปย่อสำหรับรุ่นเมื่อ 05:37, 26 เมษายน 2563512 × 410 (20 กิโลไบต์)AttomirUpdate Spain to report 86, published 2020-04-25 Update Italy to 2020-04-23 - report publisher 2020-04-24
(ล่าสุด | เก่าสุด) ดู (ใหม่กว่า 10 | ) (10 | 20 | 50 | 100 | 250 | 500)

หน้าต่อไปนี้ โยงมาที่ภาพนี้:

การใช้ไฟล์ข้ามโครงการ

วิกิอื่นต่อไปนี้ใช้ไฟล์นี้:

ข้อมูลเกี่ยวกับภาพ