We will use the following software in this course:
Statistics. We will use R, along with a package I am developing called borgworld. To install it, you normally type:
devtools::install_github("StephenBorgatti/borgworld")
library(borgworld)
Note that it if this is the first time you have installed borgworld, it may ask you to install Rtools. If you don't want to do that (it takes a several minutes) you can try ignoring the request. If that fails, try this:
install.packages("remotes")
remotes::install_github("StephenBorgatti/borgworld", build_vignettes = FALSE)
If that fails, you will just have install Rtools. In the end, R always wins.
Once the package is installed, you can type bhelp() for help.
Surveys. QUALTRICS. This is online survey software. The University has a site license. To set up your account, visit this site.
Other. UCINET. This is something I wrote. You can download it here: UCINET. Normally, after a few months trial period, the program will want you to pay for it, but I will give you the secret code that will let you use it in perpetuity. IMPORTANT NOTE: UCINET is Windows software only.
Zoom: there will be many occasions in class when I will be using software, and expecting you to do what I'm doing on your own machines. This is an in-person class, but if for some reason we have to Zoom one day, you should realize that this can be quite difficult unless you have two screens. This could be two monitors, two separate computers, a tablet and a computer, or some other combination. (Remember that you can log into the same Zoom session from multiple devices at the same time.)