[Rsiena-commits] r294 - in pkg: RSiena RSiena/man RSiena/src/model/effects RSienaTest RSienaTest/doc RSienaTest/inst RSienaTest/inst/doc RSienaTest/inst/examples RSienaTest/man RSienaTest/src/estimator RSienaTest/src/estimator/components RSienaTest/src/estimator/derivative RSienaTest/src/estimator/listener RSienaTest/src/estimator/test RSienaTest/src/estimator/update RSienaTest/src/estimator/update/autocorrelation RSienaTest/src/estimator/update/step RSienaTest/src/estimator/update/step/normalization RSienaTest/src/model/effects RSienaTest/src/model/effects/generic RSienaTest/tests RSienaTest/tests/testrefs

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat May 28 23:22:08 CEST 2016


Author: tomsnijders
Date: 2016-05-28 23:22:05 +0200 (Sat, 28 May 2016)
New Revision: 294

Modified:
   pkg/RSiena/ChangeLog
   pkg/RSiena/DESCRIPTION
   pkg/RSiena/man/RSiena-package.Rd
   pkg/RSiena/src/model/effects/SimilarityEffect.cpp
   pkg/RSiena/src/model/effects/SimilarityWEffect.cpp
   pkg/RSienaTest/ChangeLog
   pkg/RSienaTest/DESCRIPTION
   pkg/RSienaTest/doc/RSiena.bib
   pkg/RSienaTest/doc/RSiena_Manual.pdf
   pkg/RSienaTest/doc/RSiena_Manual.tex
   pkg/RSienaTest/inst/doc/rsiena01gui.tex
   pkg/RSienaTest/inst/examples/s50e.dat
   pkg/RSienaTest/inst/sienascript
   pkg/RSienaTest/man/RSiena-package.Rd
   pkg/RSienaTest/man/Wald.Rd
   pkg/RSienaTest/man/s50s.Rd
   pkg/RSienaTest/man/sienaBayes.Rd
   pkg/RSienaTest/man/sienaGOF.Rd
   pkg/RSienaTest/src/estimator/Controller.cpp
   pkg/RSienaTest/src/estimator/Controller.h
   pkg/RSienaTest/src/estimator/GMMEstimator.cpp
   pkg/RSienaTest/src/estimator/GMMEstimator.h
   pkg/RSienaTest/src/estimator/SienaFit.cpp
   pkg/RSienaTest/src/estimator/SienaFit.h
   pkg/RSienaTest/src/estimator/components/NSimCollector.cpp
   pkg/RSienaTest/src/estimator/components/NSimCollector.h
   pkg/RSienaTest/src/estimator/components/ParameterSum.cpp
   pkg/RSienaTest/src/estimator/components/ParameterSum.h
   pkg/RSienaTest/src/estimator/components/PeriodWiseScoreCollector.cpp
   pkg/RSienaTest/src/estimator/components/PeriodWiseScoreCollector.h
   pkg/RSienaTest/src/estimator/components/PeriodWiseStatisticsCollector.cpp
   pkg/RSienaTest/src/estimator/components/PeriodWiseStatisticsCollector.h
   pkg/RSienaTest/src/estimator/components/ScoreCollector.cpp
   pkg/RSienaTest/src/estimator/components/ScoreCollector.h
   pkg/RSienaTest/src/estimator/components/StatisticCollector.cpp
   pkg/RSienaTest/src/estimator/components/StatisticCollector.h
   pkg/RSienaTest/src/estimator/components/TimesCollector.cpp
   pkg/RSienaTest/src/estimator/components/TimesCollector.h
   pkg/RSienaTest/src/estimator/derivative/Differentiation.cpp
   pkg/RSienaTest/src/estimator/derivative/Differentiation.h
   pkg/RSienaTest/src/estimator/derivative/DifferentiationController.cpp
   pkg/RSienaTest/src/estimator/derivative/DifferentiationController.h
   pkg/RSienaTest/src/estimator/derivative/DifferentiationType.h
   pkg/RSienaTest/src/estimator/derivative/FiniteDifference.cpp
   pkg/RSienaTest/src/estimator/derivative/FiniteDifference.h
   pkg/RSienaTest/src/estimator/derivative/MLDifferentiation.cpp
   pkg/RSienaTest/src/estimator/derivative/MLDifferentiation.h
   pkg/RSienaTest/src/estimator/derivative/ScoreDeviation.cpp
   pkg/RSienaTest/src/estimator/derivative/ScoreDeviation.h
   pkg/RSienaTest/src/estimator/listener/EstimatorListener.cpp
   pkg/RSienaTest/src/estimator/listener/EstimatorListener.h
   pkg/RSienaTest/src/estimator/test/StaticController.cpp
   pkg/RSienaTest/src/estimator/test/StaticController.h
   pkg/RSienaTest/src/estimator/update/StopCondition.cpp
   pkg/RSienaTest/src/estimator/update/StopCondition.h
   pkg/RSienaTest/src/estimator/update/UpdateController.cpp
   pkg/RSienaTest/src/estimator/update/UpdateController.h
   pkg/RSienaTest/src/estimator/update/autocorrelation/AutoCorrelator.cpp
   pkg/RSienaTest/src/estimator/update/autocorrelation/AutoCorrelator.h
   pkg/RSienaTest/src/estimator/update/autocorrelation/MaxACStopCondition.cpp
   pkg/RSienaTest/src/estimator/update/autocorrelation/MaxACStopCondition.h
   pkg/RSienaTest/src/estimator/update/autocorrelation/MinMaxACStopCondition.cpp
   pkg/RSienaTest/src/estimator/update/autocorrelation/MinMaxACStopCondition.h
   pkg/RSienaTest/src/estimator/update/step/GMMDiagonalStep.cpp
   pkg/RSienaTest/src/estimator/update/step/GMMDiagonalStep.h
   pkg/RSienaTest/src/estimator/update/step/GMMFullStep.cpp
   pkg/RSienaTest/src/estimator/update/step/GMMFullStep.h
   pkg/RSienaTest/src/estimator/update/step/UpdateStep.cpp
   pkg/RSienaTest/src/estimator/update/step/UpdateStep.h
   pkg/RSienaTest/src/estimator/update/step/normalization/SDStepNormalization.cpp
   pkg/RSienaTest/src/estimator/update/step/normalization/SDStepNormalization.h
   pkg/RSienaTest/src/estimator/update/step/normalization/StepNormalization.cpp
   pkg/RSienaTest/src/estimator/update/step/normalization/StepNormalization.h
   pkg/RSienaTest/src/model/effects/AltersCovariateAvAltEffect.cpp
   pkg/RSienaTest/src/model/effects/AltersCovariateAvAltEffect.h
   pkg/RSienaTest/src/model/effects/AltersCovariateAvSimEffect.cpp
   pkg/RSienaTest/src/model/effects/AltersCovariateAvSimEffect.h
   pkg/RSienaTest/src/model/effects/AltersCovariateTotSimEffect.cpp
   pkg/RSienaTest/src/model/effects/AltersCovariateTotSimEffect.h
   pkg/RSienaTest/src/model/effects/AntiIsolateEffect.cpp
   pkg/RSienaTest/src/model/effects/AntiIsolateEffect.h
   pkg/RSienaTest/src/model/effects/InIsolateDegreeEffect.cpp
   pkg/RSienaTest/src/model/effects/InIsolateDegreeEffect.h
   pkg/RSienaTest/src/model/effects/IsolateNetEffect.cpp
   pkg/RSienaTest/src/model/effects/IsolateNetEffect.h
   pkg/RSienaTest/src/model/effects/IsolatePopEffect.cpp
   pkg/RSienaTest/src/model/effects/IsolatePopEffect.h
   pkg/RSienaTest/src/model/effects/SameCovariateTransitiveTripletsEffect.h
   pkg/RSienaTest/src/model/effects/SimilarityEffect.cpp
   pkg/RSienaTest/src/model/effects/SimilarityTransitiveTripletsEffect.cpp
   pkg/RSienaTest/src/model/effects/SimilarityTransitiveTripletsEffect.h
   pkg/RSienaTest/src/model/effects/SimilarityWEffect.cpp
   pkg/RSienaTest/src/model/effects/TransitiveReciprocatedTripletsEffect.cpp
   pkg/RSienaTest/src/model/effects/TransitiveReciprocatedTripletsEffect.h
   pkg/RSienaTest/src/model/effects/generic/OutStarFunction.cpp
   pkg/RSienaTest/src/model/effects/generic/OutStarFunction.h
   pkg/RSienaTest/src/model/effects/generic/ReverseTwoPathFunction.cpp
   pkg/RSienaTest/src/model/effects/generic/ReverseTwoPathFunction.h
   pkg/RSienaTest/tests/s50-network1.dat
   pkg/RSienaTest/tests/s50-network2.dat
   pkg/RSienaTest/tests/s50-network3.dat
   pkg/RSienaTest/tests/s50.csv
   pkg/RSienaTest/tests/s50_d1.net
   pkg/RSienaTest/tests/s50_d2.net
   pkg/RSienaTest/tests/s50_d3.net
   pkg/RSienaTest/tests/s50e.csv
   pkg/RSienaTest/tests/s50e.dat
   pkg/RSienaTest/tests/s50paj.csv
   pkg/RSienaTest/tests/testrefs/M01compare.out
   pkg/RSienaTest/tests/testrefs/M02compare.out
   pkg/RSienaTest/tests/testrefs/M03compare.out
   pkg/RSienaTest/tests/testrefs/M04compare.out
   pkg/RSienaTest/tests/testrefs/M05compare.out
   pkg/RSienaTest/tests/testrefs/M06compare.out
   pkg/RSienaTest/tests/testrefs/M07compare.out
   pkg/RSienaTest/tests/testrefs/M08compare.out
   pkg/RSienaTest/tests/testrefs/M09compare.out
   pkg/RSienaTest/tests/testrefs/M10compare.out
   pkg/RSienaTest/tests/testrefs/M11compare.out
   pkg/RSienaTest/tests/testrefs/M12compare.out
   pkg/RSienaTest/tests/testrefs/M13compare.out
   pkg/RSienaTest/tests/testrefs/M14compare.out
   pkg/RSienaTest/tests/testrefs/M15compare.out
   pkg/RSienaTest/tests/testrefs/M16compare.out
   pkg/RSienaTest/tests/testrefs/M17compare.out
   pkg/RSienaTest/tests/testrefs/M18compare.out
   pkg/RSienaTest/tests/testrefs/M19compare.out
   pkg/RSienaTest/tests/testrefs/M20compare.out
   pkg/RSienaTest/tests/testrefs/M21compare.out
   pkg/RSienaTest/tests/testrefs/M22compare.out
   pkg/RSienaTest/tests/testrefs/M23compare.out
   pkg/RSienaTest/tests/testrefs/M24compare.out
   pkg/RSienaTest/tests/testrefs/M25compare.out
   pkg/RSienaTest/tests/testrefs/M26compare.out
   pkg/RSienaTest/tests/testrefs/M27compare.out
   pkg/RSienaTest/tests/testrefs/M28compare.out
   pkg/RSienaTest/tests/testrefs/M29compare.out
   pkg/RSienaTest/tests/testrefs/M30compare.out
   pkg/RSienaTest/tests/testrefs/M31compare.out
   pkg/RSienaTest/tests/testrefs/M32compare.out
   pkg/RSienaTest/tests/testrefs/M33compare.out
   pkg/RSienaTest/tests/testrefs/M34compare.out
   pkg/RSienaTest/tests/testrefs/M35compare.out
   pkg/RSienaTest/tests/testrefs/M36compare.out
   pkg/RSienaTest/tests/testrefs/M37compare.out
   pkg/RSienaTest/tests/testrefs/M38compare.out
   pkg/RSienaTest/tests/testrefs/M39compare.out
   pkg/RSienaTest/tests/testrefs/M40compare.out
   pkg/RSienaTest/tests/testrefs/M41compare.out
   pkg/RSienaTest/tests/testrefs/M42compare.out
   pkg/RSienaTest/tests/testrefs/M43compare.out
   pkg/RSienaTest/tests/testrefs/M44compare.out
   pkg/RSienaTest/tests/testrefs/M45compare.out
   pkg/RSienaTest/tests/testrefs/M46compare.out
   pkg/RSienaTest/tests/testrefs/M47compare.out
   pkg/RSienaTest/tests/testrefs/M48compare.out
   pkg/RSienaTest/tests/testrefs/M49compare.out
   pkg/RSienaTest/tests/testrefs/M50compare.out
   pkg/RSienaTest/tests/testrefs/M51compare.out
   pkg/RSienaTest/tests/testrefs/M52compare.out
   pkg/RSienaTest/tests/testrefs/M53compare.out
   pkg/RSienaTest/tests/testrefs/M54compare.out
   pkg/RSienaTest/tests/testrefs/M55compare.out
   pkg/RSienaTest/tests/testrefs/M56compare.out
   pkg/RSienaTest/tests/testrefs/M57compare.out
   pkg/RSienaTest/tests/testrefs/M58compare.out
   pkg/RSienaTest/tests/testrefs/M59compare.out
   pkg/RSienaTest/tests/testrefs/M60compare.out
   pkg/RSienaTest/tests/testrefs/M61compare.out
   pkg/RSienaTest/tests/testrefs/M62compare.out
   pkg/RSienaTest/tests/testrefs/M63compare.out
   pkg/RSienaTest/tests/testrefs/M64compare.out
   pkg/RSienaTest/tests/testrefs/M65compare.out
   pkg/RSienaTest/tests/testrefs/MI01compare.out
   pkg/RSienaTest/tests/testrefs/MI02compare.out
   pkg/RSienaTest/tests/testrefs/MI03compare.out
   pkg/RSienaTest/tests/testrefs/MI04compare.out
   pkg/RSienaTest/tests/testrefs/MI05compare.out
   pkg/RSienaTest/tests/testrefs/MI06compare.out
   pkg/RSienaTest/tests/testrefs/MI07compare.out
   pkg/RSienaTest/tests/testrefs/sienaMetaCompare.out
