Blog posts

2022

Custom layout

Published:

If you have been playing around with network aesthetics, you have probably spend some time trying to figure out what layout works best to represent your data. After all, networks can be a great way to represent many complex relationships in a meaningful and digestable way. So, this step should not be underestimated! Thankfully, igraph has several layouts you can use. Read more

Network attributes and aesthetics

Published:

Here I describe some basic aesthetics, and I show you how I incorportate attributes to my networks. Huge shout out to Liz Hobson for showing me most of these tips!! Read more

2021

R packages and functions

Published:

When I first started to learn R, I really struggled to understand the structure of code. To me, it looked like a lot of technical lingo and random placement of terms I’ve never seen before. It wasn’t until I had a break through that I began to understand the general structure and patterns to coding, so I want to share it with you all. Read more

What I learned teaching R

Published:

As a graduate student, I teach undergraduate-level courses offered by my university. In the fall of 2021, I was a teaching assistant (TA) for Analytical Tools for Behavior Information taught by my advisor. For someone, such as myself, just starting to scratch the surface of all that is R, this was an awesome experience. Guiding students through assignments helped me understand how to break down the language and logic behind code. I strengthened my own understanding of coding best practices, troubleshooting, and how to talk about code. Read more

5 step framework for staying organized

Published:

As I learn to navigate R and coding best practices, I realized a crucial first step is getting organized. Staying organized is another challenge in and of itself, but it is much easier to do if you have a solid plan for your code before you get started. Thankfully, there are tons of ways to make sure you start on the right track and stay organized along your coding journey. I want to share how I approach the basics data analysis in five steps:

  1. Import
  2. Clean
  3. Wrangle
  4. Summarize
  5. Plot and test
Read more

SNA Respository

Published:

Here is a collection of some useful websites I have come across as I learn to code! Read more