If you are trying to implement a research idea there is a strong chance that someone has
already done something similar. Below you will find some of my favorite software for
everything from network analysis to document creation. Within each post I highlight:
- how to download the software
- where you can learn more about the software
- some of my favorite packages and functions
Software Posts
{% for post in site.posts %}
{% if post.tag contains 'software' %}
-
{{ post.title }}
{% if post.summary %}{{ post.summary }}{% endif %}
{% endif %}
{% endfor %}