R/political_books_network.R

#' Political Books Social Network Data
#'
#' Krebs selected political books from the *New York Times* bestseller list, searched for those books within Amazon and Barnes&Noble, and then recorded a co-purchasing relationship between the two books if they were connected by a 'customers who bought this book also bought...' link.
#'
#'For more on the methodology, see [Krebs's website](http://www.orgnet.com/divided2.html) or [the New York Times feature](http://www.nytimes.com/2004/03/13/books/study-finds-a-nation-of-polarized-readers.html) on his work.
#'
#' Though this network is not technically, or perhaps not exclusively, a social one, the network reveals and suggets potential patterns about the communities of people buying these books. It also calls into question how forms of media consumption might influence, shape, reinforce, or reflect national political polarization.
#'
#' @name political_books_network
#' @docType data
#' @usage
#' political_books_network
#' @format
#' Nodes: 105; unimodal
#' Edges: 441; unweighted; undirected
#'   This dataset is from Melanie Walsh. Prepared for R by Benjamin Smith
#' @source GitHub,
#'   <https://github.com/melaniewalsh/sample-social-network-datasets>
#' @keywords datasets
NULL

Try the igraphwalshdata package in your browser

Any scripts or data that you put into this service are public.

igraphwalshdata documentation built on June 22, 2024, 10:49 a.m.