search for: sociomatrix

Displaying 2 results from an estimated 2 matches for "sociomatrix".

2012 Nov 19
0
R SNA: Creating a adjacency matrix containing all actors but only values of a subset
...eader, which i construct as follows: ---- grants.edgelist <- read.csv("00-composed.csv", header = TRUE, sep = ";", quote="\"", dec=",", fill = TRUE, comment.char="") grants.2mode <- table(grants.edgelist) # cross tabulate -> 2-mode sociomatrix grants.adj <- grants.2mode%*%t(grants.2mode) # Adjacency matrix as product of the 2-mode sociomatrix` --- Now my problem: I want to run a netlm Regression on the adjacency matrix, where i test how the network in one given year explains the network in the next year. However, therefore i wante...
2010 Jul 18
6
CRAN (and crantastic) updates this week
...steepness as a property of dominance hierarchies. Steepness is defined as the absolute slope of the straight line fitted to the normalized David's scores. The normalized David's scores can be obtained on the basis of dyadic dominance indices corrected for chance. Given an observed sociomatrix, it computes hierarchy's steepness and estimates statistical significance by means of a randomization test. * StMoSim (1.1) Matthias Salvisberg http://crantastic.org/packages/StMoSim With this package you can simulate several lines into the QQnorm-Plot and the TA-plot under Gaussian...