www.crosshyou.info

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

2021-06-05から1日間の記事一覧

OECD Doctors' consultations data analysis 2 - use inner_join() to merge two data frames

Photo by Sergey Shmidt on Unsplash www.crosshyou.info This post is following of above post.In the previous post, I read OECD Doctors' consultation data in R. But we don't know what LOCATION is what country. So I will add those information.…

OECD Doctors' consultations data analysis 1 - Read CSV file data into R

Photo by Tobias Keller on Unsplash This time let's see OECD Dictor's consultations data. This indicator presents data on the number of consultations patiens have with doctors in a given year. I download below file from the OECD web site(He…

都道府県別の県議会議員の所属政党のデータの分析5 - 女性議員比率をR言語のlm関数で回帰分析

www.crosshyou.info 今回は女性議員の比率を他の変数で回帰分析してみます。R言語のlm関数を使います。 f_jimin: 自民党の女性議員の数、f_kyosan: 共産党の女性議員の数が有意な変数です。 自民党の女性議員の数が1人増えると、女性議員の比率は、0.0146、…