[Rsiena-commits] r211 - in pkg: RSiena RSiena/R RSiena/inst/doc RSiena/man RSienaTest RSienaTest/R RSienaTest/doc RSienaTest/inst/doc RSienaTest/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 29 16:17:12 CEST 2012


Author: ripleyrm
Date: 2012-03-29 16:17:11 +0200 (Thu, 29 Mar 2012)
New Revision: 211

Added:
   pkg/RSiena/.Rbuildignore
   pkg/RSiena/.Rinstignore
   pkg/RSiena/inst/doc/RSiena.bib
   pkg/RSiena/inst/doc/RSiena_Manual.tex
   pkg/RSiena/inst/doc/ilcampo.jpg
   pkg/RSiena/inst/doc/siena1.png
   pkg/RSiena/inst/doc/siena2.png
   pkg/RSiena/inst/doc/siena3.png
   pkg/RSienaTest/.Rinstignore
   pkg/RSienaTest/inst/doc/RSiena.bib
   pkg/RSienaTest/inst/doc/RSiena_Manual.tex
   pkg/RSienaTest/inst/doc/ilcampo.jpg
   pkg/RSienaTest/inst/doc/siena1.png
   pkg/RSienaTest/inst/doc/siena2.png
   pkg/RSienaTest/inst/doc/siena3.png
Removed:
   pkg/RSienaTest/doc/RSiena.bib
   pkg/RSienaTest/doc/RSiena_Manual.tex
   pkg/RSienaTest/doc/ilcampo.jpg
   pkg/RSienaTest/doc/siena1.png
   pkg/RSienaTest/doc/siena2.png
   pkg/RSienaTest/doc/siena3.png
Modified:
   pkg/RSiena/DESCRIPTION
   pkg/RSiena/R/effectsDocumentation.r
   pkg/RSiena/changeLog
   pkg/RSiena/inst/doc/RSiena_Manual.pdf
   pkg/RSiena/inst/doc/effects.pdf
   pkg/RSiena/man/RSiena-package.Rd
   pkg/RSienaTest/.Rbuildignore
   pkg/RSienaTest/DESCRIPTION
   pkg/RSienaTest/R/effectsDocumentation.r
   pkg/RSienaTest/changeLog
   pkg/RSienaTest/inst/doc/RSiena_Manual.pdf
   pkg/RSienaTest/inst/doc/effects.pdf
   pkg/RSienaTest/man/RSiena-package.Rd
Log:
Add manual source to tar balls. Fix for effectsDocumentation.

Added: pkg/RSiena/.Rbuildignore
===================================================================
--- pkg/RSiena/.Rbuildignore	                        (rev 0)
+++ pkg/RSiena/.Rbuildignore	2012-03-29 14:17:11 UTC (rev 211)
@@ -0,0 +1,6 @@
+inst/.*[.]log
+inst/.*[.]bbl
+inst/.*[.]blg
+inst/.*[.]aux
+inst/.*[.]out
+inst/.*[.]toc


Property changes on: pkg/RSiena/.Rbuildignore
___________________________________________________________________
Added: svn:eol-style
   + native

Added: pkg/RSiena/.Rinstignore
===================================================================
--- pkg/RSiena/.Rinstignore	                        (rev 0)
+++ pkg/RSiena/.Rinstignore	2012-03-29 14:17:11 UTC (rev 211)
@@ -0,0 +1,10 @@
+inst/.*[.]tex
+inst/.*[.]png
+inst/.*[.]jpg
+inst/.*[.]bib
+inst/.*[.]log
+inst/.*[.]bbl
+inst/.*[.]blg
+inst/.*[.]aux
+inst/.*[.]out
+inst/.*[.]toc


Property changes on: pkg/RSiena/.Rinstignore
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: pkg/RSiena/DESCRIPTION
===================================================================
--- pkg/RSiena/DESCRIPTION	2012-03-29 10:45:40 UTC (rev 210)
+++ pkg/RSiena/DESCRIPTION	2012-03-29 14:17:11 UTC (rev 211)
@@ -1,7 +1,7 @@
 Package: RSiena
 Type: Package
 Title: Siena - Simulation Investigation for Empirical Network Analysis
-Version: 1.1-210
+Version: 1.1-211
 Date: 2012-03-29
 Author: Various
 Depends: R (>= 2.10.0)

Modified: pkg/RSiena/R/effectsDocumentation.r
===================================================================
--- pkg/RSiena/R/effectsDocumentation.r	2012-03-29 10:45:40 UTC (rev 210)
+++ pkg/RSiena/R/effectsDocumentation.r	2012-03-29 14:17:11 UTC (rev 211)
@@ -71,7 +71,7 @@
 
     mytab <- table(allEffects[,1])
 
