scidat {diverse}R Documentation

Scidat dataset

Description

A matrix of the number of papers authored by 10 countries in 27 areas of science in the year 2013. Data was retrieved and aggregated from SCimago.

Usage

scidat

Format

A matrix with the variables:

Columns

Areas of Science according SCimago

Rows

Name of the country

Source

Raw data before the aggregation was queried from http://www.scimagojr.com/ in 2014.

References

SCImago. (2007). SJR-SCImago Journal & Country Rank.

Examples

str(scidat)
summary(scidat)
scidat["United States",]
scidat[,"Chemistry"]

[Package diverse version 0.1.5 Index]