-
Notifications
You must be signed in to change notification settings - Fork 24
Scripts
This page presents a number of RSiena scripts. They use data sets that can be downloaded from the Data sets page. Firefox or Chrome will be better than Internet Explorer or Microsoft Edge for showing the scripts presented here.
Remarks about errors or improvements may be sent to the Siena discussion list at https://groups.io/g/RSiena. In case of an error, please do check that you are using the latest version of RSiena - the error may have been corrected already. Error reports should be accompanied by complete data and scripts which reproduce the error! However, it should be noted that some functions in these scripts do not necessarily work for all (perhaps complicated) model specifications.
The five introductory scripts mentioned in Section 2.4 of the RSiena users' manual are contained with a sixth piece.
-
basicRSiena.r An example of a basic sequence of commands for estimating a model by function siena07 of RSiena.
- This is used as a vignette for RSiena: basic_RSiena.html
- Rscript01DataFormat.R with some basic information about R, networks, data formats etc; with an example data file arclistdata.dat.
- RSienaSNADescriptives.R with some descriptives, using package sna.
- Rscript02SienaVariableFormat.R for how to specify data as variables in RSiena, and specify the model; using the s50 data set.
- Rscript03SienaRunModel.R for how to carry out the estimation and look at the results;
- Rscript04SienaBehaviour.R for how to specify models for dynamics of networks and behaviour;
In addition there are some other scripts.
- RscriptSienaMultiple.R for how to specify models for dynamics of multiple networks; this uses a manufactured data set (longitudinal, 2 waves, 2 networks);
- RscriptSienaTimeTest.R an example of testing time heterogeneity, using the van de Bunt students data set.
- RscriptMultipleGroups_meta.R an example of meta-analysis with the metafor package and siena08, and of the multiple group option, using Chris Baerveldt's Dutch Social Behavior data set.
- RscriptMultipleGroups.R a more limited example of the multiple group option and of meta-analysis using function siena08, using Chris Baerveldt's Dutch Social Behavior data set.
- RscriptSienaOrdered.R an example of modeling a network with ordered ties (i.e., valued ties with a small set of ordered categories), by representing them as multiple, ordered networks, using the van de Bunt students data set.
- RscriptSienaBipartite.R an example of co-evolution of a one-mode and a two-mode network, using a set with substance use variables of the Glasgow Teenage Friends and Lifestyle Study data.
- Two scripts showing how to analyze a two-mode network as a one-mode network, using structural zeros. This sometimes is useful because it opens up some further possibilities to use RSiena options. The scripts use the data set of the Glasgow Teenage Friends and Lifestyle Study.
- RscriptSienaTwoModeAsOneMode.R shows how to analyze a two-mode network as a directed one-mode network.
- TwoModeAsSymmetricOneMode_Siena.R shows how to analyze a two-mode network as a symmetric (non-directed) one-mode network.
- RscriptSienaSymmetric.R a brief example of modeling a non-directed network, using the s50 data set.
- Composition change in a network: R script and data for illustration, also see the slides.
- Simulation of networks with a given model specification: NetworkSimulation.R.
- Goodness of fit: An example script for how to use function sienaGOF is in sienaGOF_vdB.R
- Scripts to help making selection tables (see the corresponding section in the manual): SelectionTables.r.
- Scripts to help making influence tables (see the corresponding section in the manual): InfluenceTables.r. (Note: the influence table available 6-16 February, 2018 had an error in the average similarity effect.)
- Random coefficient multilevel estimation of the Stochastic Actor-Oriented Model:
- RscriptsienaBayes.r, an example script for the function sienaBayes in RSienaTest, using a multi-group data set from Andrea Knecht's data, of which a description of one class is to be found here.
- BayesPlots.r, a collection of plotting functions for sienaBayesFit objects, produced by sienaBayes.
- A script by Robert Krause, detailing how to implement multiple imputation of missing data as proposed in the paper
Robert W. Krause, Mark Huisman, and Tom A.B. Snijders (2018), Multiple imputation for longitudinal network data. Italian Journal of Applied Statistics, 30, 33-57.
http://sa-ijas.stat.unipd.it/sites/sa-ijas.stat.unipd.it/files/10.26398-IJAS.0030-002.pdf
- The script: multipleImputation_for_RSiena.R;
- The explanation: AdSUMMissingDataMD.html;
- The R MarkDown file of the explanation: AdSUMMissingDataMD.Rmd.
- A script by Robert Krause and Anna Iashina, detailing how to implement multiple imputation of missing data for network and behavior studies.
- The script: MultipleImputationNetworkAndBehaviorScript.R;
- The explanation: MultipleImputationNetworkAndBehavior.html;
- The R MarkDown file of the explanation: MultipleImputationNetworkAndBehavior.Rmd.
- A script how to interpret the chains that are returned by siena07 when returnChains=TRUE: WorkOnChains.r.
- The scripts for executing the visualizations in the paper jimi Adams and David Schaefer (2018). Visualizing Stochastic Actor-based Model Microsteps. Socius, "Sociological Research for a Dynamic World", Sage Publications. DOI: (https://doi.org/10.1177/2378023118816545)
Supplementary materials of the paper:
- 01_Model_and_Sim.R This file is code for running the Stochastic actor-oriented model, and outputting a single chain from the results in dataframe format, using the returnChains parameter. See also the file [WorkOnChains.r mentioned above. In the example included in the paper, the 50th chain from the estimation between Waves I and II is used, with the s50 data set internal in RSiena. You can change these settings in the code.
- 02_Visualization.R This file takes the dataframe output from the script above, combines it with the initial network data from the s501 datafile, and converts those into a networkDynamic object that is visualized with the ndtv package. The connection between the previous script and this is the dataframe called df. Execution of this script requires that you have the networkDynamic and ndtv packages (with dependencies) installed.
- 03_Viz_Only.html (5MB) This file is only the dynamic visualization (Figure 1 in the paper) as an embeddable html file.
- Scripts for checking whether the number of runs in Phase 3 is large enough for reliable estimation of standard errors:
- The basic script: SE_checks.R
- A script illustrating its use: RscriptStandardErrors.R
- A script GMoMscript.R demonstrating how to use the Generalized Method of Moments (GMoM), functional since version 1.2.32. Also see Sections 6.9 and 6.10 of the manual.
- Lab exercise: sex segregation of friendship networks
- Some scripts on data conversion: zip archive with examples
- Modelling the co-evolution of networks and behaviour: slides and script.
- Co-evolution of friendship, alcohol consumption, and musical taste; re-analysis of Steglich, Snijders, and West (2006).
- Lab: multiple group analyses
- Lab: analysis of multiplex networks
- Lab: two-mode network analysis
-
Background
-
Downloads
-
Teaching
-
Projects