[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}zsE,±pê~ælc d 4J `ªJªD2qÅwÃÔ[ßÜ»me÷¨ I5Íñ"¢Oµ md¯é[NÏ÷çÊv½?'©ægǾLAÜì*Øü/]:³j¿#å´ÌóÃDJ
-P5UyTüÞ¸'ÔVÜ}ÐÔ>ï¯CV?MSåä½Ýn¨mé`AfÜ~rØãÄ-ûÃÖÝîãÊV«pâ][Uvm½S<L[%LLw
-¢ê*hôùà MxSÅ ÿ%$»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*Zac0Z®sê´»á°oà Gv§ÁX@·ëÛxä!¬×íØ"«@iÁ µÚ'jwÐË{ÔS¨ÆÊ{¢â
-FRÇHv`Aä91Ë%kÖa:´ñöD.ÉjßÚ-ÂCÛ¥-xÝ Á®ÂúÁ[
9 ò䣬~ÿ¥Lºuòbíþã$ùêM¶#aý^îÙöJPÁé"W¯£¢ü\ÒêõÊ
-æ½LGùó®§YT*1=nÿÇX]ð2Íêµ¾ cÆ<Ü ;ÿasf.áÛ*/8o\ B¡ÀBm<GÃ{UÆå`îÂ¥;j)üØRbÐ7P`búFwb%ÕTXY) ÊîÃdáëÅ 4Ê®.ÓpèòØHÿµ+k°
|wÀÕ7P.,4xßôÐV*·s/_\ÜïÇã4&¬#ª!â
Á¸á¾l}7D 9DuûØÙ1öø RödXÄÂ<´oI¦÷Àa.,bkºÊ
.Çùe.h¦dàÔå æì*\"XF~!¦F×ôñ~ÉrÖQpFy½è+ËÈsçÁ6ßß~¯ ]ùâÀ1º5þªÕ_v®IÉ4¹EÖdcl|Î"Ãå ï2çFvkÛűK7®wyafÁ«Ì®«XãF1
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è¡íÒ?á¤:=IisX"áÔýÜFCA*09sY^â aNi4ß[{n±û-нÝUæà Laé08À"«Eªjë`{ßâpzÞØ?צëý9=;ö%s½¯,pó¾tfeõºýÎâRÊÀÂDTÎ¥¿7öÉ¡À-vpC at jÂï¯CÖ?¥à½7;Ý
+µiápjX ù RÔ§
=ìªÿ9lÝí¿jN¼k«ÊlwreY[%¼>ï«È"¿
+Pæì_$ýf1£0 GZHÈ É&*YÕ³¿fÜoÿ~a´o>Ô4yßÎ~¿sìÑ4³h¯6VËå^l(A9 , SÞëe?tz5\$ ì £9x¸*LUÔÒüÓÍÝuȧ:1æKBG}~#<¥%fÿh7·õ¾<µ
+ÄUäèSódúÁnKDÊêÂþM½³]ùbéñyvÁì1l\7º:ô¶ÉÑð¤áØúët®Úz·L¼v×µY¨¦@wâ!çeÓiW**GÃVa´Ò]gUj÷øo wêO+°àÜ®G·Ý°^·)\Ö `ã\I;à)ªyò¨ö#N,0îN +ï .IJk\$Ud÷70)^ Øl³ Ó¡¿î>&Z]ÛÕh<´]Ö×CÌ:¬*Ì&%ô³ø_¤Û$/Öî?ίþªÓÖs¬ß^m¯Ä
+&ô]½t@òÈÉêõ`ñ^fòã]Ïx!qR*r¤+|·ýcQ\vÁKH7ë×úâ3æéÚòÿ¥M¾Ä^+YP´ØÚ3IB
Z{W6.÷*N ¦pÝ
GwÒR.è±¥Ä =o¡.àmèÞ8ýbT]¹ªä%>Îö&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
+õV2|ðºê=4bÚ±á[ë&ÈÏÒ
endstream
endobj
477 0 obj <<
@@ -235,53 +231,53 @@
/Type /ObjStm
/N 100
/First 867
-/Length 2571
+/Length 2569
/Filter /FlateDecode
>>
stream
-xÚÅZm7þî_¡oTÝÉRKÝR©T±ä¨ÊpU¹ãø0ìÎ×Þ²Ç ù÷÷ôl`ÃÚæð
-ÆyÔjõ]0ÎDLôh²ÉxòÞx£'ãѲñYÐ!¯m1Äd"9CÑ\D&à³HÉÆ8Ê&̾þÃïvú,õ=¡f0ÎpƸ21ÁØ^ÌF
-Ƴ70>àRA+&às1Y0N)ú ¦4M)'É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»>4vshGúÐ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ÒJV,áÞb±âÞ{âÞyömvµõC6<SmCmcß¾`Êøçǯ~ü®õÑ5Ü[&âë)ÃÅ3(ö,éþCý;?wXmÏi2}¶yÕõÏ?Ío'Ó³¥nL¿*÷rú÷é£é9@î¥Ê/|Ã
-êàm½èÄfR?ïlãîÛ;p1ëZûl1ûEUÕ
-úv2Ö,Â÷d,. ?LÛP[2mø.|B.Â6!NØqÉÉDGypÏ¥ÓÑñ'$÷4h oªTv_EñïÙälB¶?ùd=¢ª-Ê8aò9l¼kNH'Cu`¶t)ÉþøÜ>æÁ>Mþ÷kZh=1ÙÌg±Ï_Þ9¶c¡@qæGcÂT÷T³Æ2R< ñ(¾> ¢
¶0%lXt
-ï,èÖõao]ÓÖõyû®»m[oyrÛhþEÝ°Mk+µMµÍµ<&ECëkKµx¾âùç+¯x¾âùG*U<ªxTñ¨âQÅ£G*^¨x¡â
*^¨x¡â
*^È{ÊÏ=¾ØUUHHp$&³pvhÔʧÏÂ.²ú#ùiQÐêIô8`Áb}E!@VÃÞ¿®sq¯ èt,¼SÃ&yì´T@Ë[˧i¼véÙraØEÒª%úì&«ÄÃ\N)b«el£PHk£$ÒL>"sRÑT:)ÚsN<c·üä|F@.(Ú¬E`ѧ#éÓÓag#ÌbQ ZPAPDéXñÄÓó ñkOG$ÂEhѱÚç§CbÕA$6ÃÁÂÛ ÇGF8è>ZÖäúâõ<¶Ñ¥Ã}Õ%µjYË6LGÉ&pÒ|Á-ÛÌZõ1Ë|NÒg[Apq´´²[,ÇcåN¯;)G
-* gµÔ,ç#t'À
#ü`2KÍ%Ða.<(pÖ¼4D+zÂÁJÃ\F8ß1 7NÁ*¶ô7.Þ&ò¹¤¸x¤¤µ ÏIô¶© =B.y.pE /1[½@Aºýb)'>
-M<B2Ì
-
»`:=8mIHÖaa9GÓ¡ì
-ÃéYP¶ [ãvWEýÁ^#X¤|g0Ëá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â>Û/rTFðÊÔ^KúH-«ÖÒàa.#xeBjOn8ÍZp"rÖ1æ2Wî} Bn\ïÉ%ªtKì?!Ü&\b7±>!ïnÕÕ4íj¿^ÝÝ](þhð¶PLP$gwcмö3ËÁÿOÉw¨9Tò
-Ô_Pò
-µDk4Öi¬%ÒXK¤uúá¹J¹ç:ëxÞß«%U®%U®%Z®ï+O*T<©xRñ¤âIÅ'/U¼TñRÅK/U¼Tñê]'ת<×KU®ª\/U¹^ªr½LåzÊõ2sÅ«÷
-<\ø¸t
-gA«?ìI
-Ê~o¨6Iø{ý!!ÐrB"êÊÁG¹/â"Xo! |ôGF<J¤&Hó$VUé'$%Gò£¸X/X/M]B6
-wF¸p fòÞêÀSâ¯Je'(®Þ®ï¤=\´à/ñ`Â*ä¤?îËU*;©8¶jõWzÕ'pѦǸ ÈA%(XÞG>B,;k÷?óí/
+xÚÅZm7þî_¡oTÝÉRKÝR©T±ä¨J
+HUî8>»³à൷ìqBþý==#ØbmsxHcKÏ<jµúM.g¢K&z4Ùd<yo<áÑñÌhÙø,hÅ׶b2!Éh .N"EðY¤dce
+æ_ÿaNÂ÷
+;}ÃúP3Dg8cLF\Ä`lÉ /f#ãÙD EpL© ð¹,'Î}SBD¦Ìd¼éòÞá)&¬Ø@%,ÙOLX³W²X¸÷,ðµ ]sÄ;=¡a,Ædàä¨1«d b=äT(aVT_~yè0:XRá c{/ òlÈxMBè¤÷06/$%¶/ä¤,ÀaØën3{3f°Wù²°*(ý
+/N¯ðº¤
ÀÆ°ï°[S@üÿasé7i² n>×åÁzÐ#of¨0ö¡#"Y;ÅHÖBXRRDÛì½v°ÏÄaÂ!s&q?[/I;bRöÚIÓ*3ÔE_ *tP¬8¾ÎÑG Ceð_©ÎèRpW9Gö@êµ,ýÚôu0cpÂRZ^2TYÉéh(§w>ÆÉ÷ßé33ýqù|i¦÷Í7ëÍ+ýÛ^t³åÂz²d÷æ&ß}sÖ¾i~-WÍÜ´Ëå×í¢3WE?áÛ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µþ¹nf¾$×±ù±íL÷¦5ëåf
å],/Û=ó¤ÎóV¦[.çkóçrcm{¹gbª9ÛÌæXÝß!Ôu×ÌçºÒfqi.Þ´oõAéÜ4o!µ=¹"fóËâ«î±
j.k×´WW°_öy'{ôÌwÍõͼýn¢lºÎ¥Ynº\¶¯Wm{'tssc;{gï
+¨÷ÌO³ugWæ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ºÃî"«/9fD ,¹Ù'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ØÙ³`TTQ:V<ñô|BFüÚÓpQZt¬öðééXõFÍðF°ð6ȱâº5¹þ°h=mtéðAAu at Ik¦!bZ@Ö²
+ÓQ² #t_°ÃEá6³g½EÌr$ÓtäÙVÜEf-ìËñXùÓëNDÊ
+ÈYb-µ'ËùÝ#pá y8e+J Ã\x.Pà¬yiVô$¹p¾cpÐ$<Tléo\¼MäsI#pñHIjèmSA{\ò\à@_b¶zt5û#Ä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é02ØB¸M¹Änb}<B.Þݪ«iÚÕ~½ºº»PüÑàm¡ HÎî(Ç yígÿïPsþ¨ä;¨¿ äj4Ö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ùèxHMþ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