All Projects → snlab-nl → rsiena

snlab-nl / rsiena

Licence: GPL-3.0 License
An R package for Simulation Investigation for Empirical Network Analysis

Programming Languages

C++
36643 projects - #6 most used programming language
r
7636 projects

Projects that are alternatives of or similar to rsiena

Friends-Recommender-In-Social-Network
Friends Recommendation and Link Prediction in Social Netowork
Stars: ✭ 33 (-41.07%)
Mutual labels:  social-network-analysis
awesome-datascience-python
Awesome list Data Science and Python. 🐍
Stars: ✭ 62 (+10.71%)
Mutual labels:  statistics
HeroesMatchTracker
Heroes of the Storm match tracker for personal statistics
Stars: ✭ 59 (+5.36%)
Mutual labels:  statistics
roc comparison
The fast version of DeLong's method for computing the covariance of unadjusted AUC.
Stars: ✭ 83 (+48.21%)
Mutual labels:  statistics
FantasyPremierLeague.py
⚽ Statistics for your mini leagues.
Stars: ✭ 123 (+119.64%)
Mutual labels:  statistics
Expectations.jl
Expectation operators for Distributions.jl objects
Stars: ✭ 50 (-10.71%)
Mutual labels:  statistics
VOSONDash
R Shiny application for interactive analysis of networks created by vosonSML.
Stars: ✭ 44 (-21.43%)
Mutual labels:  social-network-analysis
hmac-timing-attacks
HMAC timing attack's w/ statistical analysis
Stars: ✭ 22 (-60.71%)
Mutual labels:  statistics
hdfe
No description or website provided.
Stars: ✭ 22 (-60.71%)
Mutual labels:  statistics
scanstatistics
An R package for space-time anomaly detection using scan statistics.
Stars: ✭ 41 (-26.79%)
Mutual labels:  statistics
stats for soil survey
S4SS: Statistics for Soil Survey
Stars: ✭ 21 (-62.5%)
Mutual labels:  statistics
gitstats
simple statistical analysis tool for git repositories
Stars: ✭ 16 (-71.43%)
Mutual labels:  statistics
tics
🎢 Simple self-hosted analytics ideal for Express / React Native stacks
Stars: ✭ 22 (-60.71%)
Mutual labels:  statistics
forestError
A Unified Framework for Random Forest Prediction Error Estimation
Stars: ✭ 23 (-58.93%)
Mutual labels:  statistics
Algorithmic-Trading
I have been deeply interested in algorithmic trading and systematic trading algorithms. This Repository contains the code of what I have learnt on the way. It starts form some basic simple statistics and will lead up to complex machine learning algorithms.
Stars: ✭ 47 (-16.07%)
Mutual labels:  statistics
lgpr
R-package for interpretable nonparametric modeling of longitudinal data using additive Gaussian processes. Contains functionality for inferring covariate effects and assessing covariate relevances. Various models can be specified using a convenient formula syntax.
Stars: ✭ 22 (-60.71%)
Mutual labels:  longitudinal-data
wrapperr
Website and API that collects Plex statistics using Tautulli and displays it. Similar to the Spotify Wrapped concept.
Stars: ✭ 93 (+66.07%)
Mutual labels:  statistics
veridical-flow
Making it easier to build stable, trustworthy data-science pipelines.
Stars: ✭ 28 (-50%)
Mutual labels:  statistics
dml
R package for Distance Metric Learning
Stars: ✭ 58 (+3.57%)
Mutual labels:  statistics
Data-Science-and-Machine-Learning-Resources
List of Data Science and Machine Learning Resource that I frequently use
Stars: ✭ 19 (-66.07%)
Mutual labels:  statistics

rsiena

CRAN/METACRAN CRAN/METACRAN GitHub R package version GitHub issues GitHub All Releases

About

SIENA is a program for the statistical analysis of network data, with the focus on social networks. Networks here are understood as entire (complete) networks, not as personal (egocentered) networks: it is assumed that a set of nodes (social actors) is given, and all ties (links) between these nodes are known - except perhaps for a moderate amount of missing data. The name SIENA stands for Simulation Investigation for Empirical Network Analysis. The R package is called RSiena; there also is the development package RSienaTest, available from R-Forge.

SIENA is designed for analyzing various types of data as dependent variables:

Longitudinal network data:

This refers to repeated measures of networks on a given node set (although it is allowed that there are some changes in the node set). Models can be specified with actor-oriented as well as tie-oriented dynamics; but mainly the former.

Practical restrictions are that the number of actors should not be too large; a few hundred already is pretty large.

Longitudinal data of networks and behavior:

This is like longitudinal network data, but in addition there are one or more changing nodal variables that are also treated as dependent variables, and referred to as behavior. The network will influence the dynamics of the behavior, and the behavior will influence the dynamics of the network. In other words, this is about the co-evolution of networks and behavior.

Multivariate and two-mode networks:

Network data sets can be multivariate, i.e., be composed of multiple networks on the same node set. Some or all of these networks can be two-mode networks. The restriction is that the first mode must be the same for all networks; the first mode is defined as the set of actors. The second mode node sets are allowed to differ across the various networks in a given data set. For such multivariate data sets, the model again is about the co-evolution of several networks; and this may be combined with behavior.

Manual:

There is an extensive manual which is complementary to the help pages in the package.

Migration in progress...

We are migrating RSiena development and releases to this repository.

The main website is still here for the time being, however we are currently migrating many resources to this website, and you can find a wiki here that holds much of the information on the original website, including background on SAOMs and RSiena, and links to teaching materials, literature, and contributing people and projects.

Installation

From binary

Perhaps the easiest way to install RSiena is by installing a compiled binary. Binaries for all major OSes -- Windows, Mac, and Linux -- can be found by clicking on the latest release for your OS here. For Windows you should use the RSiena.zip, for macOS it should be RSiena.tgz, and for Linux RSiena.tar.gz.

Once the file has been downloaded, install the binary appropriate for your Operating System like so:

install.packages("~/Downloads/RSiena.zip", repos = NULL)

amending the file suffix as necessary.

From source

To install from source the latest main version of RSiena from Github, please install the {remotes} package from CRAN and then enter into the console:

remotes::install_github("snlab-nl/rsiena", ref = "main")

The development version of RSiena can be similarly installed as:

remotes::install_github("snlab-nl/rsiena@develop")

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].