Log:
Line endings etc.

Modified: pkg/RSiena/ChangeLog
===================================================================
--- pkg/RSiena/ChangeLog	2016-05-24 20:37:13 UTC (rev 293)
+++ pkg/RSiena/ChangeLog	2016-05-28 21:22:05 UTC (rev 294)
@@ -1,3 +1,10 @@
+2016-05-28 R-Forge Revision 294
+Changes in RSiena and RSienaTest:
+   * In SimilarityEffect.cpp and SimilarityWEffect.cpp, changed
+     abs to std::abs to avoid ambiguity, dropping #include <cmath>.
+Changes in RSienaTest:
+   * configure given Mac line endings.
+
 2016-05-23 R-Forge Revision 293
 Changes in RSiena and RSienaTest:
    * Removed manual and bibliography from installation;

Modified: pkg/RSiena/DESCRIPTION
===================================================================
--- pkg/RSiena/DESCRIPTION	2016-05-24 20:37:13 UTC (rev 293)
+++ pkg/RSiena/DESCRIPTION	2016-05-28 21:22:05 UTC (rev 294)
@@ -1,8 +1,8 @@
 Package: RSiena
 Type: Package
 Title: Siena - Simulation Investigation for Empirical Network Analysis
-Version: 1.1-293
-Date: 2016-05-23
+Version: 1.1-294
+Date: 2016-05-25
 Author: Ruth Ripley, Krists Boitmanis, Tom A.B. Snijders, Felix Schoenenberger
 Depends: R (>= 2.15.0), utils
 Imports: Matrix, tcltk, lattice, parallel, MASS, methods

