[Rsiena-commits] r219 - in pkg: RSiena RSiena/data RSiena/inst/doc RSiena/man RSiena/tests RSienaTest RSienaTest/R RSienaTest/data RSienaTest/doc RSienaTest/inst/doc RSienaTest/man RSienaTest/src/model/effects RSienaTest/src/model/effects/generic RSienaTest/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jul 6 18:59:37 CEST 2012


Author: tomsnijders
Date: 2012-07-06 18:59:36 +0200 (Fri, 06 Jul 2012)
New Revision: 219

Added:
   pkg/RSiena/man/HN3401.Rd
   pkg/RSiena/man/N3401.Rd
   pkg/RSienaTest/man/HN3401.Rd
   pkg/RSienaTest/man/N3401.Rd
   pkg/RSienaTest/man/print.sienaBayesFit.Rd
   pkg/RSienaTest/src/model/effects/JumpCovariateTransitiveTripletsEffect.cpp
   pkg/RSienaTest/src/model/effects/JumpCovariateTransitiveTripletsEffect.h
   pkg/RSienaTest/src/model/effects/generic/CovariateMixedNetworkAlterFunction.cpp
   pkg/RSienaTest/src/model/effects/generic/CovariateMixedNetworkAlterFunction.h
   pkg/RSienaTest/src/model/effects/generic/SameCovariateMixedTwoPathFunction.cpp
   pkg/RSienaTest/src/model/effects/generic/SameCovariateMixedTwoPathFunction.h
   pkg/RSienaTest/src/model/effects/generic/SameCovariateTwoPathFunction.cpp
   pkg/RSienaTest/src/model/effects/generic/SameCovariateTwoPathFunction.h
Removed:
   pkg/RSienaTest/man/sienaGOFsupplements.Rd
Modified:
   pkg/RSiena/DESCRIPTION
   pkg/RSiena/changeLog
   pkg/RSiena/data/RSiena.rda
   pkg/RSiena/inst/doc/RSiena.bib
   pkg/RSiena/inst/doc/RSiena_Manual.pdf
   pkg/RSiena/inst/doc/RSiena_Manual.tex
   pkg/RSiena/man/RSiena-package.Rd
   pkg/RSiena/man/siena07.Rd
   pkg/RSiena/man/siena08.Rd
   pkg/RSiena/man/sienaDataCreate.Rd
   pkg/RSiena/man/sienaGroupCreate.Rd
   pkg/RSiena/tests/scriptfile.Rout.win
   pkg/RSienaTest/DESCRIPTION
   pkg/RSienaTest/NAMESPACE
   pkg/RSienaTest/R/bayes.r
   pkg/RSienaTest/R/sienaGOF.r
   pkg/RSienaTest/R/sienaprint.r
   pkg/RSienaTest/changeLog
   pkg/RSienaTest/data/RSiena.rda
   pkg/RSienaTest/data/allEffects.csv
   pkg/RSienaTest/doc/RSienaDeveloper.tex
   pkg/RSienaTest/doc/Siena_algorithms4.tex
   pkg/RSienaTest/doc/bayes.tex
   pkg/RSienaTest/inst/doc/RSiena.bib
   pkg/RSienaTest/inst/doc/RSiena_Manual.pdf
   pkg/RSienaTest/inst/doc/RSiena_Manual.tex
   pkg/RSienaTest/man/RSiena-package.Rd
   pkg/RSienaTest/man/bayes.Rd
   pkg/RSienaTest/man/plot.sienaTimeTest.Rd
   pkg/RSienaTest/man/siena07.Rd
   pkg/RSienaTest/man/siena08.Rd
   pkg/RSienaTest/man/sienaDataCreate.Rd
   pkg/RSienaTest/man/sienaGroupCreate.Rd
   pkg/RSienaTest/man/sienaModelCreate.Rd
   pkg/RSienaTest/man/sienaTimeTest.Rd
   pkg/RSienaTest/src/model/effects/AllEffects.h
   pkg/RSienaTest/src/model/effects/EffectFactory.cpp
   pkg/RSienaTest/src/model/effects/SameCovariateTransitiveTripletsEffect.cpp
   pkg/RSienaTest/src/model/effects/generic/MixedNetworkAlterFunction.cpp
   pkg/RSienaTest/tests/effectsTest.R
   pkg/RSienaTest/tests/scriptfile.Rout.win
Log:
Reasonably extensive updates: changes to bayes.r and a couple of new effects; an addition to RSiena.rda; further documentation in the help files; updates to manual and RSiena.bib.

Modified: pkg/RSiena/DESCRIPTION
===================================================================
--- pkg/RSiena/DESCRIPTION	2012-06-11 01:13:17 UTC (rev 218)
+++ pkg/RSiena/DESCRIPTION	2012-07-06 16:59:36 UTC (rev 219)
@@ -1,8 +1,8 @@
 Package: RSiena
 Type: Package
 Title: Siena - Simulation Investigation for Empirical Network Analysis
-Version: 1.1-218
-Date: 2012-06-11
+Version: 1.1-219
+Date: 2012-07-06
 Author: Various
 Depends: R (>= 2.10.0)
 Imports: Matrix

