The overarching goal of this is to show if there is to perform a correlation analysis on few of the data points available in the dataset. This presentation uses a Global AI Index hosted on Kaggle, for countries in various areas of the world with scores of different aspects of each country affecting the total score of AI advancement.
The Global AI Index data below is what we’ll be working with
str(ai_data)
spc_tbl_ [62 × 13] (S3: spec_tbl_df/tbl_df/tbl/data.frame) $ Country : chr [1:62] "United States of America" "China" "United Kingdom" "Canada" ... $ Talent : num [1:62] 100 16.5 39.6 31.3 35.8 ... $ Infrastructure : num [1:62] 94 100 71.4 77 67.6 ... $ Operating Environment: num [1:62] 64.6 91.6 74.7 93.9 82.4 ... $ Research : num [1:62] 100 71.4 36.5 30.7 32.6 ... $ Development : num [1:62] 100 80 25 25.8 28 ... $ Government Strategy : num [1:62] 77.4 94.9 82.8 100 43.9 ... $ Commercial : num [1:62] 100 44 18.9 14.9 27.3 ... $ Total score : num [1:62] 100 62.9 40.9 40.2 39.9 ... $ Region : chr [1:62] "Americas" "Asia-Pacific" "Europe" "Americas" ... $ Cluster : chr [1:62] "Power players" "Power players" "Traditional champions" "Traditional champions" ... $ Income group : chr [1:62] "High" "Upper middle" "High" "High" ... $ Political regime : chr [1:62] "Liberal democracy" "Closed autocracy" "Liberal democracy" "Liberal democracy" ... - attr(*, "spec")= .. cols( .. Country = col_character(), .. Talent = col_double(), .. Infrastructure = col_double(), .. `Operating Environment` = col_double(), .. Research = col_double(), .. Development = col_double(), .. `Government Strategy` = col_double(), .. Commercial = col_double(), .. `Total score` = col_double(), .. Region = col_character(), .. Cluster = col_character(), .. `Income group` = col_character(), .. `Political regime` = col_character() .. ) - attr(*, "problems")=<externalptr>