This dataset holds information on research grants awarded by the National Institutes of Health (NIH) in 2014. The data set was downloaded in approximately January of 2015. It includes both 'projects' and 'abstracts' files.
data("nih_sample")
data("nih_sample_dtm")
data("nih_sample_topic_model")
A data.frame
of 100 randomly-sampled grants' abstracts and metadata.
A dgCMatrix
representing the document term matrix of abstracts from
100 randomly-sampled grants.
A list
containing a topic model of these 100 sampled grants.