Modified: pkg/RSiena/man/RSiena-package.Rd
===================================================================
--- pkg/RSiena/man/RSiena-package.Rd	2016-05-24 20:37:13 UTC (rev 293)
+++ pkg/RSiena/man/RSiena-package.Rd	2016-05-28 21:22:05 UTC (rev 294)
@@ -44,8 +44,8 @@
 \tabular{ll}{
 Package: \tab RSiena\cr
 Type: \tab Package\cr
-Version: \tab 1.1-293\cr
-Date: \tab 2016-05-23\cr
+Version: \tab 1.1-294\cr
+Date: \tab 2016-05-25\cr
 Depends: \tab R (>= 3.0.0)\cr
 Imports: \tab Matrix\cr
 Suggests: \tab tcltk, network, codetools, lattice, MASS, parallel,

Modified: pkg/RSiena/src/model/effects/SimilarityEffect.cpp
===================================================================
--- pkg/RSiena/src/model/effects/SimilarityEffect.cpp	2016-05-24 20:37:13 UTC (rev 293)
+++ pkg/RSiena/src/model/effects/SimilarityEffect.cpp	2016-05-28 21:22:05 UTC (rev 294)
@@ -81,7 +81,7 @@
 			int j = iter.actor();
 			int alterValue = this->value(j);
 			int change =
-				abs(oldValue - alterValue) - abs(newValue - alterValue);
+				std::abs(oldValue - alterValue) - std::abs(newValue - alterValue);
 
 			if (this->lalterPopularity)
 			{

Modified: pkg/RSiena/src/model/effects/SimilarityWEffect.cpp
===================================================================
--- pkg/RSiena/src/model/effects/SimilarityWEffect.cpp	2016-05-24 20:37:13 UTC (rev 293)
+++ pkg/RSiena/src/model/effects/SimilarityWEffect.cpp	2016-05-28 21:22:05 UTC (rev 294)
@@ -8,7 +8,7 @@
  * Description: This file contains the implementation of the
  * SimilarityWEffect class.
  *****************************************************************************/
-#include <cmath>
+#include <cstdlib>
 #include "SimilarityWEffect.h"
 #include "data/Data.h"
 #include "network/Network.h"
@@ -82,7 +82,7 @@
 			int alterValue = this->value(j);
 			double dycova = this->dycoValue(actor, j);
 			double change = dycova *
-				(abs(oldValue - alterValue) - abs(newValue - alterValue));
+				(std::abs(oldValue - alterValue) - std::abs(newValue - alterValue));
 			if (dycova != 0.0) totalCount++;
 			if (this->laverage)
 			{

Modified: pkg/RSienaTest/ChangeLog
===================================================================
--- pkg/RSienaTest/ChangeLog	2016-05-24 20:37:13 UTC (rev 293)
+++ pkg/RSienaTest/ChangeLog	2016-05-28 21:22:05 UTC (rev 294)
@@ -1,3 +1,10 @@
+2016-05-28 R-Forge Revision 294
+Changes in RSiena and RSienaTest:
+   * In SimilarityEffect.cpp and SimilarityWEffect.cpp, changed
+     abs to std::abs to avoid ambiguity, dropping #include <cmath>.
+Changes in RSienaTest:
+   * configure given Mac line endings.
+
 2016-05-23 R-Forge Revision 293
 Changes in RSiena and RSienaTest:
    * Removed manual and bibliography from installation;
@@ -9,7 +16,7 @@
      avWalt, totWAlt.
    * New effect class DyadicCovariateDependentBehaviorEffect corresponding
      to group dyadBehaviorNetObjective (effects.r, effectsDocumentation.r).
-   * added endowment and creation effects for inAct, inActSqrt, outAct, outActSqrt
+   * added endowment and creation effects for inAct, inActSqrt, outAct, outActSqrt.
    * inActIntn also implemented for two-mode dependent networks.
    * New argument 'matrices' in print.summary.sienaFit.
    * Changes to NAMESPACE and DESCRIPTION files to satisfy R3.3.0 for

Modified: pkg/RSienaTest/DESCRIPTION
===================================================================
--- pkg/RSienaTest/DESCRIPTION	2016-05-24 20:37:13 UTC (rev 293)
+++ pkg/RSienaTest/DESCRIPTION	2016-05-28 21:22:05 UTC (rev 294)
@@ -1,8 +1,8 @@
 Package: RSienaTest
 Type: Package
 Title: Siena - Simulation Investigation for Empirical Network Analysis
-Version: 1.1-293
-Date: 2016-05-23
+Version: 1.1-294
+Date: 2016-05-25
 Author: Ruth Ripley, Krists Boitmanis, Tom A.B. Snijders, Felix Schoenenberger
 Depends: R (>= 2.15.0), utils
 Imports: Matrix, tcltk, lattice, parallel, MASS, RUnit, methods

Modified: pkg/RSienaTest/doc/RSiena.bib
===================================================================
--- pkg/RSienaTest/doc/RSiena.bib	2016-05-24 20:37:13 UTC (rev 293)
+++ pkg/RSienaTest/doc/RSiena.bib	2016-05-28 21:22:05 UTC (rev 294)
@@ -1,6115 +1,6127 @@
-
- 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{ABFX2009,
-  author = {E.M. Airoldi and D.M. Blei and S.E. Fienberg and E.P. Xing},
-    year={2009},
-  title = {A survey of statistical network models},
-    journal = {Foundations and Trends in Machine Learning},
-  volume = {2},
-  pages = {129--233}
-}
-
-
- 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 book{Agresti2010,
-  author = {Alan Agresti},
-  publisher = {Wiley},
-  title = {Analysis of Ordinal Categorical Data},
-  edition = {2nd},
-  year = {2010}
-}
-
- at book{Agresti2012,
-  author = {Alan Agresti},
-  publisher = {Wiley-Interscience},
-  title = {Categorical Data Analysis},
-  series = {Wiley Series in Probability and Statistics},
-  edition = {3rd},
-  year = {2012}
-}
-
-
- at article{AiroldiBFK2008,
-    title = {Mixed Membership Stochastic Blockmodels},
-    author = {Airoldi, Edoardo M and David M. Blei and Stephen E. Fienberg and Eric P. Xing},
-    journal = {The Journal of Machine Learning Research},
-    volume=  {9},
-    year={2008},
-    pages = {1981--2014}
-}
-
-
-
- at Book{AMAND,
-  author =   {Tom A. B. Snijders and Christian E. G. Steglich},
-  title =        {Actor-based Models for Analyzing Network Dynamics},
-  publisher =    {Cambridge University Press},
-  address =      {Cambridge},
-  year =         2017}
-
-
- at article{ASS2015,
-    title = { Estimation of stochastic actor-oriented models for the evolution of networks
-                by generalized method of moments},
-    author = {Viviana Amati and Felix Sch\"{o}nenberger and {Tom A. B.} Snijders},
-    journal = {Journal de la Soci\'{e}t\'{e} Fran\c{c}aise de Statistique},
-    volume=  {156},
-    year={2015},
-    pages = {140--165}
-}
-
- at article{An2015,
-title = "Multilevel meta network analysis with application to
-            studying network dynamics of network interventions",
-journal = "Social Networks",
-volume = "43",
-pages = "48--56",
-year = "2015",
-doi = "http://dx.doi.org/10.1016/j.socnet.2015.03.006",
-author = "Weihua An"
-}
-
-
- 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{BVDVVH2004,
-  title={Ethnic boundaries and personal choice.
-     {A}ssessing the influence of individual inclinations to choose
-     intra-ethnic relationships on pupils' networks},
-  author={Baerveldt, Chris and {Van Duijn}, Marijtje A.J. and Vermeij, Lotte and {Van Hemert}, Dianne A.},
-  journal={Social Networks},
-  volume={26},
-  pages={55--74},
-  year={2004}
-}
-
- 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 = {Albert-L\'{a}szl\'{o} Barab\'{a}si and R\'{e}ka 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{Barton1968,
-  AUTHOR = "Allen H. Barton",
-  TITLE = {Bringing Society Back In. {S}urvey Research and Macro-Methodology.},
-  YEAR = "1968",
-  JOURNAL = "American Behavioral Scientist",
-  VOLUME = "12",
-  ISSUE = "2",
-  PAGES = "1--9"
-}
-
- at article{BatBren95,
-  author = {Vladimir Batagelj and Mateu\v{z} Bren},
-  title = {Comparing Resemblance Measures},
-  journal = {Journal of Classification},
-  volume = {12},
-  year = {1995},
-  pages = {73--90}
-}
-
-
- 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 incollection{bather1989,
-  title={Stochastic approximation: A generalisation of the {R}obbins-{M}onro procedure},
-  author={Bather, J.A.},
-  pages={13--27},
-  year={1989},
-  editor={P. Mandl and M. Hu{\v{s}}kov{\'a}},
-  booktitle={Proceedings of the fourth {P}rague symposium on asymptotic statistics},
-  address={Prague},
-  publisher={Charles University}
-}
-
- at article{BaybeckHuckfeldt2002,
-  title={Spatially dispersed ties among interdependent citizens:
-            connecting individuals and aggregates},
-  author={B. Baybeck and R. Huckfeldt},
-  journal={Political Analysis},
-  volume={10},
-  pages={261--275},
-  year={2002}
-}
-
-
- at article{BaumEA2012,
-  title={Better with age? Tie longevity and the performance implications of bridging and closure},
-  author={Baum, Joel AC and McEvily, Bill and Rowley, Tim J},
-  journal={Organization Science},
-  volume={23},
-  number={2},
-  pages={529--546},
-  year={2012}
-}
-
- at article{BaumanEA84,
-  author = {K.E. Bauman and L.A. Fisher and E.S. Bryan and R.L. Chenoweth},
-  title = {Antecedents, subjective expected utility, and behavior: A study of adolescent
-cigarette smoking},
-  journal = {Addictive Behaviors},
-  volume = {9},
-  year = {1984},
-  pages = {121--136}
-}
-
- 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{BenderMcFarland2006,
-  author = {Skye Bender-deMoll and Daniel McFarland},
-    title =        {The art and science of dynamic network visualization},
-  journal =      {Journal of Social Structure},
-  volume =      {7(2)},
-  year =         2006}
-
-
- at article{Berardo2009,
-   Author = {Ramiro Berardo},
-   Title = {Processing Complexity in Networks: {A} Study of
-	Informal Collaboration and its Effect on Organizational Success},
-   Journal = {The Policy Studies Journal},
-   Volume = {37},
-   Pages = {521-539},
-   Year = {2009} }
-
- at Article{BerardoScholz10,
- author = {Ramiro Berardo and John T. Scholz},
- title = {Self-Organizing Policy Networks: Risk, Partner Selection and Cooperation in Estuaries},
- journal ={American Journal of Political Science},
- year = 2010,
- volume = 54,
- pages = {632--649}}
-
- at Article{BianconiEA05,
-  author =   {Ginestra Bianconi and Matteo Marsili and Fernando Vega-Redondob},
-  title =    {On the non-trivial dynamics of complex networks.},
-  journal =      {Physica A: Statistical Mechanics and its Applications},
-  year =     2005,
-  volume =   346,
-  pages =    {116--122}
-}
-
- 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{Block2015,
-title = "Reciprocity, transitivity, and the mysterious three-cycle ",
-journal = "Social Networks ",
-volume = "40",
-pages = "163--173",
-year = "2015",
-author = "Per Block"
-}
-
-
- at article{BlockGrund2014,
-   author = {Block,Per and Grund,Thomas},
-   title = {Multidimensional homophily in friendship networks},
-   journal = {Network Science},
-   volume = {2},
-   issue = {2},
-   year = {2014},
-   pages = {189--212},
-   URL = {http://journals.cambridge.org/article_S2050124214000174}}
-
- at Manual{Stocnet,
-       title        = {StOCNET: An open software system for the advanced
-       statistical analysis of social networks},
-       author       = {Peter Boer and Mark Huisman and {Tom A. B.} Snijders and {Christian E. G.} Steglich
-       and {Lotte H.Y.} Wichers and {Evelien P.H.} Zeggelink},
-       organization = {ICS/Science Plus},
-       address      = {Groningen},
-       year         = {2006},
-       version      = {1.7},
-       url          = {http://www.gmw.rug.nl/~stocnet/}
-     }
-
-
- 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 book{Bollobas,
-   Author = {B. Bolloba\`{s}},
-   Title = {Random Graphs},
-   Publisher = {Academic Press},
-   Address = {London},
-   Year = {1985} }
-
- at book{MetaAnalysis2009,
-   Author = {Michael Borenstein and Larry V. Hedges and Julian P.T. Higgins
-              and Hannah R. Rothstein},
-   Title = {Introduction to Meta-Analysis},
-   Publisher = {Wiley},
-   Address = {New York},
-   Year = {2009} }
-
-
- 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 = {Stephen P. Borgatti and Martin G. Everett},
-    title =        {Models of core/periphery structures},
-  journal =      {Social Networks},
-  volume =      21,
-  pages =    {375--395},
-  year =         1999}
-
- at article{BorgattiFoster2003,
-  author =       {Stephen B. {Borgatti}  and Pacey C. {Foster}},
-  title =        {The Network Paradigm in Organizational Research: A Review and Typology},
-  journal =      {Journal of Management },
-  year =         2003,
-  volume =   29,
-  pages =    {991--1013}}
-
-
- at Article{BrandesEA2012,
-  author = {Ulrik Brandes and Natalie Indlekofer and Martin Mader},
-    title =        {Visualization methods for longitudinal social networks
-          and stochastic actor-oriented modeling},
-  journal =      {Social Networks},
-  volume =      34,
-  pages =    {291--308},
-  year =         2012}
-
-
- at article{
-Breiger74,
-   Author = {Breiger, Ronald 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, Stephen P. and Everett, Martin G.},
-   Title = {Network analysis of 2-mode data},
-   Journal = {Social Networks},
-   Volume = {19},
-   Pages = {243--269},
-   Year = {1997} }
-
- at book{
-BorgattiEA02,
-   Author = {Borgatti, Stephen P. and Everett, Martin G. and Freeman, Linton C.},
-   Title = {Ucinet for Windows: Software for Social Network Analysis},
-   Publisher = {Harvard Analytic Technologies},
-   Year = {2002} }
-
- at book{BorgattiEverettJohnson2013,
-   Author = {Borgatti, Stephen P. and Everett, Martin G. and Johnson, Jeffrey C.},
-   Title = {Analyzing Social Networks},
-   Publisher = {Sage Publications},
-   Address = {London, Thousand Oaks, New Delhi, Singapore},
-   Year = {2013} }
-
-% Kimiko O. Bowman and L.R. Shenton never give their first names.
-
- @INCOLLECTION{BowmanShenton85,
-  AUTHOR = "K.O. {Bowman} and L. R. {Shenton}",
-  TITLE = {Method of Moments},
-  BOOKTITLE = "Encyclopedia of Statistical Sciences",
-  EDITOR = "S. Kotz and N. L. Johnson",
-  PUBLISHER = "Wiley",
-  YEAR = "1985",
-    VOLUME = "5",
-    PAGES = "467--473",
-    ADDRESS = "New York"
- }
-
- at Article{BGGT04,
-author = {Brass, Daniel J. and Galaskiewicz, Joseph
-         and Greve, HenrichR. and Tsai, Wenpin},
-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{BrowneDraper2006,
-  title={A comparison of {B}ayesian and likelihood-based methods for fitting multilevel models
-      (with discussion)},
-  author={William J. Browne and David Draper},
-  journal={Bayesian Analysis},
-  volume={1},
-  pages={473--550},
-  year={2006}
-}
-
- at article{BSS2007,
-   Author = {William J. Burk and {Christian E. G.} Steglich and Tom A. B.  Snijders },
-   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{BGS82,
-   Author = {J.F. Burguete and A. {Ronald Gallant} and G. Souza},
-   Title = {On unification of the asymptotic theory of nonlinear econometric models},
-   Journal = {Econometric Reviews},
-   Volume = {1},
-   Pages = {151--190},
-   Year = {1982} }
-
- at book{Burt82,
-author = {Burt, Ronald S.},
-year = 1982,
-title ={Toward a Structural Theory of Action},
-publisher = {Academic Press},
-address = {New York}}
-
-
- at ARTICLE{Burt87,
-AUTHOR = "Ronald 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{Burt92,
-author = {Burt, Ronald S.},
-year = 1992,
-title ={Structural Holes},
-publisher = {Harvard University Press},
-address = {Cambridge, MA}}
-
- at ARTICLE{Burt2000, AUTHOR = {Ronald S. {Burt}}, TITLE = {Decay Functions},
-YEAR = "2000", JOURNAL = "Social Networks", VOLUME = "22", PAGES = "1--28" }
-
-
- at article{Burt2004,
-  title={Structural holes and good ideas1},
-  author={Burt, Ronald S},
-  journal={American journal of sociology},
-  volume={110},
-  number={2},
-  pages={349--399},
-  year={2004},
-  publisher={JSTOR}
-}
-
- at article{BushEA1997,
-  author =       {Helen Bush and Patrick West and Lynn Michell},
-  title =        {The role of friendship groups in the uptake and maintenance
-    of smoking amongst pre-adolescent and adolescent children:
-    {D}istribution of Frequencies},
-  journal =  {Working Paper No. 62. MRC Medical Sociology Unit Glasgow},
-  year =     {1997}
-}
-
- at article{Butts08,
-   Author = {Carter Butts},
-   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 Mark 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 = {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 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{Cheadle_etal2013,
-  author ={Jacob E. Cheadle and Michael Stevens and Deadric T. Williams and
-             Bridget J. Goosby},
-  year = 2013,
-  title={The differential contributions of teen drinking homophily to new
-              and existing friendships: {A}n empirical assessment of
-              assortative and proximity selection mechanisms},
-  journal = {Social Science Research},
-  volume = 42,
-  pages = {1297--1310}}
-
- at article{CS07,
-author = {Checkley, Matthew, and Steglich, {Christian 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{ChristakisFowler07,
-   author ={Nicholas A. Christakis and James D. Fowler},
-   title = {The spread of obesity in a large social network over 32 years},
-   journal = {The New England Journal of Medicine},
-   volume = 357,
-   year = {2007},
-   pages ={370--379}}
-
-
- at ARTICLE{Cochran54,
-  AUTHOR="William 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 article{CohenColeFletcher2008,
-  title={Is obesity contagious? Social networks vs. environmental factors in the obesity epidemic},
-  author={Cohen-Cole, Ethan and Fletcher, Jason M},
-  journal={Journal of health economics},
-  volume={27},
-  number={5},
-  pages={1382--1387},
-  year={2008},
-  publisher={Elsevier}
-}
-
- at article{CohnBecker2003,
-  title={How meta-analysis increases statistical power.},
-  author={Cohn, Lawrence D and Becker, Betsy J},
-  journal={Psychological Methods},
-  volume={8},
-  pages={243--253},
-  year={2003}
-}
-
- at ARTICLE{Coleman5859,
-AUTHOR = {Coleman, James S. },
-TITLE = {Relational Analysis: The Study of Social Organizations with Survey Methods},
-YEAR = "1959",
-JOURNAL = "Human Organization",
-VOLUME = "17",
-PAGES = "28--36"
-}
-
- at book{Coleman1961,
-  author =       {Coleman, James S. },
-  title =        {The Adolescent Society},
-  address = {New York},
- publisher= { The Free Press of Glencoe},
-  year =         1961}
-
-
- at book{Coleman1964,
-  author =       {Coleman, James S. },
-  title =        {Introduction to Mathematical Sociology},
-  address = {New York},
- publisher= {The Free Press of Glencoe},
-  year =         1964}
-
- at article{Coleman1988,
-  author =       {Coleman, James S.},
-  title =        {Social capital in the creation of human capital},
-  year =         1988,
-   journal =     {American Journal of Sociology},
-   volume =  {94},
-   pages = {S95--S120}
-   }
-
- at book{Coleman1990,
-  author =       {Coleman, James 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 article{Cox1990,
-       author={David R Cox},
-       title={Role of models in statistical analysis},
-       journal={Statistical Science},
-       volume={5},
-       year={1990},
-       pages={169--174}
-}
-
-
- at techreport{DahmDahm1993,
-  author = {Karin Dahmstr\"{o}m and Per 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 incollection{DaraganovaRobins2013,
-  author = {Galina Daraganova and Garry Robins},
-  year= 2013,
-  title = {Autologistic attribute models},
- pages={102-114},
- booktitle={Exponential Random Graph Models},
- editor= { Dean Lusher and Johan Koskinen and Garry Robins},
-PUBLISHER = "Cambridge University Press",
-ADDRESS = "Cambridge"
- }
-
- 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 INCOLLECTION{Davis79,
-AUTHOR = "James A. Davis",
-TITLE = {The Davis/Holland/Leinhardt studies: {An} overview},
-BOOKTITLE = "Perspectives on Social Network Research",
-PUBLISHER = "Academic Press",
-YEAR = "1979",
-pages={51--62},
-EDITOR = "Paul W. Holland and Sameul Leinhardt",
-ADDRESS = "New York"
-}
-
-
- at book{DavisonHinkley1997,
-  author = {Anthony C. Davison and David V. Hinkley},
-  year = 1997,
-  title = {Bootstrap Methods and Their Application},
-  publisher = {Cambridge University Press},
-  address = {Oxford}
-}
-
- at article{DavisonJones1976,
-  title={A similarity-attraction model for predicting sociometric choice
-  from perceived group structure.},
-  author={Davison, Mark L and Jones, Lawrence E},
-  journal={Journal of Personality and Social Psychology},
-  volume={33},
-  pages={601--612},
-  year={1976}
-}
-
- at article{deFederico2003,
-author = {de la R\'{u}a, Ainhoa},
-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{delaHayeRMW11,
-   Author = {Kayla de la Haye and Garry Robins and Philip Mohr and Carlene Wilson},
-   Title = {Homophily and Contagion as Explanations for Weight Similarities Among Adolescent Friends},
-   Journal = {Journal of Adolescent Health},
-   Volume = {49},
-   Pages = {421--427},
-   Year = {2011} }
-
-
- at article{Delitsch1900,
-  author =       {Johannes {Delitsch}},
-  title =        {\"{U}ber Sch\"{u}lerfreundschaften in einer {V}olksschulklasse},
-  journal =  {Zeitschrift f\"{u}r {K}inderforschung},
-  year =     1900,
-  volume =   5,
-  pages =    {150--163}}
-
- at article{deNooy2002,
-author = {de Nooy, Wouter},
-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 = {David Dekker and David Krackhardt and Tom A. B. Snijders},
[TRUNCATED]

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


More information about the Rsiena-commits mailing list