Modified: pkg/RSiena/changeLog
===================================================================
--- pkg/RSiena/changeLog	2012-06-11 01:13:17 UTC (rev 218)
+++ pkg/RSiena/changeLog	2012-07-06 16:59:36 UTC (rev 219)
@@ -1,3 +1,31 @@
+2012-07-05 R-forge revision 219
+	For RSiena and RSienaTest:
+	* Added matrices N3401, N3403, N3404, N3406, and HN3401, HN3403, HN3404, 
+		HN3406 to RSiena.Rda, with associated documentation files
+		N3401.Rd and HN3401.Rd.
+	* Updates to manual and RSiena.bib.
+   For RSienaTest only:
+	* Further serious changes in bayes.r and documentation bayes.tex.
+	* Added function print.sienaBayesFit to sienaprint.r, with 
+		new documentation file printsienaBayesFit.Rd
+	* Small changes to sienaGOF: commented out some superfluous lines.
+	* Made all siena07 calls in tests and examples to batch=TRUE:
+		this affected tests\effectsTest.R, man\plot.sienaTimeTest.Rd,
+		man\sienaTimetest.Rd.
+	* Changed documentation files bayes.Rd, sienaGroupCreate.Rd,
+		siena08.Rd, siena07.Rd, sienaDataCreate.Rd, sienaModelCreate.Rd.
+	* Updated tests\scriptfile.Rout.win to current version (scriptfile.Rout.save
+		still needs to be done!)
+	* New and changed effects: changes to 
+		\src\AllEffects.h, \data\allEffects.csv,
+		in \src\model\effects : \EffectFactory.cpp, AllEffects.h, 
+			SameCovariateTransitiveTripletsEffect.cpp, 
+			new files JumpCovariateTransitiveTripletsEffect.cpp and .h
+		in \src\model\effects\generic : MixedNetworkAlterFunction.cpp and .h,
+			SameCovariateMixedTwoPathFunction.cpp and .h, 
+			SameCovariateTwoPathFunction.cpp and .h,
+			CovariateMixedNetworkAlterFunction.cpp and .h.
+   * Removed some extra documentation producing a warning in R CMD check.
 2012-06-07 R-forge revision 216
    All for RSienaTest only.
 	* R/bayes.r: considerable update (no known errors now,
@@ -22,18 +50,18 @@
 	* Manual correspondingly updated.
 2012-05-18 R-forge revision 213
    All for RSienaTest only.
-	* R\effects.r and R\printInitialDescription.r:
+	* R/effects.r and R/printInitialDescription.r:
 	  protect against situations where matrix matchange has zero rows or columns
-	  (i.e., minor bug fix)
-	* R\sienaprint.r, R\print07Report.r, R\phase3.r, R\terminateFRAN.r, 
-	  R\robmon.r, R\sienaModelcreate.r, man\siena07.Rd, man\sienaModelCreate.r:	
+	  (i.e., prevent runtime error)
+	* R/sienaprint.r, R/print07Report.r, R/phase3.r, R/terminateFRAN.r, 
+	  R/robmon.r, R/sienaModelcreate.r, man/siena07.Rd, man/sienaModelCreate.r:	
 	  incorporate argument simOnly in sienaModelCreate() to facilitate
 	  simulation without estimation.
-   * R\initializeFRAN.r, R\sienaDataCreate.r, R\sienautils.r, man\sienaNet.Rd:
+   * R/initializeFRAN.r, R/sienaDataCreate.r, R/sienautils.r, man/sienaNet.Rd:
      incorporate argument allowOnly in sienaNet() to permit 
 	  ignoring monotonicity in data and its consequences for upOnly and downOnly.
    * data/allEffects.csv,
-	  src/model/effects/allEffects.h, src/model/effects/effectFactory.cpp,
+	  src/model/effects/AllEffects.h, src/model/effects/effectFactory.cpp,
      src/model/effects/SameCovariateTransitiveTripletsEffect.cpp,
      src/model/effects/SameCovariateTransitiveTripletsEffect.h,
      src/model/effects/TransitiveReciprocatedTripletsEffect.h,

Modified: pkg/RSiena/data/RSiena.rda
===================================================================
(Binary files differ)

Modified: pkg/RSiena/inst/doc/RSiena.bib
===================================================================
--- pkg/RSiena/inst/doc/RSiena.bib	2012-06-11 01:13:17 UTC (rev 218)
+++ pkg/RSiena/inst/doc/RSiena.bib	2012-07-06 16:59:36 UTC (rev 219)
@@ -346,7 +346,7 @@
 }
 
 @article{BSS2007,
-   Author = {Burk, W.J. and Steglich, C. E. G. and Snijders, Tom A. B. },
+   Author = {Burk, W.J. and Steglich, C. \relax{E. G.} and Snijders, Tom \relax{A. B.} },
    Title = {Beyond dyadic interdependence: Actor-oriented models for co-evolving
  social networks and individual behaviors},
    Journal = {International Journal of Behavioral Development},
@@ -472,7 +472,7 @@
 pages ={277--292}}
 
 @article{CS07,
-author = {Checkley, Matthew, and Steglich, Christian E. G.},
+author = {Checkley, Matthew, and Steglich, Christian \relax{E. G.}},
 year = 2007,
 title = {Partners in Power: Job Mobility and Dynamic Deal-Making},
 journal = {European Management Review},
@@ -628,7 +628,7 @@
    Year = {2003} }
 
 @Article{DekKrSn07,
-  author = {D. Dekker and D. Krackhardt and Tom A. B.  Snijders},
+  author = {D. Dekker and D. Krackhardt and Tom \relax{A. B.}  Snijders},
   title =        {Sensitivity of {MRQAP} Tests to Collinearity and Autocorrelation
 Conditions},
   journal =      {Psychometrika},
@@ -751,6 +751,16 @@
 PAGES = "653--663"
 }
 
+ at ARTICLE{EntwisleEtAl07,
+AUTHOR = "Barbara Entwisle and Katherine Faust and Ronald R. Rindfuss and Toshiko Kaneda",
+TITLE = {Networks and Contexts: {V}ariation in the Structure of Social Ties},
+YEAR = "2007",
+JOURNAL = "American Journal of Sociology",
+VOLUME = "112",
+PAGES = "1495--1533"
+}
+
+
 % Erdos first name is Paul
 
 @Article{ErdosRenyi1960,
@@ -963,6 +973,16 @@
   number =   1,
   pages =    {36--54}}
 
+ at book{GCSR2004,
+ author={Andrew Gelman and John B. Carlin and Hal S. Stern and Donald B. Rubin},
+ title={Bayesian Data Analysis},
+ edition = {2nd},
+ publisher={Chapman \& Hall / CRC},
+ address={Boca Raton, FL},
+ year={2004}
+}
+
+
 @Article{GelmanMeng98,
   author =       {Andrew Gelman and X.-L. Meng},
   title =        {Simulating Normalizing Constants:
@@ -1049,6 +1069,16 @@
 }
 
 
+ at BOOK{Goldstein2011,
+AUTHOR = "Harvey Goldstein",
+TITLE = {Multilevel Statistical Models},
+EDITION={4th},
+PUBLISHER = "Edward Arnold",
+YEAR = "2011",
+ADDRESS = "London"
+}
+
+
 @BOOK{GouMon1996,
 AUTHOR = "Christian {Gouriéroux} and Alain {Monfort}",
 TITLE = {Simulation-Based Econometric Methods},
@@ -1107,13 +1137,23 @@
   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.},
+                  estimation problems},
   journal =      {Proceedings of the National Academy of Sciences, U.S.A},
   year =     1998,
   volume =   95,
   pages =    {7270--7274}
 }
 
