www.crosshyou.info

政府統計の総合窓口のデータや、OECDやUCIやのデータを使って、Rの練習をしています。ときどき、読書記録も載せています。

OECD Influenza vaccination rates data analysis with R 4 - geom_point() and facet_wrap(), geom_shmooth() are good friends.

Generated by Bing Image Creator: Photograph, Small Birds, Biright Sky, White Clouds and country landscape

www.crosshyou.info

This post is following of the above post.

In the above post, I merge Influenza data and GDP data.

Let's check the relatihonship them deeper.

First, let's see scatter plots by year.

I use geom_point() function to draw scatter plots. In addition I added facet_warp() function and geom_smooth() function.

I see evey year, lgdp and vaccination rate have positive relatiohship.

How about lpc?

lpc and vaccination rate also have positive relationship.

Let's see by loc.

Uhm... there are too many locations to see characteristics.

Let's make another scatter plot.

I see some locations have positive relationship, some have negative relationship.

How about lpc?

Some locations have positive relationship and some locations have negative relationship.

I make same type scatter plots by year.

I see all year have positive relationship.

I also see positive relationship between lpc and vaccination rate each year.

That's it. Thank you!

Next post is

www.crosshyou.info

 

To read from the first post,

www.crosshyou.info