Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

8 results for “from:Drake Gossi”

randomly sampling and visualizing 100 nodes in a citation network with igraph library
Drake Gossi · May 3, 2019 · r-help

Hello everyone, How would I randomly select 100 nodes to look at out of these approx. 25,0000? I'm practicing constructing a citation network. edgeList below is an edge list. > head (edgeList) to from [1,] "4US6" "3US320" [2,] "4US6...

creating a data.frame from scratch
Drake Gossi · Apr 19, 2019 · r-help

Hello everyone, Is there any way to create a data.frame from scratch? other than, say, this? > structure(list(Fruit = structure(c(1L, 2L, 5L, 4L, 3L), .Label = c("apple", "banana", "kiwi", "orange", "pear"), class = "factor"), Color = structure(c(3L...

what would break a citation network? [Error in as.igraph.vs(graph, vids) : Invalid vertex names]
Drake Gossi · May 4, 2019 · r-help

Hello everyone, I'm trying to learn how to put together a citation network, and, in doing so, I'm playing around with a data set of my own making. I'm going back and forth between two .csv files...

piping in only specific parts of a certain column
Drake Gossi · Jul 1, 2020 · r-help

Hello! Question. I'm dealing with a large excel sheet that I'm trying to tidy and then visualize, and I'm wondering how I might specify the data I'm visualizing. Here's the data frame I'm working...

what would break a citation network? [Error in as.igraph.vs(graph, vids) : Invalid vertex names]
Drake Gossi · May 5, 2019 · r-help

So, "davis" was on the original edge list. It's just that I didn't want to reproduce the whole thing, since it was like 75 rows long, and I didn't want the email to get too cumbersome. In...

piping in only specific parts of a certain column
Drake Gossi · Jul 2, 2020 · r-help

Thank you very much, Jim and Rui. The line that ended up working for me was this: > ed_exp3 <- unclean_data[which(unclean_data$question == 3) %in% c("`grid text`")] However, as I read and study Jim's and Rui...

combining data.frames with is.na & match (), two questions
Drake Gossi · Apr 17, 2019 · r-help

Hello everyone, I'm working through this book, *Humanities Data in R* (Arnold & Tilton), and I'm just having trouble understanding this maneuver. In sum, I'm trying to combine data in two different data.frames. This data.frame is...

help getting a research project started on regulations.gov
Drake Gossi · Feb 19, 2019 · r-help

Hello everyone, I will be using R to manipulate this data <https://www.regulations.gov/docketBrowser?rpp=25&so=DESC&sb=commentDueDate&po=0&dct=PS&D=ED-2018-OCR-0064>. Specifically, it's proposed changes to Title IX--over...

Can't find what you're looking for? Try searching with Google .