-    addtorowPos <- cumsum(c(0, mytab[myorder]))[1:35]
+    addtorowPos <- cumsum(c(0, mytab[myorder]))[1:length(myorder)]
     addtorowText <- names(mytab[myorder])
     if (type=="latex")
     {

Modified: pkg/RSiena/changeLog
===================================================================
--- pkg/RSiena/changeLog	2012-03-29 10:45:40 UTC (rev 210)
+++ pkg/RSiena/changeLog	2012-03-29 14:17:11 UTC (rev 211)
@@ -1,3 +1,15 @@
+2012-03-29 R-forge revision 211
+
+	* doc/RSiena_Manual.tex, doc/siena1.png, doc/siena2.png,
+	doc/siena3.png, doc/ilcampo.jpg, doc/RSiena.bib moved to inst/doc/
+	and copied to RSiena to comply with GPL. Both packages now include
+	these files in the tarball but not the binary.
+	* .Rinstignore: added
+	* .Rbuildignore: added to RSiena and updated in RSienaTest to
+	exclude temporary latex files from the tar ball.
+	* R/effectsDocumentation.r: bug fix for newly added groups.
+	* inst/doc/effects.pdf: updated
+
 2012-03-29 R-forge revision 210 NB new version number sequence. 1.1.210
 
 	* src.siena07utilities.cpp, siena07setup.cpp: changes to R/C++
@@ -8,7 +20,7 @@
 	file, minor additions to documentation.
 	* tests/testrefs/M44compare.out, tests/testrefs/M45compare.out:
 	updated test outputs. (RSienaTest only)
-	* tests/testrefs/*compare.out: some files got missed last time 
+	* tests/testrefs/*compare.out: some files got missed last time
 
 2012-03-28 R-forge revision 209 (RSienaTest only)
 

Copied: pkg/RSiena/inst/doc/RSiena.bib (from rev 210, pkg/RSienaTest/doc/RSiena.bib)
===================================================================
--- pkg/RSiena/inst/doc/RSiena.bib	                        (rev 0)
+++ pkg/RSiena/inst/doc/RSiena.bib	2012-03-29 14:17:11 UTC (rev 211)
@@ -0,0 +1,3734 @@
+ at article{ABFX2008,
+  author = {E.M. Airoldi and D.M. Blei and S.E. Fienberg and E.P. Xing},
+    year={2008},
+  title = {Mixed membership stochastic blockmodel},
+    journal = {Journal of Machine Learning Research},
+  volume = {9},
+  pages = {1981--2014}
+}
+
+ at article{AgneessensRoose08,
+   Author = {Filip Agneessens and Henk Roose},
+   Title = {Local structural properties and attribute characteristics in 2-mode
+            networks: $p^*$ models to map choices of theater events},
+   Journal = {Journal of Mathematical Sociology},
+   Volume = {32},
+   Number = {3},
+   Pages = {204--237},
+   Year = {2008} }
+
+
+ at Article{AlbertAnderson84,
+  author =       {A. Albert and  J. A. Anderson},
+  title =        {On the existence of the maximum likelihood estimates
+in logistic regression models},
+  journal =      {Biometrika},
+  year =         1984,
+  volume =   71,
+  pages =    {1--10}}
+
+
+ at Article{AB02,
+  author =       {Albert, R. and  Barab\'{a}si, A.-L.},
+  title =        {Statistical mechanics of complex networks},
+  journal =      {Reviews of Modern Physics},
+  year =         2002,
+  volume =   74,
+  pages =    {47--97}}
+
+ at article{
+Anderson01,
+   Author = {M. J. Anderson},
+   Title = {Permutation tests for univariate or multivariate analysis of
+variance and regression},
+   Journal = {Canadian Journal of Fisheries and Aquatic Sciences},
+   Volume = {58},
+   Number = {3},
+   Pages = {626--639},
+   Year = {2001} }
+
+ at article{
+AndersonLegendre99,
+   Author = {M. J. Anderson and P. Legendre},
+   Title = {An empirical comparison of permutation methods for tests of partial
+ regression coefficients in a linear model},
+   Journal = {Journal of Statistical Computation and Simulation},
+   Volume = {62},
+   Number = {3},
+   Pages = {271--303},
+   Year = {1999} }
+
+ at article{
+AndersonRobinson01,
+   Author = {M. J. Anderson and J. Robinson},
+   Title = {Permutation tests for linear models},
+   Journal = {Australian \& New Zealand Journal of Statistics},
+   Volume = {43},
+   Number = {1},
+   Pages = {75--88},
+   Year = {2001} }
+
+ at article{
+AndersonTerBraak03,
+   Author = "Marti {Anderson} and Cajo J.F. {ter Braak}",
+   Title = {Permutation tests for multifactorial analysis of variance},
+   Journal = {Journal of Statistical Computation and Simulation},
+   Volume = {73},
+   Pages = {85--113},
+   Year = {2003}  }
+
+ at INCOLLECTION{Andradottir98,
+  AUTHOR = "S. {Andrad\'{o}ttir}",
+  TITLE = {Simulation Optimization},
+  CHAPTER  = "9",
+  BOOKTITLE = "Handbook of Simulation. Principles, Methodology, Advances,
+ Applications, and Practice",
+  PUBLISHER = "Wiley",
+  YEAR = "1998",
+    EDITOR = "J. {Banks}",
+    PAGES = "307--333",
+    ADDRESS = "New York"
+ }
+
+ at article{
+Anselin90,
+   Author = {L. Anselin},
+   Title = {Some Robust Approaches to Testing and Estimation in
+Spatial Econometrics},
+   Journal = {Regional Science and Urban Economics},
+   Volume = {20},
+   Number = {2},
+   Pages = {141--163},
+   Year = {1990} }
+
+ at TechReport{ArrowBorz04,
+  author =       {Arrow, K. J. and R. Borzekowski},
+  title =        {Limited Network Connections and the Distribution of Wages},
+  institution =  {Department of Economics, Stanford University},
+  year =         2004}
+
+
+
+ at Book{Axelrod84,
+  author =   {Robert Axelrod},
+  title =        {The Evolution of Cooperation},
+  publisher =    {Basic Books},
+  address =      {New York},
+  year =        1984}
+
+
+
+
+ at article{
+BakerHubert81,
+   Author = {F. B. Baker and L. J. Hubert},
+   Title = {The analysis of social interaction data},
+   Journal = {Sociological Methods and Research},
+   Volume = {9},
+   Pages = {339--361},
+   Year = {1981} }
+
+ at ARTICLE{BalaGoyal00,
+  AUTHOR="Venkatesh {Bala} and Sanjeev {Goyal}",
+  TITLE = "A noncooperative model of network formation",
+    YEAR = "2000",
+  JOURNAL = "Econometrica",
+    VOLUME = "68",
+    PAGES = "1181--1229"
+}
+
+
+ at article{BarAlbert99,
+  author = {A.L. Barab\'{a}si and R. Albert},
+  year={1999},
+  title = {Emergence of scaling in random networks},
+    journal = {Science},
+  volume = {     286},
+  pages = {   509--512}
+}
+
+
+
+ at book{Bartholomew1982,
+	author = {Bartholomew, D.J.},
+	title = {Stochastic Models for Social Processes},
+	edition ={3rd},
+	year =1982,
+	publisher ={Wiley},
+	address = {New York}}
+
+
+ at ARTICLE{BaumanEnnett96,
+AUTHOR = "K.E. {Bauman} and S.T. {Ennett}",
+TITLE = {On the importance of peer influence for adolescent drug use:
+ commonly neglected considerations},
+YEAR = "1996",
+JOURNAL = "Addiction",
+VOLUME = "91",
+PAGES = "185--198"
+}
+
+ at Article{Bea97,
+ author = {Bearman, P.S.},
+ title = {Generalized exchange},
+ journal ={American Journal of Sociology},
+ year = 1997,
+ volume = 102,
+ pages = {1383--1415}}
+
+ at article{BMS04,
+  author = {P.S. Bearman and J. Moody and K. Stovel},
+     year={2004},
+  title = {Chains of affection},
+    journal = {American Journal of Sociology},
+  volume = {    110},
+  pages = {  44--91}
+}
+
+
+
+ at book{Blau55,
+   Author = {Blau, Peter},
+   Title = {The Dynamics of Bureaucracy},
+   Publisher = {University of Chicago Press},
+   Address = {Chicago},
+   Year = {1955} }
+
+
+ at article{boero2005,
+   title = {Does Empirical Embeddedness Matter? {Methodological} Issues on Agent-Based Models
+   for Analytical Social Science},
+   author = {Boero, Riccardo and Squazzoni, Flaminio},
+   journal = {Journal of Artificial Societies and Social Simulation},
+   ISSN = {1460-7425},
+   volume = {8},
+   number = {4},
+   pages = {6},
+   year = {2005},
+   URL = {http://jasss.soc.surrey.ac.uk/8/4/6.html}}
+
+
+
+ at ARTICLE{Borgatti05,
+  AUTHOR="Stephen B. {Borgatti}",
+  TITLE = "Centrality and network flow",
+    YEAR = "2005",
+  JOURNAL = "Social Networks",
+    VOLUME = "27",
+    PAGES = "55--71"
+}
+
+
+ at Article{BorgEv99,
+  author = {S.P. Borgatti and M.G. Everett},
+    title =        {Models of core/periphery structures},
+  journal =      {Social Networks},
+  volume =      21,
+  pages =    {375--395},
+  year =         1999}
+
+ at article{
+Breiger74,
+   Author = {Breiger, R.L.},
+   Title = {The duality of persons and groups},
+   Journal = {Social Forces},
+   Volume = {53},
+   Pages = {181--190},
+   Year = {1974} }
+
+
+
+ at InCollection{Breiger09,
+  author =       {Ronald L. Breiger},
+  title =        {On the Duality of Cases and Variables:
+                 Correspondence Analysis ({CA}) and Qualitative
+ Comparative Analysis ({QCA})},
+  booktitle =    {The SAGE Handbook of Case-Based Methods},
+  pages =    {243--259},
+  publisher = {Sage},
+  address = {London},
+  year =     2009,
+  editor =   {David Byrne and Charles C. Ragin}}
+
+ at article{
+BorgattiCross03,
+   Author = {Borgatti, S.P. and Cross, R.},
+   Title = {A relational view of information seeking and learning in
+ social networks},
+   Journal = {Management Science},
+   Volume = {49},
+   Number = {4},
+   Pages = {432--445},
+   Year = {2003} }
+
+
+
+
+
+ at article{
+BorgattiEverett97,
+   Author = {Borgatti, S.P. and Everett, M.G.},
+   Title = {Network analysis of 2-mode data},
+   Journal = {Social Networks},
+   Volume = {19},
+   Pages = {243--269},
+   Year = {1997} }
+
+
+
+
+ at book{
+BorgattiEA02,
+   Author = {Borgatti, S.P. and Everett, M.G. and Freeman, L.C.},
+   Title = {Ucinet for Wondows: Software for Social Network Analysis.},
+   Publisher = {Harvard Analytic Technologies},
+   Year = {2002} }
+
+ @INCOLLECTION{BowmanShenton85,
+  AUTHOR = "K. O. {Bowman} and L. R. {Shenton}",
+  TITLE = {Method of moments},
+  BOOKTITLE = "Encyclopedia of statistical sciences",
+  PUBLISHER = "Wiley",
+  YEAR = "1985",
+    VOLUME = "5",
+    PAGES = "467--473",
+    ADDRESS = "New York"
+ }
+
+ at Article{BGGT04,
+author = {Brass, D.J. and Galaskiewicz, J. and Greve, H.R. and Tsai, W.},
+year = 2004,
+title = {Taking stock of networks and organizations: a multilevel perspective},
+journal = {Academy of Management Journal},
+volume = 47,
+pages ={795--817}}
+
+
+ at ARTICLE{BrooksEA83,
+AUTHOR = "B.R. {Brooks} and R.E. {Bruccoleri} and B.D. {Olafson} and D.J.
+{States} and S. {Swaminathan} and M. {Karplus}",
+TITLE = {CHARMM: A program for macromolecular energy minimization and dynamics
+ calculations},
+YEAR = "1983",
+JOURNAL = "Journal of Computational Chemistry",
+VOLUME = "4",
+ISSUE = "",
+PAGES = "187--217"
+}
+
+ at article{BSS2007,
+   Author = {Burk, W.J. and Steglich, C. E. G. and Snijders, T. A. B. },
+   Title = {Beyond dyadic interdependence: Actor-oriented models for co-evolving
+ social networks and individual behaviors},
+   Journal = {International Journal of Behavioral Development},
+   Volume = {31},
+   Pages = {397--404},
+   Year = {2007} }
+
+ at article{
+Brusco02,
+   Author = {Brusco, M. J.},
+   Title = {Identifying a reordering of rows and columns for multiple proximity
+ matrices using multiobjective programming},
+   Journal = {Journal of Mathematical Psychology},
+   Volume = {46},
+   Number = {6},
+   Pages = {731--745},
+   Year = {2002} }
+
+ at ARTICLE{Burt87,
+AUTHOR = "R.S. {Burt}",
+TITLE = {Social Contagion and Innovation: Cohesion versus Structural Equivalence},
+YEAR = "1987",
+JOURNAL = "American Journal of Sociology",
+VOLUME = "92",
+PAGES = "1287--1335"
+}
+
+ at book{Bur92,
+author = {Burt, R.S.},
+year = 1992,
+title ={Structural Holes},
+publisher = {Harvard University Press},
+address = {Cambridge, MA}}
+
+ at article{Butts08,
+   Author = {Butts, Carter},
+   Title = {Social Network Analysis with \texttt{sna}},
+   Journal = {Journal of Statistical Software},
+   Volume = {24},
+   Number = {6},
+   Year = {2008} }
+
+
+ at BOOK{Byrne71,
+AUTHOR = "D. {Byrne}",
+TITLE = {The Attraction Paradigm},
+PUBLISHER = "Academic Press",
+YEAR = "1971",
+ADDRESS = "New York"
+}
+
+ at article{CalvoJackson04,
+   Author = {A. Calvo-Armengol and M. O. Jackson },
+   Title = {The Effects of Social Networks on Employment and Inequality},
+   Journal = { American Economic Review },
+   Volume = {94},
+   Number = {3},
+   Pages = {426--454},
+   Year = {2004} }
+
+ at book{CMR2005,
+  author = {O. Capp\'{e} and E. Moulines and T. Ryd\'{e}n},
+    year={2005},
+  title = {Inference in Hidden {M}arkov Models},
+   address={New York},
+   publisher={Springer}
+}
+
+
+
+ at article{CMN2008,
+  author = {Aaron Clauset and Christopher Moore and M. E. J. Newman},
+  title = {Hierarchical structure and the prediction of missing links in
+ networks},
+    journal = {Nature},
+    year={2008},
+   volume = {453},
+  pages = {98--101}
+}
+
+ at ARTICLE{Carley91,
+  AUTHOR= {Kathleen Carley},
+  TITLE = "A theory of group stability",
+    YEAR = "1991",
+  JOURNAL = "American Sociological Review",
+    VOLUME = "56",
+    PAGES = "331--354"
+}
+
+ at book{CSW05,
+editor = {Carrington, P.J., and Scott, J. and Wasserman, S.},
+title = {Models and methods in social network analysis},
+publisher = {Cambridge University Press},
+year = {2005},
+address = {New York}
+}
+
+
+ at BOOK{CarringtonEA05,
+AUTHOR = "Peter J. {Carrington} and John {Scott} and Stanley {Wasserman}",
+TITLE = "Models and methods in social network analysis",
+PUBLISHER = "Cambridge University Press",
+YEAR = "2005",
+ADDRESS = "New York"
+}
+
+ at article{CH56,
+author ={Cartwright, D., and F. Harary},
+year = 1956,
+title = {Structural Balance: A Generalization of Heider’s Theory},
+journal = {Psychological Review},
+volume = 63,
+pages ={277--292}}
+
+ at article{CS07,
+author = {Checkley, M., and Steglich, C. E. G.},
+year = 2007,
+title = {Partners in Power: Job Mobility and Dynamic Deal-Making},
+journal = {European Management Review},
+volume = 4,
+pages = {161--171}}
+
+
+ @BOOK{Chen02,
+  AUTHOR = "H. F. {Chen}",
+  TITLE = {Stochastic approximation and its applications},
+  PUBLISHER = "Kluwer Academic",
+  YEAR = "2002",
+    ADDRESS = "Dordrecht"
+ }
+
+ at ARTICLE{Cochran54,
+  AUTHOR="W.G. {Cochran}",
+  TITLE = "The combination of estimates from different experiments",
+    YEAR = "1954",
+  JOURNAL = "Biometrics",
+    VOLUME = "10",
+    PAGES = "101--129"
+}
+
+ at ARTICLE{Cohen77,
+AUTHOR = "Jere M. {Cohen}",
+TITLE = {Sources of Peer Group Homogeneity},
+YEAR = "1977",
+JOURNAL = "Sociology of Education",
+VOLUME = "50",
+ISSUE = "4",
+PAGES = "227--241"
+}
+
+ at book{Coleman1961,
+  author =       {Coleman, J.S. },
+  title =        {The Adolescent Society},
+  address = {New York},
+ publisher= { The Free Press of Glencoe},
+  year =         1961}
+
+
+ at book{Coleman1964,
+  author =       {Coleman, J.S. },
+  title =        {Introduction to Mathematical Sociology},
+  address = {New York},
+ publisher= {The Free Press of Glencoe},
+  year =         1964}
+
+ at book{Coleman1990,
+  author =       {Coleman, J.S.},
+  title =        {Foundations of Social Theory},
+  address = {Cambridge/London},
+ publisher= {Belknap Press of Harvard University Press},
+  year =         1990}
+
+
+
+ at article{CornfieldTukey56,
+       author={Jerome Cornfield and John W. Tukey},
+       title={Average values of mean squares in factorials},
+       journal={Annals of Mathematical Statistics},
+       volume={27},
+       year={1956},
+       pages={907--949}
+}
+
+
+
+ at techreport{DahmDahm1993,
+  author = {K. Dahmstr\"{o}m and P. Dahmstr\"{o}m},
+  year = {1993},
+  title = {ML-estimation of the clustering parameter in a {M}arkov graph model},
+  address={Stockholm},
+  institution = {Department of Statistics, University of Stockholm},
+}
+
+
+ at article{DPR2008,
+  author = {J.-J. Daudin and F. Picard and S. Robin},
+    year={2008},
+  title = {A mixture model for random graphs},
+    journal = {Statistical Computing},
+  volume = {18},
+  pages = {173--183}
+}
+
+
+ at article{Davis70,
+  author = {James A. Davis},
+  year={1970},
+  title = {Clustering and Hierarchy in Interpersonal Relations: Testing Two
+Graph Theoretical
+          Models on 742 Sociomatrices},
+  journal={American Sociological Review},
+   volume= {35},
+    pages={843--852}
+}
+
+
+ at article{deFederico2003,
+author = {de la R\'{u}a, F.A.},
+title = {La din\'{a}mica de las redes de amistad. La elecci\'{o}n de amigos
+en el programa Erasmus},
+journal ={Redes},
+year = 2003,
+volume = 4,
+url = {http://revista-redes.rediris.es}}
+
+ at book{DegenneForse1999,
+  author =       {Alain Degenne and Michel Fors\'{e}},
+  title =        {Introducing Social Networks},
+  address = {London/Thousand Oaks/New Delhi},
+ publisher= {Sage},
+  year =         1999}
+
+
+ at article{deNooy2002,
+author = {de Nooy, W.},
+title = {The dynamics of artistic prestige},
+journal ={Poetics},
+year = 2002,
+volume = 30,
+pages = {147--167}}
+
+ at article{
+DekkerEA03,
+   Author = {D. Dekker and P.H. Franses and D. Krackhardt},
+   Title = {An equilibrium-correction model for dynamic network data},
+   Journal = {Journal of Mathematical Sociology},
+   Volume = {27},
+   Number = {2-3},
+   Pages = {193--215},
+   Year = {2003} }
+
+ at Article{DekKrSn07,
+  author = {D. Dekker and D. Krackhardt and T. A. B.  Snijders},
+  title =        {Sensitivity of {MRQAP} Tests to Collinearity and Autocorrelation
+Conditions},
+  journal =      {Psychometrika},
+  volume =   72,
+  pages =    {563--581},
+  year =         2007}
+
+
+ at article{
+DeVries93,
+   Author = {Devries, H.},
+   Title = {The Rowwise Correlation between 2 Proximity Matrices and the Partial
+ Rowwise Correlation},
+   Journal = {Psychometrika},
+   Volume = {58},
+   Number = {1},
+   Pages = {53--69},
+   Year = {1993} }
+
+
+ at article{DeVries1998,
+  author = {De Vries, Han},
+  title = {Finding a dominance order most consistent with a linear hierarchy:
+              a new procedure and review},
+    journal = {Animal Behaviour},
+   year = {1998},
+  volume = {55},
+  pages = {827--843}
+}
+
+
+
+ at INCOLLECTION{Doreian89,
+AUTHOR = "Patrick {Doreian}",
+TITLE = {Network Autocorrelation Models: Problems and Prospects},
+BOOKTITLE = "Spatial Statistics: Past, Present, Future",
+PUBLISHER = "Michigan Document Services",
+YEAR = "1989",
+EDITOR = "D.A. {Griffith}",
+ADDRESS = "Ann Arbor"
+}
+
+ at INCOLLECTION{Doreian89a,
+AUTHOR = "Patrick {Doreian}",
+TITLE = {Two Regimes of Network Autocorrelation},
+BOOKTITLE = "The Small World",
+PAGES = "280--295",
+PUBLISHER = "Ablex",
+YEAR = "1989",
+EDITOR = " M. Kochen",
+ADDRESS = "Norwood"
+}
+
+ at book{DS97,
+editor= {Doreian, P. and Stokman, F.N.},
+year = 1997,
+title = {Evolution of Social Networks},
+publisher = {Gordon and Breach},
+address = {Amsterdam}}
+
+
+ at BOOK{DurlaufYoung01,
+EDITOR = "Steven N. {Durlauf} and H. Peyton {Young}",
+TITLE = "Social Dynamics",
+PUBLISHER = "The {MIT} Press",
+YEAR = "2001",
+ADDRESS = "Cambridge, Mass."
+}
+
+ at book{
+Edgington69,
+   Author = {Edgington, E.S.},
+   Title = {Randomization Tests},
+   Publisher = {Marcel Dekker},
+   Address = {New York},
+   Year = {1969} }
+
+ at article{EhrhardtEA05,
+  author = {George C. M. A. {Ehrhardt} and Matteo {Marsili} and Fernando
+ {Vega-Redondo}},
+  title = {Emergence and resilience of social networks: a general theoretical
+ framework},
+  journal = {oai:arXiv.org:physics/0504124},
+  url = {http://arxiv.org/abs/physics/0504124},
+  year = {2005}
+}
+
+
+ at incollection{Emerson72,
+  author = {Richard M. Emerson},
+  year= 1972,
+  title = {Exchange Theory, Part II: Exchange Relations and Networks},
+ pages={ 58--87},
+ booktitle={Sociological Theories in Progress},
+ volume=2,
+ editor= { Joseph Berger and Morris Zelditch Jr. and Bo Anderson},
+ address={ Boston},
+ publisher={Houghton-Mifflin}
+ }
+
+
+
+ at ARTICLE{EmirbayerGoodwin94,
+AUTHOR = "M. {Emirbayer} and J. {Goodwin}",
+TITLE = {Network Analysis, Culture, and the Problem of Agency},
+YEAR = "1994",
+JOURNAL = "American Journal of Sociology",
+VOLUME = "99",
+ISSUE = "6",
+PAGES = "1411--1454"
+}
+
+ at ARTICLE{EnnettBauman94,
+AUTHOR = "S.T. {Ennett} and K.E. {Bauman}",
+TITLE = {The Contribution of Influence and Selection to Adolescent Peer Group
+Homogeneity: The Case of Adolescent Cigarette Smoking},
+YEAR = "1994",
+JOURNAL = "Journal of Personality and Social Psychology",
+VOLUME = "67",
+PAGES = "653--663"
+}
+
+ at Article{ErdosRenyi1960,
+  author =       {P. Erd\"{o}s and A. R\'{e}nyi},
+  title =        {On the Evolution of Random Graphs},
+  journal =      {A Matematikai Kutat\'{o} Int\'{e}zet K\"{o}zlem\'{e}nyei},
+  year =         1960,
+  volume =   5,
+  pages =    {17--61}}
+
+
+
+ at Article{Faust97,
+  author =       {Faust, K.},
+  title =        {Centrality in affiliation networks},
+  journal =      {Social Networks},
+  year =         1997,
+  volume =   19,
+  pages =    {157--191}}
+
+
+
+
+ at Article{Federico04,
+  author =       {de {Federico de la R\'ua}, A.},
+  title =        {L'Analyse Longitudinale de R\'eseaux sociaux totaux avec
+ SIENA - M\'ethode, discussion et application},
+  journal =      {Bulletin de M\'ethodologie Sociologique},
+  year =         2004,
+  volume =   84,
+  pages =    {5--39}}
+
+ at Article{Federico05,
+  author =       {de {Federico de la R\'ua}, A.},
+  title =        {El an\'alisis din\'amico de redes sociales con SIENA.
+M\'etodo, Discusi\'on y Aplicaci\'on.},
+  journal =      {Empiria},
+  year =         2005,
+  volume =   10,
+  pages =    {151--181}}
+
+ at article{Feld81,
+   Author = {Scott Feld},
+   Title = {The focused organization of organizational ties},
+   Journal = {American Journal of Sociology},
+   Volume = {86},
+   Pages = {1015--1035},
+   Year = {1981} }
+
+ at article{Feld82,
+   Author = {Scott Feld},
+   Title = {Structural determinants of similarity among associates},
+   Journal = {American Sociological Review},
+   Volume = {47},
+   Pages = {797--801},
+   Year = {1982} }
+
+
+ at InCollection{FienbergWasserman1981,
+  author =       {Fienberg, S.E. and S. Wasserman},
+  title =        {Categorical data analysis of single sociometric relations},
+ 	booktitle = {Sociological Methodology},
+ 	editor = { S. Leinhardt},
+ 	pages = {156--192},
+ 	publisher = {Jossey - Bass},
+ 	address = {San Francisco},
+ 	year =         1981}
+
+ at Book{Fisher32,
+  author =   {R. A. Fisher},
+  title =        {Statistical Methods for Research Workers},
+  publisher =    {Oliver \& Boyd},
+  year =         1932,
+  edition =      {4th}}
+
+ at ARTICLE{FisherBauman88,
+AUTHOR = "L.A. {Fisher} and K.E. {Bauman}",
+TITLE = {Influence and Selection in the Friend-Adolescent Relationship:
+ Findings from Studies
+of Adolescent Smoking and Drinking},
+YEAR = "1988",
+JOURNAL = "Journal of Applied Social Psychology",
+VOLUME = "18",
+PAGES = "289--314"
+}
+
+ at Article{Frank80,
+  author =       {Frank, O.},
+  title =        {Transitivity in stochastic graphs and digraphs},
+  journal =      {Journal of Mathematical Sociology},
+  year =         1980,
+  volume =   7,
+  pages =    {199--213}}
+
+ at Article{Frank91,
+  author =       {O. Frank},
+  title =        {Statistical analysis of change in networks},
+  journal =      {Statistica Neerlandica},
+  year =         1991,
+  volume =   45,
+  pages =    {283--293}}
+
+ at InCollection{Frank2009,
+  author =       {Frank, Ove},
+  title =        {Estimation and Sampling in Social Network Analysis},
+ booktitle = {Encyclopedia of Complexity and System Science},
+ editor={Bob Meyers},
+ publisher =     {Springer},
+ location =       {New York},
+  year =         2009}
+
+
+ at Article{FrankStrauss86,
+  author =       {O. Frank and D. Strauss},
+  title =        {Markov graphs.},
+  journal =      {Journal of the American Statistical Association},
+  year =         1986,
+  volume =   81,
+  pages =    {832--842}}
+
+
+ at article{
+FreedmanLane83,
+   Author = {Freedman, D. and Lane, D.},
+   Title = {A nonstochastic interpretation of reported significance levels},
+   Journal = {Journal of Business and Economic Statistics},
+   Volume = {1},
+   Pages = {292--298},
+   Year = {1983} }
+
+ at ARTICLE{Freeman79,
+  AUTHOR="Linton C. {Freeman}",
+  TITLE = "Centrality in networks: I. Conceptual clarification",
+    YEAR = "1979",
+  JOURNAL = "Social Networks",
+    VOLUME = "1",
+    PAGES = "215--239"
+}
+
+
+ at ARTICLE{Freeman1992,
+  AUTHOR="Linton C. {Freeman}",
+  TITLE = "The Sociological Concept of ‘Group’: An Empirical Test of
+Two Models.",
+  YEAR = "1992",
+  JOURNAL = "American Journal of Sociology",
+  VOLUME = "98",
+  PAGES = "152--166"
+}
+
+
+ at INCOLLECTION{Freeman02,
+AUTHOR = "Freeman, L.C.",
+TITLE = {Finding social groups: A meta-analysis of the southern women data},
+BOOKTITLE = "Dynamic Social Network Modeling and Analysis: Workshop
+Summary and Papers",
+PAGES = "39--97",
+PUBLISHER = "National Research Council, The National Academies Press",
+YEAR = "2002",
+EDITOR = "Breiger, R., Carley, C., and Pattison, P.",
+ADDRESS = "Washington D.C."
+}
+
+
+ at InCollection{FreemanFreeman80,
+  author =       {L. C. Freeman and S.C. Freeman},
+  title =        {A semi-visible college: Structural effects of seven months
+                  of EIES participation by a social networks community.},
+  booktitle =    {Electronic Communication: Technology and Impacts},
+  pages =    {77--85},
+  publisher = {American Association for the Advancement of
+                  Science. Washington DC},
+  year =     1980,
+  editor =   {M. M. Henderson and M. J. McNaughton}}
+
+
+ at ARTICLE{Friedkin93,
+  AUTHOR="Noah E. {Friedkin}",
+  TITLE = "Structural Basis of Interpersonal Influence in Groups: A Longitudinal
+ Case Study",
+    YEAR = "1993",
+  JOURNAL = "American Sociological Review",
+    VOLUME = "58",
+    PAGES = "861--872"
+}
+
+ at BOOK{Friedkin98,
+AUTHOR = "Noah E. {Friedkin}",
+TITLE = {A Structural Theory of Social Influence},
+PUBLISHER = "Cambridge University Press",
+YEAR = "1998",
+ADDRESS = "Cambridge"
+}
+
+
+ at ARTICLE{Friedkin01,
+AUTHOR = "Noah {Friedkin}",
+TITLE = {Norm Formation in Social Influence Networks},
+YEAR = "2001",
+JOURNAL = "Social Networks",
+VOLUME = "23",
+PAGES = "167--189"
+}
+
+ at Article{Gelman95,
+  author =       {Andrew Gelman},
+  title =        {Method of moments using {M}onte {C}arlo Simulation},
+  journal =      {Journal of Computational and Graphical Statistics},
+  year =         1995,
+  volume =   4,
+  number =   1,
+  pages =    {36--54}}
+
+ at Article{GelmanMeng98,
+  author =       {Andrew Gelman and X.-L. Meng},
+  title =        {Simulating Normalizing Constants:
+From Importance Sampling to Bridge Sampling to Path Sampling.},
+  journal =      {Statistical Science},
+  year =         1998,
+  volume =   13,
+  pages =    {163--185}}
+
+
+ at BOOK{Gentle98,
+  AUTHOR = "James E. {Gentle}",
+  TITLE = {Random Number Generation and Monte Carlo Methods},
+  PUBLISHER = "Springer-Verlag",
+  YEAR = "1998",
+  ADDRESS = "New York"
+  }
+
+
+ at Article{GeyerThompson92,
+  author =       {C. J. Geyer and E. A. Thompson},
+  title =        {Constrained {M}onte {C}arlo maximum likelihood for dependent data.
+},
+  journal =      {Journal of the Royal Statistical Society, Series B},
+  year =         1992,
+  volume =   54,
+  pages =    {657--699}}
+
+ at article{
+GibbonsOlk03,
+   Author = {Gibbons, D. and Olk, P. M.},
+   Title = {Individual and structural origins of friendship and social position
+ among professionals},
+   Journal = {Journal of Personality and Social Psychology},
+   Volume = {84},
+   Number = {2},
+   Pages = {340--351},
+   Year = {2003} }
+
+ at Article{GileHandcock2010,
+  author =       {Krista J. Gile and Mark S. Handcock},
+  title =        {Respondent-Driven Sampling: An Assessment of Current
+Methodology},
+  journal =      {Sociological Methodology},
+  volume =        40,
+  year =         2010,
+  pages =    {xxx-xxx}}
+
+ at Article{GoodreauEA2009,
+  author = {Steven M. Goodreau and James A. Kitts and Martina Morris },
+  title = {Birds of a Feather, Or Friend of a Friend? Using Exponential Random
+   Graph Models to Investigate Adolescent Social Networks},
+  journal = {Demography},
+  volume = 46,
+  issue = "1",
+  year = 2009,
+  pages = {103-125}}
+
+
+ at article{GZFA2009,
+  author = {Anna Goldenberg and Alice X. Zheng and Stephen E. Fienberg and
+ Edoardo M. Airoldi},
+  title = {A Survey of Statistical Network Models},
+    journal = {Foundations and Trends in Machine Learning},
+    year={2009},
+  volume = {2},
+  pages = {129--233}
+}
+
+
+ at BOOK{GouMon1996,
+AUTHOR = "Christian {Gouriéroux} and Alain {Monfort}",
+TITLE = {Simulation-Based Econometric Methods},
+PUBLISHER = "Oxford University Press",
+YEAR = "1996",
+ADDRESS = "Oxford"
+}
+
+ at Book{Goyal2007,
+  author =   {Sanjeev Goyal},
+  title =        {Connections; An Introduction to the Economics of Networks},
+  publisher =    {Princeton University Press},
+  address =      {Princeton},
+  year =        2007}
+
+
+
+
+ at ARTICLE{Granovetter73,
+AUTHOR = "Mark {Granovetter}",
+TITLE = {The Strength of Weak Ties},
+YEAR = "1973",
+JOURNAL = "American Journal of Sociology",
+VOLUME = "78",
+PAGES = "1360--1380"
+}
+
+ at book{Grano74,
+   Author = {Granovetter, Mark S.},
+   Title = {Getting a Job},
+   Publisher = {Harvard University Press},
+   Address = {Boston},
+   Year = {1974} }
+
+
+ at article{GreveFuji03,
+   Author = {Greve, H. and T. Fujiwara-Greve},
+   Title = {Job search with organizational size as a signal},
+   Journal = {Social Forces},
+   Volume = {82},
+   Number = {2},
+   Pages = {643--669},
+   Year = {2003} }
+
+
+
+ at Article{GuKong98,
+  author =   {M. G. Gu and F. H. Kong},
+  title =    {A stochastic approximation algorithm with {M}arkov
+                  chain {M}onte-{C}arlo method for incomplete data
+                  estimation problems.},
+  journal =      {Proceedings of the National Academy of Sciences, U.S.A},
+  year =     1998,
+  volume =   95,
+  pages =    {7270--7274}
+}
+
+ at Article{GulGar99,
+  author =       {R. Gulati and M. Gargiulo},
+    title =        {Where do interorganizational networks come from?},
+  journal =      {American Journal of Sociology},
+  volume =      104,
+  pages =    {1439--1493},
+  year =         1999}
+
+ at Article{GNZ2000,
+  author =       {Gulati, R., Nohria, N., and Zaheer, A.},
+    title =        {Strategic Networks},
+  journal =      {Strategic Management Journal},
+  volume =      21,
+  pages =    {203--215},
+  year =         2000}
+
+
+ at article{Hallinan1979,
+  author = {M.T. Hallinan},
+  year = {1979},
+  title = {The process of friendship formation},
+    journal = {Social Networks},
+  volume = {1},
+  pages = {193--210}
+}
+
+ at article{HFX2010,
+  author = {Steve Hanneke and Wenjie Fu and Eric P. Xing},
+    year={2010},
+  title = {Discrete Temporal Models for Social Networks},
+    journal = {Electronic Journal of Statistics},
+  volume = {4},
+  pages = {585--605}
+}
+
+
+ at InCollection{Handcock02,
+  author =       {Mark S. Handcock},
+  title =        {Statistical Models for Social Networks: Inference and
+Degeneracy},
+  booktitle =    {Dynamic Social Network
+Modeling and Analysis: Workshop Summary and Papers},
+  pages =    {229--240},
+year=2002,
+  publisher = {National Research Council of the
+National Academies. Washington, DC: The National Academies Press.},
+  editor =   {Ronald Breiger and Kathleen Carley and Philippa E. Pattison}}
+
+
+ at Article{HandcockHunter06,
+  author =       {Mark S. Handcock and David R. Hunter},
+  title =        {Inference in curved exponential family models for networks},
+  journal =      {Journal of Computational and Graphical Statistics},
+  year =         2006,
+  volume =   15,
+  pages =    {565--583}}
+
+
+ at Article{HRT2007,
+  author =       {Mark S. Handcock and Adrian E. Raftery and Jeremy M. Tantrum},
+  title =        {Model-based clustering for social networks (with discussion)},
+  journal =      {Journal of the Royal Statistical Society, Series A},
+  year =         2007,
+  volume =   170,
+	issue =  2,
+  pages =    {301--354}}
+
+
+
+ at TechReport{HarrisEA2003,
+  author =       {K.M. Harris and F. Florey and J. Tabor and P.S. Bearman
+                   and J. Jones and J.R. Udry},
+  title ={The National Longitudinal Study of Adolescent Health: Research Design},
+  institution = {University of North Carolina},
+  url = {http://www.cpc.unc.edu/projects/addhealth/design/},
+  year =         2003}
+
+
+
+ at Article{HauckDonner77,
+  author =       {W. W. {Hauck Jr} and A. Donner},
+  title =        {Wald's test as applied to hypotheses in logit analysis.},
+  journal =      {Journal of the American Statistical Association},
+  year =         1977,
+  volume =   72,
+  pages =    {851--853}}
+
+ at ARTICLE{Haynie01,
[TRUNCATED]

To get the complete diff run:
    svnlook diff /svnroot/rsiena -r 211


More information about the Rsiena-commits mailing list