Running the simple model for complex networks with arbitrary degree distribution and clustering in R

From InterSciWiki

Jump to: navigation, search

From Mark S. Handcock:

Application Heider vs Simmel: Emergent Features in Dynamic Structures David Krackhardt and Mark S. Handcock

Subsidiary Ref: Inference in curved exponential family models for networks. David R. Hunter. Mark S. Handcock. November 3, 2005. Abstract ...

You need:

install.packages("ergm",contriburl="http://www.csde.washington.edu/~handcock")
examplesimmeltie.r

ERRORS:

> install.packages("ergm",contriburl="http://www.csde.washington.edu/~handcock")
Warning: package 'ergm' is in use and will not be installed
> update.packages("ergm",contriburl="http://www.csde.washington.edu/~handcock")
Warning message:
In list.files(lib) : list.files: 'ergm' is not a readable directory
> update("ergm",contriburl="http://www.csde.washington.edu/~handcock")
Error in update.default("ergm", contriburl = "http://www.csde.washington.edu/~handcock") : 
 need an object with call component
In addition: Warning message:
In object$call : $ operator is invalid for atomic vectors, returning NULL

Doug's R package installation list

Personal tools