+ at Article{GuZhu98,
+  author =   {M. G. Gu and H.-T. Zhu},
+  title =    {Maximum likelihood estimation for spatial models
+    by {M}arkov chain {M}onte {C}arlo stochastic approximation},
+  journal =      {Journal of the Royal Statistical Society, series {\bf B}},
+  year =     2001,
+  volume =   63,
+  pages =    {339--355}
+}
+
 @Article{GulGar99,
   author =       {R. Gulati and M. Gargiulo},
     title =        {Where do interorganizational networks come from?},
@@ -1474,7 +1514,7 @@
    Year = {1981} }
 
 @Article{HuismanSnijders03,
-  author =       {Mark E. Huisman and Tom A. B. Snijders},
+  author =       {Mark E. Huisman and Tom \relax{A. B.} Snijders},
   title =        {Statistical analysis of longitudinal network data
 with changing composition.},
   journal =      {Sociological Methods \& Research},
@@ -1484,7 +1524,7 @@
 
 
 @Article{HuismanSteglich08,
-  author =       {Mark E. Huisman and Christian E. G. Steglich},
+  author =       {Mark E. Huisman and Christian \relax{E. G.} Steglich},
   title =        {Treatment of non-response in longitudinal network data.
 },
   journal =      {Social Networks},
@@ -1682,6 +1722,15 @@
 PAGES = "306--312"
 }
 
+ at book{KendallStuartOrd3,
+   Author = {Maurice Kendall and Alan Stuart and J. Keith Ord},
+   Title = {The Advanced Theory of Statistics. Volume 3: Design and Analysis,
+     and Time Series},
+     edition = {4th},
+   Publisher = {Charles Griffin \& Company},
+   Address = {London},
+   Year = {1983} }
+
 @article{
 Kennedy95,
    Author = {Kennedy, P. E.},
@@ -1741,15 +1790,24 @@
 PAGES = "3--28"
 }
 
- at UNPUBLISHED{KnechtEA05,
-AUTHOR = "Andrea {Knecht} and Chris {Baerveldt} and Christian {Steglich}",
-YEAR = "2005",
-TITLE = "Friendship and Delinquency in Early Adolescence. A Study of Selection
- and Influence Effects",
-NOTE = "In preparation"
+ at phdthesis{Knecht2008,
+author={Andrea Knecht},
+title={Friendship Selection and Friends' Influence.
+ Dynamics of Networks and Actor Attributes in Early Adolescence.},
+ school={University of Utrecht},
+ year={2008}
+ }
+
+ at article{KnechtEA2010,
+AUTHOR = {Andrea Knecht and Tom \relax{A. B.} Snijders and Chris Baerveldt and
+   Christian \relax{E. G.} Steglich and Werner Raub},
+YEAR = {2010},
+TITLE = {Friendship and Delinquency: Selection and Influence Processes in Early Adolescence},
+journal ={Social Development},
+volume=19,
+pages={494--514}
 }
 
-
 @InCollection{KoehlyPattison05,
   author =       {Lautra M. Koehly and Philippa Pattison},
   title =        {Random graph models for social networks:
@@ -1780,10 +1838,9 @@
 
 
 @Article{KoskinenSnijders07,
-  author =       {Johan H. Koskinen and Tom A. B. Snijders},
+  author =       {Johan H. Koskinen and Tom \relax{A. B.} Snijders},
   title =        {Bayesian Inference for Dynamic Social Network Data},
-  journal =      {Journal of Statistical Planning and Inference.
-},
+  journal =      {Journal of Statistical Planning and Inference},
   year =         2007,
   volume =   13,
   pages =    {3930--3938}}
@@ -1960,7 +2017,7 @@
    Year = {2001} }
 
 @article{LazegaDuijn97,
-   Author = {Lazega, Emmanuel and Van Duijn, Marijtje A. J.},
+   Author = {Lazega, Emmanuel and Van Duijn, Marijtje \relax{A. J.}},
    Title = {Position in Formal Structure, Personal Characteristics and
             Choices of Advisors in a Law Firm: A Logistic Regression
              Model for Dyadic Network Data},
@@ -1978,7 +2035,7 @@
   year = "2010",
   doi = "DOI: 10.1016/j.socnet.2009.12.001",
   author = "Emmanuel Lazega and Lise Mounier and
-        Tom A. B. Snijders and Paola Tubaro",
+        Tom \relax{A. B.} Snijders and Paola Tubaro",
   note = "{http://dx.doi.org/10.1016/j.socnet.2009.12.001}",
 }
 
@@ -1993,7 +2050,7 @@
    Year = {1999} }
 
 @Article{Leenders95,
-  author =       {R. Th. A. J. Leenders},
+  author =       {R. \relax{Th. A. J.} Leenders},
   title =        {Models For Network Dynamics: A {M}arkovian Framework.},
   journal =      {Journal of Mathematical Sociology},
   year =         1995,
@@ -2001,7 +2058,7 @@
   pages =    {1--21}}
 
 @article{Leenders96,
-  author = {R.Th.A.J. Leenders},
+  author = {R. \relax{Th. A. J.} Leenders},
   year = {1996},
   title = {Evolution of friendship and best friendship choices},
     journal = {Journal of Mathematical Sociology},
@@ -2027,7 +2084,16 @@
   YEAR = {2005},
   ADDRESS = {New York},
   EDITION = {3rd} }
+ at InCollection{Lepkowski89,
+  author =       {J. M. Lepkowski},
+  title =        {Treatment of wave nonresponse in panel surveys.},
+  booktitle =    {Panel Surveys},
+  pages =    {348--374},
+  publisher = {Wiley, New York},
+  year =     1989,
+  editor =   {D. Kasprzyk and G. Duncan and G. Kalton and M. P. Singh}}
 
+
 @book{Lev69,
 author ={L\'evi-Strauss, Claude},
 year = 1969,
@@ -2061,7 +2127,19 @@
 publisher = {Aldine de Gruyter},
 address = {New York}}
 
+ at INCOLLECTION{Lindenberg93,
+AUTHOR = "S.M. {Lindenberg}",
+TITLE = {Framing, empirical evidence and applications},
+BOOKTITLE = "Jahrbuch fur {N}eue {P}olitische {\"{O}}konomie",
+PAGES = "11--38",
+PUBLISHER = "Mohr (Siebeck)",
+YEAR = "1993",
+EDITOR = "Philipp {Herder-Dorneich} and Karl-Ernst {Schenk} and Dieter
+ {Schmidtchen}",
+ADDRESS = "T{\"{u}}bingen"
+}
 
+
 @Article{Lindgren2010,
   author =       {Lindgren, Karl-Oskar},
   title =        {Dyadic regression in the presence of heteroscedasticity -- An
@@ -2093,7 +2171,7 @@
 
 
 @Article{LSST11,
-  author =       {Alessandro Lomi and Tom A. B. Snijders and Christian E. G. Steglich and Vanina Jasmine Torl\`{o}},
+  author =       {Alessandro Lomi and Tom \relax{A. B.} Snijders and Christian \relax{E. G.} Steglich and Vanina Jasmine Torl\`{o}},
   title =        {Why Are Some More Peer Than Others?
                    {Evidence} from a Longitudinal Study of Social Networks and Individual Academic Performance},
   journal =      {Social Science Research},
@@ -2121,7 +2199,7 @@
 @ARTICLE{Lospinoso2011,
     TITLE={Assessing and Accounting for Time Heterogeneity in Stochastic Actor
 Oriented Models},
-    AUTHOR={Joshua A. Lospinoso and M. Schweinberger and Tom A. B. Snijders and
+    AUTHOR={Joshua A. Lospinoso and M. Schweinberger and Tom \relax{A. B.} Snijders and
  R.M. Ripley},
     JOURNAL={Advances in Data Analysis and Computation},
     YEAR={2011},
@@ -2156,26 +2234,12 @@
     URL = {http://www.stats.ox.ac.uk/~lospinos}
 }
 
-
- at InCollection{Lepkowski89,
-  author =       {J. M. Lepkowski},
-  title =        {Treatment of wave nonresponse in panel surveys.},
-  booktitle =    {Panel Surveys},
-  pages =    {348--374},
-  publisher = {Wiley, New York},
-  year =     1989,
-  editor =   {D. Kasprzyk and G. Duncan and G. Kalton and M. P. Singh}}
-
- at INCOLLECTION{Lindenberg93,
-AUTHOR = "S.M. {Lindenberg}",
-TITLE = {Framing, empirical evidence and applications},
-BOOKTITLE = "Jahrbuch fur {N}eue {P}olitische {\"{O}}konomie",
-PAGES = "11--38",
-PUBLISHER = "Mohr (Siebeck)",
-YEAR = "1993",
-EDITOR = "Philipp {Herder-Dorneich} and Karl-Ernst {Schenk} and Dieter
- {Schmidtchen}",
-ADDRESS = "T{\"{u}}bingen"
+ at article{Louis1982,
+    author={T.A. Louis},
+    title={Finding observed information when using the EM algorithm},
+    journal={Journal of the Royal Statistical Society, Series {\bf B}},
+    volume=44,
+    pages={226--233}
 }
 
 
@@ -2591,7 +2655,7 @@
   ADDRESS = {Cambridge} }
 
 @article{NowickiSnijders2001,
-author = {K. Nowicki and Tom A. B.  Snijders},
+author = {K. Nowicki and Tom \relax{A. B.}  Snijders},
 year = 2001,
 title = {Estimation and prediction for stochastic blockstructures},
 journal = {Journal of the American Statistical Association},
@@ -2621,6 +2685,15 @@
 PAGES = "995--1026"
 }
 
+ at book{HaganForster2004,
+    title={Bayesian Inference},
+    author={Anthony O'Hagan and Jonathan Forster},
+    publisher={Arnold},
+    address={London},
+   series = {Kendall's Advanced Theory of Statistics},
+   volume={2B},
+    year={2004},
+}
 
 @article{
 Oja87,
@@ -2632,6 +2705,27 @@
    Pages = {81--100},
    Year = {1987} }
 
+ at incollection{OrchardWoodbury72,
+ author={T. Orchard and M.A. Woodbury},
+    title={A missing information principle: theory and applications},
+ booktitle={Proceedings 6th Berkeley Symposium on Mathematical Statistic and Probability},
+ volume={1},
+ pages={697--715},
+ address={Berkeley},
+ publisher={University of California Press}
+}
+
+ at INCOLLECTION{Newcomb62,
+AUTHOR = "Theodore M. {Newcomb}",
+TITLE = {Student Peer-Group Influence},
+BOOKTITLE = "The American College: A Psychological and Social Interpretation of
+             the Higher Learning",
+PUBLISHER = "Wiley",
+YEAR = "1962",
+EDITOR = "N. {Sanford}",
+ADDRESS = "New York"
+}
+
 @ARTICLE{PadgettAnsell93,
 AUTHOR = "J.F. {Padgett} and C.K. {Ansell}",
 TITLE = {Robust Action and the Rise of the {M}edici, 1400-1434},
@@ -2738,7 +2832,7 @@
   pages =    {59--76}}
 
 @Article{Pearson06,
-  author =       {Michael A. Pearson and Christian E. G. Steglich and Tom A. B. Snijders},
+  author =       {Michael A. Pearson and Christian \relax{E. G.} Steglich and Tom \relax{A. B.} Snijders},
   title =        {Homophily and assimilation among sport-active adolescent
 substance users.},
   journal =      {Connections},
@@ -2934,7 +3028,7 @@
 @BOOK{RaudenbushBryk02,
   TITLE = "Hierarchical Linear Models.
  Applications and Data Analysis Methods",
-  AUTHOR = "Stephen W. {Raudenbush}, Anthony S. {Bryk}",
+  AUTHOR = "Stephen W. {Raudenbush} and Anthony S. {Bryk}",
   PUBLISHER = "Sage",
   YEAR = "2002",
       EDITION = "2nd",
@@ -2976,7 +3070,7 @@
 
 @Techreport{SienaManual11,
     Title={Manual for {Siena} version 4.0},
-    Author={Ruth M. Ripley and Tom A. B. Snijders},
+    Author={Ruth M. Ripley and Tom \relax{A. B.} Snijders},
     Institution={Oxford: University of Oxford, Department of Statistics;
 Nuffield College},
     Year={2011},
@@ -2987,7 +3081,7 @@
 
 @Techreport{SienaManual12,
     Title={Manual for {Siena} version 4.0},
-    Author={Ruth M. Ripley and Tom A. B. Snijders and Paulina Preciado},
+    Author={Ruth M. Ripley and Tom \relax{A. B.} Snijders and Paulina Preciado},
     Institution={Oxford: University of Oxford, Department of Statistics;
 Nuffield College},
     Year={2012},
@@ -3075,7 +3169,7 @@
 
 
 @article{RSWHP2007,
-  author = {Garry L. Robins and Tom A. B. Snijders and Peng Wang and Mark S. Handcock
+  author = {Garry L. Robins and Tom \relax{A. B.} Snijders and Peng Wang and Mark S. Handcock
 and Philippa E. Pattison},
   year={2007},
   title = {Recent developments in exponential random graph ($p^*$) models for
@@ -3159,7 +3253,7 @@
 
 
 @article{SchweinbergerSnijders2003,
-  author = {Michael Schweinberger and  Tom A. B.  Snijders},
+  author = {Michael Schweinberger and  Tom \relax{A. B.}  Snijders},
   title = { Settings in Social  Networks: A Measurement Model},
   journal={Sociological Methodology},
   year={2003},
@@ -3167,6 +3261,14 @@
   pages={  307-341},
  }
 
+ at phdthesis{Schweinberger2007,
+    author={Michael Schweinberger},
+    title={Statistical Methods for Studying the Evolution
+    of Networks and Behavior},
+    year={2007},
+    address={Groningen},
+    school={University of Groningen}
+}
 
 @Article{Schweinberger12,
   author =       {Michael Schweinberger},
@@ -3178,7 +3280,7 @@
 
 
 @Article{SchweinbergerSnijders07a,
-  author =       {Michael Schweinberger and Tom A. B. Snijders},
+  author =       {Michael Schweinberger and Tom \relax{A. B.} Snijders},
   title =        {Markov models for digraph panel data:
 {M}onte {C}arlo-based derivative estimation.},
   journal =      {Computational Statistics and Data Analysis},
@@ -3189,14 +3291,14 @@
 
 
 @Unpublished{SchweinbergerSnijders07b,
-  author =       {Michael Schweinberger and Tom A. B. Snijders},
+  author =       {Michael Schweinberger and Tom \relax{A. B.} Snijders},
   title =        {Random effects models for digraph panel data.},
   note =         {Working Paper},
 year = 2007,
 }
 
 @Unpublished{SchweinbergerSnijders07c,
-  author =       {Michael Schweinberger and Tom A. B. Snijders},
+  author =       {Michael Schweinberger and Tom \relax{A. B.} Snijders},
   title =        {Bayesian inference for longitudinal data on social networks
 and other outcome variables.},
   note =         {Working Paper},
@@ -3277,7 +3379,7 @@
    Year = {1986} }
 
 @Article{Snijders81,
- author = {Tom A. B. Snijders},
+ author = {Tom A.B.Snijders},
  title = {The Degree Variance: An Index of Graph Heterogeneity},
  year = {1981},
  journal = {Social Networks},
@@ -3285,7 +3387,7 @@
  pages = {163--174}}
 
 @Article{Snijders1991,
- author = {Tom A. B.  Snijders},
+ author = {Tom A.B. Snijders},
  title = {Enumeration and simulation methods for 0-1 matrices with given
  marginals},
  year = {1991},
@@ -3412,7 +3514,7 @@
 }
 
 @Book{SnijdersBosker12,
-  author =   {Tom A. B.  Snijders and R.J. Bosker},
+  author =   {Tom A. B. Snijders and R. J. Bosker},
   title =        {Multilevel Analysis: An introduction to basic and advanced
 multilevel modeling},
   publisher =    {London: Sage},
@@ -3440,7 +3542,7 @@
 }
 
 @InCollection{SnijdersEA07,
-  author =       {Tom A. B. Snijders and Christian E. G. Steglich and Michael Schweinberger},
+  author =       {Tom A. B. Snijders and Christian \relax{E. G.} Steglich and Michael Schweinberger},
   title =        {Modeling the co-evolution of networks and behavior},
   booktitle =    {Longitudinal models in the behavioral and related sciences},
   pages =    {41--71},
@@ -3460,14 +3562,14 @@
   title = {Multiplex dynamics of two-mode and one-mode networks,
            with an application to employment preference and friendship},
   year = {2011},
-  author = {Tom A. B.  Snijders and Alessandro Lomi and Vanina Torl\`{o}},
+  author = {Tom A.B. Snijders and Alessandro Lomi and Vanina Torl\`{o}},
   note = {(submitted)}
 }
 
 
 @Article{SnijdersEA10b,
   author =       {Tom A. B. Snijders and G. G. {van de Bunt} and
-Christian E. G. Steglich},
+Christian \relax{E. G.} Steglich},
   title =        {Introduction to Actor-Based Models for Network Dynamics},
   journal =      {Social Networks},
   year =         2010,
@@ -3476,7 +3578,7 @@
 
 
 @article{SPRH06,
-  author = {Tom A. B.  Snijders and Philippa E. Pattison and Garry L. Robins and Mark S.
+  author = {Tom A.B. Snijders and Philippa E. Pattison and Garry L. Robins and Mark S.
 Handcock},
   year={  2006},
   title = {New Specifications for Exponential Random Graph Models},
@@ -3487,7 +3589,7 @@
 
 
 @InCollection{SnijdersDuijn97,
-  author =       {Tom A. B. Snijders and Marijtje A. J. {van Duijn}},
+  author =       {Tom A. B. Snijders and Marijtje \relax{A. J.} {van Duijn}},
   title =        {Simulation for statistical inference in dynamic network models},
   booktitle =    {Simulating Social Phenomena},
   pages =    {493--512},
@@ -3497,7 +3599,7 @@
 
 
 @InCollection{SnijdersDuijn02,
-  author =       {Tom A. B. Snijders and Marijtje A. J. {van Duijn}},
+  author =       {Tom A. B. Snijders and Marijtje \relax{A. J.} {van Duijn}},
   title =        {Conditional maximum likelihood estimation under various
 specifications of exponential random graph models},
   booktitle =    {Contributions to Social
@@ -3521,7 +3623,7 @@
 
 
 @article{Snijders2011,
-author = {Snijders, Tom A. B.},
+author = {Snijders, Tom \relax{A. B.}},
 title = {Statistical Models for Social Networks},
 journal = {Annual Review of Sociology},
 volume = {37},
@@ -3587,7 +3689,7 @@
     Year = 2004}
 
 @article{SorensenHallinan76,
-   Author = {A. B. S{\o}rensen and M.T. Hallinan},
+   Author = {\relax{A. B.} S{\o}rensen and M.T. Hallinan},
    Title = {A stochastic model for change in group structure},
    Journal = {Social Science Research},
    Volume = {5},
@@ -3618,7 +3720,7 @@
 
 
 @Article{SteglichEA06,
-  author =       {Christian E. G. Steglich and Tom A. B. Snijders and P. West},
+  author =       {Christian E. G. Steglich and Tom \relax{A. B.} Snijders and P. West},
   title =        {Applying SIENA: An Illustrative Analysis of the Coevolution of
 Adolescents' Friendship Networks, Taste in Music, and Alcohol
 Consumption.},
@@ -3628,7 +3730,7 @@
   pages =    {48--56}}
 
 @Article{SteglichEA10,
-  author =       {Christian E. G. Steglich and Tom A. B. Snijders and Michael A. Pearson},
+  author =       {Christian E. G. Steglich and Tom \relax{A. B.} Snijders and Michael A. Pearson},
   title =        {Dynamic Networks and Behavior: Separating Selection from
 Influence},
   journal =      {Sociological Methodology},
@@ -3676,6 +3778,17 @@
     ADDRESS = "Berlin"
 }
 
+
+ at article{TannerWong87,
+    author={M.A. Tanner and W.H. Wong},
+    title={The calculation of posterior distributions by data augmentation (with discussion)},
+    journal={Journal of the American Statistical Association},
+    volume=82,
+    year=1987,
+    pages={528--550}
+}
+
+
 @ARTICLE{Tesser00,
   AUTHOR="A. Tesser",
   TITLE = "On the confluence of self-esteem maintenance mechanisms",
@@ -3784,8 +3897,8 @@
 
 
 @Article{vanBuntEA99,
-  author =       {G. G. {van de Bunt} and Marijtje A. J. {van Duijn} and
- Tom A. B. Snijders},
+  author =       {G. G. {van de Bunt} and Marijtje \relax{A. J.} {van Duijn} and
+ Tom \relax{A. B.} Snijders},
   title =        {Friendship networks through time:
 An actor-oriented statistical network model},
   journal =      { Computational and Mathematical Organization Theory},
@@ -3805,7 +3918,8 @@
 
 
 @Article{vanDuijnEA03,
-  author =       {Marijtje A. J. {van Duijn} and Evelien P. H. Zeggelink and Mark Huisman and
+  author =       {Marijtje {van Duijn} and
+  Evelien P. H. Zeggelink and Mark Huisman and
 Frans N. Stokman and Frans W. Wasseur},
   title =        {Evolution of Sociology Freshmen into a Friendship Network.},
   journal =      {Journal of Mathematical Sociology},
@@ -3814,7 +3928,7 @@
   pages =    {153--191}}
 
 @Article{DSZ2004,
-  author =       {van Duijn, Marijtje A. J. and Snijders, Tom A. B.  and Zijlstra,
+  author =       {van Duijn, Marijtje \relax{A. J.} and Snijders, Tom \relax{A. B.}  and Zijlstra,
  Bonne H.},
   title =        {$p_2$ : A Random Effects Model with Covariates for Directed
 Graphs},
@@ -3824,7 +3938,7 @@
   pages =    {234--254}}
 
 @article{vDGH2009,
-  author = {Marijtje A. J. van Duijn and Krista J. Gile and Mark S. Handcock},
+  author = {Marijtje \relax{A. J.} van Duijn and Krista J. Gile and Mark S. Handcock},
   title = {A framework for the comparison of maximum pseudo-likelihood and
 maximum likelihood estimation of exponential family random graph models},
     journal = {Social Networks},

Modified: pkg/RSiena/inst/doc/RSiena_Manual.pdf
===================================================================
--- pkg/RSiena/inst/doc/RSiena_Manual.pdf	2012-06-11 01:13:17 UTC (rev 218)
+++ pkg/RSiena/inst/doc/RSiena_Manual.pdf	2012-07-06 16:59:36 UTC (rev 219)
@@ -43,21 +43,17 @@
 endstream
 endobj
 487 0 obj <<
-/Length 1159      
+/Length 1158      
 /Filter /FlateDecode
 >>
 stream
-xÚ­VKsÛ6¾ëWð͘ ‚ ØžœÄI“»©¥ž’ 	–Pó¡’”]ýûî"ÊêdÜéhFÄc±ûíî·°d°äã„ýàûv>y󁉐´ÐOæ‰`Š2É¥•É|•|%·¦™
-Ev¦š¦ä¡í¦Ì?ÃI}z’sE,±pê~ælc‚ d	—4“J `ªJªD‘€2šqÅwÃÔƒ[Šß‚Ü»me÷¨ I5Íñ€€"¢šOµ md¯é[NÏ÷çÊv½?'©ægǾLAÜì*Øü/]:³j¿#å´Ìó€”ÃDJ
-P5UyTüÞ¸'ÔVÜ€ƒ}ÐÔ>„ï¯C„V?MS™åä½Ýšn¨mƒ‚é`AfƒÜ”“~šrØãÄ-ûŸÃÖÝîãÊV«pâ][Uvm½S<LŠƒ[%•LLŸw
-¢ê*hŒ”‘ô›ù„à Mx‘SÅ ÿ%$»Tɲžü5Éüfø÷é¸ðæCÍ“÷íä7øë>ˆ¦Íé‰jÏ6 VIK%”'[LÐÈ"I=9ЕëE?tf9\
-ĉ‚”«‚ v¸¦\G
-³O7w×!ŸúDãÆøŸßXÎŽL)å%ÿ(7sõ®‚<µ
-ÄU*ò©y²ýàÖÇ¥
-b*4éÂþM½u[úbéõyF‰ ö6®Sí{׿Ä) h)Npòpd½9¦Ë¶ÞîÍn»6
-µ"´ y‘!y‘ÈA˺3X*Z‘ac†0Zš®s•ê‚´»á°oàGv‚§ÁX@·ëƒÛxä!¬×팒Ø"“«@iÁ µÚ'‰jwÐË„{ÔS¨ÆÊ{¢‘â
-FRÇHv`Aä91Ë%›kÖa:´ñ‹öD.ÉjߘÚ-ÂCÛ¥-xÝ –Á®ÂúÁ[…9 ò䣬„~ÿ¥Lºuòbíþã$ùêM¶ž#aý^îÙöJPÁŒŸé"W¯–£¢ü\ÒêõÊ
-æ½LGù‰ó®§Y‘‹T*1=nÿÇX—]ð2Íêµ¾ ’cÆ<Ü ;ÿasf.á†Û*/8™o\Œ™‹ B¡ÀBm<Gí—{UÆå`îÂ¥;j)šüØRbО7P`búFwœ†b%ÕTX•Y) ÊîÃdáëņ	4ˆÊ®.€ÓpèòØHÿµ+k°…|wÀ‹Õ7P.,4xßôÐV*·s‹/_\ÜïÇã4&¬#ª!â…Á¸Ÿá¾l}7D  9DuŠû—Ø•Ù1öø ‘RŠödXÄÂ<´oI¦÷Àa.,b„kºÊ…–.Ç€ùe.h¦dàÔå ƒæì*\"XF~!¦F‡€×ôñ~ɁrÖQpFy½è+ËÈsç†Á6ßߍ~¯ –]„ùâÀ1º5þª„Õ_v®IÉ4¹EÖdcl|Î"‹Ãå ï2ç•FŽvkÛÅ“±Kœ7®w›yaf–Á«Ì®«XãF€1…z+Y¼xÑB½§RÅwì¸cÃ[ë@Ϻ
+xÚ­VÛrÛ6}×Wðœ1\I°}r'Mf즖ú”ô’`	5/*IÙÕßwq¡"ÊêdÜéxÆÂeqpv÷ì‚$Ù$$ù8#?ø}»˜½ù@‹„	\¨‚&‹‡„‘A“<'X$‹uòÝê&e9Úë*Í8aè¡íÒ?Ÿá¤:=IiŽsX"áÔýÜšFCA*09s†Y^âœ	€aNi4ß[€‡{n±û-нÝUæà ’Laé08À"«Eªjë`{ßâpzÞØ?צëý9=;ö%s½¯,pó¾tfeõºýΔâRÊÀ”ÂDTÎ¥¿7öÉ¡À-vpƒC at jÂï¯C„Ö?¥™à½7;Ý
+µiœápjX ù ›RÔ§…=Šìªÿ9lÝí¿š›jN¼k«ÊlŒwŠr†eY‚[%–¼œ>ï«È"¿
+ŒPæì_$ýf1£0 GZHœÈ	É&*YÕ³¿fÜo†ÿ~a´Žo>Ô4yßÎ~ƒ¿sìÑ4‘³h¯6V‰Ëœå^l(A9	, SÞ•ëe?tz5\$ ì £9x¸‡*LUÔÒüÓÍÝuȧ:1æKBG}~#’•<¥%fÿh7·õ¾‚<µ
+ÄUäèSódúÁnŽKDÊêÂþM½³]ùbéñyvÁì1l\7º:ô¶É“Ñ’ð¤áØúët˜®Úz·L¼v×µY¨¦@wâ!çeÓiW**GÃVa´Ò]gUj÷øo wêOƒ+°àÜ®G·Ý‘‡°^·)\ŠÖ `ã”\I;à)ªyò‘¨ö#N,0îN +ï	‰.IJk\$UŒd÷70)‘^­ Øl³	Ó¡¿î>&Z]ÛÕh<´]ւ׍CÌ:¬˜*́‘&%ô³ø_ˆ¤Û$/Öî?Î’¯þªÓÖs¬ß“^m¯Ä„
+&ô]½ž˜t@òÈÉêõ`ñ^f—òã]Ïx!‘qR*r¤+|·ýcQ\vÁKH7ë×úâ˜3æéÚòÿ¥M‰¾Ä^+YP´ØÚ3I„B…Z{†W6.÷*N	¦pÝ…GwÒR.豥Ġ=o¡.àŠmèÞ8ýb’T]¹ªä%>Îö&K_/&L ATf}œ‚7@•ÇFú¯]YÁmÑÈw÷°úæ àÈBƒ÷MÏÝÕ†ÊíìrïË×-î´÷ã1• „Md5DÞ! 0˜ö3·pèS_à
+(°„¨NBqÿ’{Ž?ÆÞ}€)u÷	XÄÂ<´o–º÷Äa9‚Ñ]eCKSÀü²e˜«4u9Ȁ̯Â#âÊÈ/Ä´Ãh¸¶Mß	’ƒ´NÞ—I^ ×ùJ8zîì0˜æûw£Ä'ˆð©‹0_Ž«[íŸJXýeo{°t$‰B·NµÚj¿GçQÅáq€ï2ëA£F»éâÉØ%Î×»mçt¡MÎá«ÌlªXÓFàb
+õV’2|ðº‡ê=ƒ€”4bÚ±á[ë&ÈÏÒ
 endstream
 endobj
 477 0 obj <<
@@ -235,53 +231,53 @@
 /Type /ObjStm
 /N 100
 /First 867
-/Length 2571      
+/Length 2569      
 /Filter /FlateDecode
 >>
 stream
-xÚÅZm“7þî_¡o—TÝÉRKÝ’R©T±ä¨ÊpU¹ãø0ì΂ƒ×Þ²Ç	ù÷÷ôŒl`ÃÚæð
-Æ–žyÔjõ›]0ÎD—Lôh²ÉxòÞx£'ã™Ñ²ñYЊ!¯m1Äd"9C’Ñ\œDŠ&à³HÉÆ8Ê&̾þÃœ„ïvú,†õ=¡f0ˆÎpƘŒ¸2‰1ÁØ“^ÌF
-Ƴ7‰0>‹à˜RA+&às1Y0Nœ)ú	¦„4‰M)˜'ÉxÒä½ÃSLX±+€JX²Ÿ˜°f¯d±pï3Xàk :ºæˆwz,BÃXŒÉÀÉQcVÉ ÄzÈ+©Q¬
-©(#¾&ý
-òÑat°"¥ÂÆö_äÙ‘ñš…ÐHïal^H*Kl_ÈI;X€Ã.±×Ýgö*fÌ`¯òe7aTPú^œ^áuI;
-aß?`·<8§€ø#þÃ>3çÒo 'Ò8e)&Ý>}¯Ë!6‚õ #F"ÞÌPaì+CGD²vŠ‘¬„°¤¤ˆ¶Ù{í`Ÿ‰Ã„C0)(çMâ~0¶^’vĤ쵓$§Uf¨‹¾&0T2é¡X9(q|£@†Êà¾RÑ¥à<¯rŽíÔjYúµèë`Æà„¥0´¼d¨(³*’ÓÑPNï|Œ“ï¿7ÓgfúãòùÒLï›oÖ›Wú·½èfË…õdɆoÍ?L¾úæ¬}Óü:[®š¹i—Ëß®ÛEg®6‹~·ÇàÅðâ‡x«¦k÷AmA¶„‚yÒ¬šë¶kWf¶Àÿ7«¶kîæ±›oýÁzó϶ûm¹z»>4‡vshGúÐœSîÁë¥ù/AøÍ\	¯Ûù0ÎtÍ«y{ðõqoCÍWóM»¸hï†ÚâlQ€±Z-Wæº]¯›×‡ÞwCÏÜ߬f‹×¦]w³ë;¤}Ó¬ºíâ=zdž¬–¯±S×íjýsÝ,6Í|I®/cócÛ™îMkÖËÍ
-Ë»X^¶{æI'æ1&­L·\Î×æ÷åÆ,ÚörÏÄT'&s¶™Í/±º¿B¨ë®™Ïu¥ÍâÒ\¼i/ÞêƒÒ¹i.ÞBj{sEÌæ_‹K¬ºÆª¹¬]Ó^]aÂ~ÙçìÑ3Þ5×7óö»-ˆ²éV828:—f¹éþvÙ¾^µíÐÍÍ
-Ží읽7 Þ3?Í֝Y^™‡õà­±tóxÖúéƒwíÅæÓ›¼ƒ: ÎÌù›feÂ>]C@¨[š¶YÍgÀúRPô=8çιyÚ^µ+Uè~ôdúü÷›ÖLŸ@ä“éù'}Ñ­Õ 8x:™>mõX÷.ªÿèíå¬9[¾3/>€´Ïcjsy9ÒJ­V,áÞb±â‹Þ{â“ÞyömvµõC6<SmCmcß¾œ`Êøçǯ~ü®õÑ5Ü[&âë)ÃÅ3(ö,éþCý;?wXmÏi2}¶yÕõÏ?Ío'Ó³¥nL¿*÷rú÷é£é9@î¥Ê/|’Ã	
-êàm½èÄfR?ïlãî™Û;p1ëZûl1ûEUÕ
-úv2Ö,‰÷d,. ?‡LÛ‡P[2œmø.|B.Â6!NØqÉÉDG“ypÏ¥ÓÑñ'$÷4h  oªTv_€EñïÙälB¶?‰ùd=¢ª-Ê8aò9l¼kNH'Cu`¶t)Éþø܇>æÁ>Mþ÷kZ‡h=1Ù‚Ìg±™Ï_Þ9¶c¡@qæGcÂT÷T³Æ2˜R< ñ(¾> ¢…¶0”%l”Xt
-ï,è‡Öõao]ӝÖõyû®»m[oyŽrÛ“hþEž„Ý°M†–k+µMµÍµ<Ž&ECëkKµ­x¾âùŠç+ž¯x¾âùŠG*U<ªxTñ¨âQÅ£ŠG*^¨x¡â…Š*^¨x¡â…Š*^È{ÊÏ=¾ØUUHHp$ƒ&³pvšhԒʧÏÂ.²ú’#ùiQÐêIô8‘`Áb‘›}’E!@VÃ‡Þ¿®sq¯ èt,¼S“•Ã&yì´‡­‚T@Ë[˧i¼vé”ÙraØEÒª%úì&«ÄÃ\N)b«e˜lœ£PHk£$•ÒL>"sRÑT:)Ú€sN<c·üä|F@.ˆ(Ú¬EŠ„`ѧ#é„ÓÓag#Ìb€Q	ZPAPDéXñÄÓó	ñkOG$ÂEhѱÚç§CbÕA$6ÃÁÂÛ ÇŠGF8è>ZÖäúâõ<¶Ñ¥Ã}Õ%­™†ˆµjYË6LGÉ&ŒpÒ|Á-„ÛÌZžõ1Ë‘|NÒ‘g[Ap™q´´²[,ÇcåN¯;)G
-* g‰µÔž,ç#t'ŽÀ…#ü`œ2KÍ%Ða.<(pÖ¼4D+zÂÁJ’Ã\F8ß1 7NÁ*¶ô7.Þ&ò‡¹¤¸x¤¤µ	ÏIô¶© =B.y.pE /1[½@Aºšýb)'>
-M<B‚2Ì
-…»`:=8mIHÖaa9G€ÓŽ¡ì
-€ÃéYP¶	[ãvWEýÁ^#X™ˆ¤|†g0Ëá0<ŽàzσL at cß<«8ÂâƒÍ|<ôf³ xÑ›a§ùR9’Γ•JèoXmÁŠ2í‰ÅwlÆà"0njÛ°VÒø€ÃTFðËðÅ°mZ½†mS'I}Àa.#œ&$‘Vo³±
-6¡KñGHe¯LZFGÈ­ŒJâ>Û/r„TFðÊ„Ô^KúH-«ÖÒŠàa.#xeBjOn8ÍZp"rÖ1æ2‚Wî} BnŸ\ïÉ%ªt˜Kì?!Ü&\b7±>!ïnÕ‰Õ4íj¿^ÝÝ](þhð¶PLP$gwŠcмö3ËÁÿOÉw¨9Tò
-Ô_Pò
-µDk‰4Öi¬%ÒXK¤uúá¹–J¹Žç:žëxގߎ«%U®%U®%Z®ï—Š+O*žT<©xRñ¤âIÅ“Š'/U¼TñRÅK/U¼Tñê]'ת<×KU®—ª\/U¹^ªr½Låz™Êõ2•sÅ«÷
-<\øž¸tœ
-“ƒgA«?ìI
-Ê~o¨6‚Iø{ý!!‘ÐrB"êÊÁ„‚G¹/â"Xo! |ôG„F<J¤&Hƒó$VUé'$%Gò£¸X/X/M]B6
-‡wŠF¸p œfòÞêÀSâ¯Je'(®Þ®ï¤=\´à’/ñ`Â*œä¤?îːU*;©8¶jõWzÕ'p™Ñ¦Ǹ	ÈA‘%(‹ƒXÞG>B,;k÷?ó›í/
+xÚÅZm“7þî_¡o—TÝÉRKÝ’R©T±ä¨J
+HUî8>»³à൷ìqBþý==#ØbmsxHcKÏ<jµúMŽ.g¢K&z4Ùd<yo<áÑ“ñÌhÙø,hŐ׶b2‘œ!Éhƒ	.N"EðY¤dce
+æ_ÿaNÂ÷
+;}ÃúžP3Dg8cLF\™Ä`lŒÉˆ /f#ãÙ›D	ŸEpL© “ð¹˜,'Î}SBšD‰¦Ì“d¼éòÞá)&¬Ø@%,ÙƒOLX³W²X¸÷,𵀊	]sÄ;=¡a,Ædà䨃1«d b=ä•T†(aVŽ†T”_‹~yŠ‹è0:X‚Rá	c{‚/	ò‚l„ÈxMˆB褌÷06/$•%¶/ä¤,Àa—Øën‚3{3f°Wù²›°*(ý
+/N¯ðº€¤…ÀÆ°ï°[œ‚S@ü‹ÿaŸ™sé7iœ²”	“nŸ†>ˆ×åÁzÐ#of¨ˆ0ö•¡#"Y;ÅHÖBXRRDÛì½v°ÏÄaÂ!˜”sˆ&q?[/I;bRöÚI’ÓŽ*3ÔE_“	*™tP¬”8¾ÎÑG Ceð_©ÎèRpŠW9G‚ö@êµ,ýÚôˆu0cpÂRZ^2T”YÉéh(§w>ÆÉ÷ß›é33ýqù|i¦÷Í7ëÍ+ýÛ^t³åÂz²d÷æ‡&ß}sÖ¾i~Ÿ-WÍÜ´‹Ëå×í¢3W›E?áÛcðâxñC¼UÓµû ¶ [BÁ<iVÍuÛµ+3[àÿ›UÛ5wóØÍ·~‹`½ùWÛý±\½]šC»9´#}hÎŽ)÷àõÒü— üf®„×í|gºæÕ¼=øú¸ƒŠ·¡f‹«ù¦]\´wCmq¶(ÀX­–+sÝ®×ÍëCo;¡gîoV³ÅkÓ®»ÙõÒ¾iVÝvñ=2OVË×Ø©ëvµþ›¹n›f¾‡$×—±ù±íL÷¦5ëåf…å],/Û=ó¤Îó“V¦[.çkóçrcm{¹gbª“9ÛÌæ—XÝß!Ôu×ÌçºÒfqi.Þ´oõAéÜ4o!µ=ˆ¹"fóËâ«î€±…j.k×´WW˜°_öy'{ỗwÍõͼýn¢lºŽŽÎ¥Ynº\¶¯Wm{'tssƒc;{gï
+¨÷ÌO³ug–Wæa=xk,Ý<^µ~úà]{±ùô&ï Î¨3sþ¦Y@™°O×Ð ê–¦mVó°~‡}Îù€snž¶WíJº=™>ÿó¦5Ó'ùdz¾ÄI_tkõžN¦OÛA=Ö½‹ê?ú¹½œ5gËwæ…Ã0€–ày`Lm./'@Z©ÕŠ¥"Ü[,–@|Ñ{O|Ò;Ͼͮ¶~háцgªm¨mìÛ—,@ÿúøÕo¿Ñµ>º†{KÃD|=Åa¸xÅ~%ݨßcaçïç«í9M¦Ï6¯ºþù§Ùâídz¶ÔéWå^Nÿ9}4=ÇȽT9à…/Br8AA¼Íð2щͤ~ÞÙTÆÝ3·wàbÖµöÙbö›ªªôí$d¬Y„ïÉX\@
+™ ¶¡¶d8Ûð9\ø„\„mBœ°ã’“-ˆ6Ž&óàžK§£ã=NHîi›¡Ó^¼E¨RÙ}u6"¶ÿžMζ dû‹èOÖ#ªÚÒ¡Œ&ŸÃÆ»æ„t2TögK' ’ì¿€Ï}ècìÓô×ÿ±¦uˆÖ“-È|›ùüåcË0
+äg~4ö!LuOå!<k,ƒ)ÅÔ½øú€ˆ6Ú>ÀP–°}@.Pb}Ð)¼³ Zׇ½uMwZ×çí»î¶m½åI8ÊmO¢AøyvÃ:45Z®­Ô6Õ6×vð8š
+­¯-Õ¶âùŠç+ž¯x¾âùŠç+U<ªxTñ¨âQÅ£ŠG*U<ªx¡â…Š*^¨x¡â…Š*^¨x!ì)?÷0øþa{TU!!Á‘šÌÂÙi¢-PKºÃŒî"«/9’Ÿf­žD	,¹Ù'Yôòˆà`9|èý‹Àá:÷
+‚NÇÂ;5X9l’ÇN{Ø*H´¼u±|šÆû`—N)‘-†]$­zP²¡Ïþa²J<Ìå”r!¶ZF€ÉÆ9
+‰´–1JR)ÝÉä#2'M¥“¢
+8§!á´Àƒ0vËçp$ŸÄ#b Š6k‘"!XôéH:áôtØÙ³`T‚TQ:V<ñô|BFüÚÓ‰pQZt¬öðééXõF‰ÍðF°ð6ȱ⑺–5¹€þ°h=mtéðAAu at Ik¦!b­Z@Ö²
+ÓQ²	#œt_°ÃEá6³–g½EÌr$ŸÓŸtäÙVÜEf-­ìËñXù„ÓëNDÊ‘‚
+ÈYb-µ'Ëù݉#pሠy8e–š+J Ã\x.Pà¬yiˆVô„ƒ•$‡¹Œp¾cpÐ$<Tléo\¼MäsI#pñHIjž“èmSA{„\ò\àŠ@_b¶z‚t5û#ÄRN}š(x6„!d˜
+wÀtz
+pÚ’¬ÃÂrŽ §CÙ ‡Ó³ l¶Æ3ì2®Šúƒ½,F°$2Iù>Ïa –ÃaxÁõž™€Æ¾	6xVp„Å›øxèÍfAð¢7ÃNó¥r$2&-*•Ðß°Úþ‚9dÚ‹ïØŒÁE`ÜÔ¶a­**¤ð‡©Œà—á‹aÛ´z
+Û¦6N’ú€Ã\F8MH"­Þf3blB—⏐Ê^™´ŒŽ[•Ä}¶_ä©Œà•	©½–ô‘8ZV­	¤ÁÃ\FðÊ„ÔžÜpšµàDä¬c:Ìe¯Üû@„Ü>¹Þ’K8Té0—2ØB¸M¹Änb}<B.Þݪ«iÚÕ~½ºº»PüÑàm¡˜ HÎî(Ç yíg–ƒÿŸ’ïPsþ¨ä;¨¿ äj‰4Öi¬%ÒXK¤±–Hë2ôÃs-•rÏu<×ñ¼¿WKª\Kª\K´\ß/W*žT<©xRñ¤âIÅ“Š'O*^ªx©â¥Š—*^ªx©âÕ»N®Uy®—ª\/U¹^ªr½Tåz™Êõ2•ëe*çŠWïx¸ð=qé8!&Ï‚VØ“<”ýÞPm“.ð÷úC.B"¡5ä„DÔ•ƒ		r_ÄE°ÞB0Aù菍x”HMþ5æI¬ªÒOHJŽä3Fq9°^6°^š"º„lïpá &8Íä½Õ!¦Ä_•ÊN*P\½]ßI%:{¸hÁ#$_âÁ„U*8ÉIÜ—!%þªTvRqlÕþê¯2ôªOà2£?L%Žqƒ"KP± ¼|„XvÖîp«í3
 endstream
 endobj
 636 0 obj <<
-/Length 1562      
+/Length 1561      
[TRUNCATED]

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


More information about the Rsiena-commits mailing list