www.crosshyou.info

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

2023-05-20から1日間の記事一覧

OECD Adult education level data analysis 4 - Making a scatter plot using ggplot() + geom() function with R

UnsplashのSergey Leont'evが撮影した写真 www.crosshyou.info This post is following of the above post. In this post, let's see relationship between two variables. First, let's see correlations. I use cor() function to see correlation. TRY an…