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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Sep 20 19:21:02 CEST 2010


Author: ripleyrm
Date: 2010-09-20 19:20:59 +0200 (Mon, 20 Sep 2010)
New Revision: 120

Modified:
   pkg/RSiena/DESCRIPTION
   pkg/RSiena/R/phase3.r
   pkg/RSiena/R/print01Report.r
   pkg/RSiena/R/sienaDataCreate.r
   pkg/RSiena/R/simstatsc.r
   pkg/RSiena/changeLog
   pkg/RSiena/data/allEffects.csv
   pkg/RSiena/inst/doc/s_man400.pdf
   pkg/RSiena/man/RSiena-package.Rd
   pkg/RSienaTest/DESCRIPTION
   pkg/RSienaTest/R/effects.r
   pkg/RSienaTest/R/phase3.r
   pkg/RSienaTest/R/print01Report.r
   pkg/RSienaTest/R/sienaDataCreate.r
   pkg/RSienaTest/changeLog
   pkg/RSienaTest/data/allEffects.csv
   pkg/RSienaTest/doc/Siena_algorithms4.tex
   pkg/RSienaTest/doc/s_man400.tex
   pkg/RSienaTest/inst/doc/s_man400.pdf
   pkg/RSienaTest/man/RSiena-package.Rd
Log:
Bug fixes

Modified: pkg/RSiena/DESCRIPTION
===================================================================
--- pkg/RSiena/DESCRIPTION	2010-08-21 17:17:59 UTC (rev 119)
+++ pkg/RSiena/DESCRIPTION	2010-09-20 17:20:59 UTC (rev 120)
@@ -1,8 +1,8 @@
 Package: RSiena
 Type: Package
 Title: Siena - Simulation Investigation for Empirical Network Analysis
-Version: 1.0.11.119
-Date: 2010-08-21
+Version: 1.0.11.120
+Date: 2010-09-20
 Author: Various
 Depends: R (>= 2.9.0), xtable
 Imports: Matrix

Modified: pkg/RSiena/R/phase3.r
===================================================================
--- pkg/RSiena/R/phase3.r	2010-08-21 17:17:59 UTC (rev 119)
+++ pkg/RSiena/R/phase3.r	2010-09-20 17:20:59 UTC (rev 120)
@@ -313,7 +313,7 @@
     if (!x$maxlike && z$cconditional)
         Report(c('basic rate parameter',
                  c('', 's')[as.integer(z$observations > 2) + 1],
-                 ' as well as \n'), outf)
+                 ' as well as \n'), sep='', outf)
     Report(c('convergence diagnostics, covariance and derivative matrices based on ',
              z$Phase3nits, ' iterations.\n\n'), sep='', outf)
     Report('Information for convergence diagnosis.\n', outf)

Modified: pkg/RSiena/R/print01Report.r
===================================================================
--- pkg/RSiena/R/print01Report.r	2010-08-21 17:17:59 UTC (rev 119)
+++ pkg/RSiena/R/print01Report.r	2010-09-20 17:20:59 UTC (rev 120)
@@ -708,7 +708,7 @@
                                 nsmall=3, width=10), "\n"), outf)
             }
             Report('\n', outf)
-            Report(c(ifelse(nCovars == 1, "This ", "These"),
+            Report(c(ifelse(nCovars == 1, "This ", "These "),
                      "global mean value",
                      ifelse(nCovars == 1, " is ", "s are "),
                      "subtracted from the changing dyadic covariate",

Modified: pkg/RSiena/R/sienaDataCreate.r
===================================================================
--- pkg/RSiena/R/sienaDataCreate.r	2010-08-21 17:17:59 UTC (rev 119)
+++ pkg/RSiena/R/sienaDataCreate.r	2010-09-20 17:20:59 UTC (rev 120)
@@ -1612,7 +1612,7 @@
                                                 dim3)
                 attr(newcovar, "range2") <- matrix(attr(const[[j]], "range2"),
                                                    ncol=dim3, nrow=2)
-                attr(newcovar, 'name') <- attr(const, "name")
+                attr(newcovar, 'name') <- attr(const[[j]], "name")
                 nVCovar <- nVCovar + 1
                 vars[[nVCovar]] <- newcovar
             }

Modified: pkg/RSiena/R/simstatsc.r
===================================================================
--- pkg/RSiena/R/simstatsc.r	2010-08-21 17:17:59 UTC (rev 119)
+++ pkg/RSiena/R/simstatsc.r	2010-09-20 17:20:59 UTC (rev 120)
@@ -1760,6 +1760,7 @@
         basicEffects <- ff$basicEffects
         interactionEffects <- ff$interactionEffects
         nGroup <- ff$nGroup
+        types <- ff$types
     }
     ans <- .Call('effects', PACKAGE=pkgname, pData, basicEffects)
     pModel <- ans[[1]][[1]]

Modified: pkg/RSiena/changeLog
===================================================================
--- pkg/RSiena/changeLog	2010-08-21 17:17:59 UTC (rev 119)
+++ pkg/RSiena/changeLog	2010-09-20 17:20:59 UTC (rev 120)
@@ -1,9 +1,23 @@
+2010-09-20 R-forge revision 120
+
+	* data/allEffects.csv: added alter average distance 2 effects for
+	behavior variables
+	* R/sienaDataCreate.r: fixed bug in names of dyadic covariates
+	when converted to varying covariates for groups
+	* R/getEffects.r: fixed bug in starting values for behavior
+	variables when all changes were in one direction
+	* R/phase3.r: minor correction to text in siena07 report.
+	* R/print01Report: minor correction to text.
+	* R/simstatsc.r (RSiena only): make sure types are available to
+	multiple processes.
+
+
 2010-08-21 R-forge revision 119
 
 	* R/sienaDataCreate.r: fix function comments so documentation
-	runs. 
+	runs.
 	* R/RSienaRDocumentation.r: minor source format changes.
-	
+
 2010-08-20 R-forge revision 118 RSienaTest only
 
 	* src/siena07internals.cpp, src/siena07models.cpp,

Modified: pkg/RSiena/data/allEffects.csv
===================================================================
--- pkg/RSiena/data/allEffects.csv	2010-08-21 17:17:59 UTC (rev 119)
+++ pkg/RSiena/data/allEffects.csv	2010-09-20 17:20:59 UTC (rev 120)
@@ -17,6 +17,8 @@
 behaviorOneModeObjective,behavior xxxxxx similarity in dense triads <maybe wrong>,beh. xxxxxx homogeneity of dense triads <<<maybe wrong>>>,simDenseTriads,FALSE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,5,objective,NA,NA,0,0,0,0
 behaviorOneModeObjective,behavior xxxxxx reciprocated degree,beh. xxxxxx reciprocated degrees,recipDeg,FALSE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 behaviorOneModeObjective,behavior xxxxxx ave. sim. x popularity ego,beh. xxxxxx ave. sim. x indegrees ego,avSimPopEgo,TRUE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
+behaviorOneModeObjective,xxxxxx alter at distance 2,xxxxxx alter at distance 2,altDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0
+behaviorOneModeObjective,xxxxxx similarity at distance 2,xxxxxx similarity at distance 2,simDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 behaviorOneModeObjective2,behavior xxxxxx: infl. one-sided ? x xxxxxx alter,beh. xxxxxx: infl. interaction? x xxxxxx alter,behInfl1sid,TRUE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 behaviorBipartiteObjective,behavior xxxxxx average similarity,beh. xxxxxx average similarity,avSim,TRUE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 behaviorBipartiteObjective,behavior xxxxxx total similarity,beh. xxxxxx total similarity,totSim,TRUE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
@@ -29,7 +31,7 @@
 behaviorBipartiteObjective,behavior xxxxxx dense triads <maybe wrong>,beh. xxxxxx dense triads <<<maybe wrong>>>,behDenseTriads,TRUE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 behaviorBipartiteObjective,behavior xxxxxx similarity in dense triads <maybe wrong>,beh. xxxxxx homogeneity of dense triads <<<maybe wrong>>>,simDenseTriads,TRUE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 behaviorBipartiteObjective,behavior xxxxxx ave. sim. x popularity ego,beh. xxxxxx ave. sim. x indegrees ego,avSimPopEgo,TRUE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
-behaviorBipartiteObjective,xxxxxx alter at distance 2,xxxxxx alter at distance 2,altDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
+behaviorBipartiteObjective,xxxxxx alter at distance 2,xxxxxx alter at distance 2,altDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0
 behaviorBipartiteObjective,xxxxxx similarity at distance 2,xxxxxx similarity at distance 2,simDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 behaviorBipartiteObjective2,behavior xxxxxx: infl. one-sided ? x xxxxxx alter,beh. xxxxxx: infl. interaction? x xxxxxx alter,behInfl1sid,TRUE,yyyyyy,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 behaviorObjective,behavior xxxxxx linear shape,beh. xxxxxx cent. sum,linear,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
@@ -44,8 +46,8 @@
 nonSymmetricRate,basic rate parameter xxxxxx,Amount of network change,Rate,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,1,NA,0,0,0,0
 nonSymmetricRate,constant xxxxxx rate (period nnnnnn),Amount of network change in period nnnnnn,Rate,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,nnnnnn,NA,0,0,0,0
 nonSymmetricRate,outdegree effect on rate xxxxxx,Amount of change x outdegrees,outRate,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,NA,structural,0,0,0,0
-nonSymmetricRate,indegree effect on rate xxxxxx,Amount of change x indegrees,inRate,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,NA,structural,0,0,0,0
-nonSymmetricRate,reciprocity effect on rate xxxxxx,Amount of change x reciprocity,recipRate,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,NA,structural,0,0,0,0
+nonSymmetricRate,indegree effect on rate xxxxxx,Amount of change x indegrees,inRate,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,NA,structural,0,0,0,0,
+nonSymmetricRate,reciprocity effect on rate xxxxxx,Amount of change x reciprocity,recipRate,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,NA,structural,0,0,0,0,
 nonSymmetricRate,effect 1/outdegree on rate xxxxxx,Amount of change x (1/outdegrees),outRateInv,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,NA,structural,0,0,0,0,
 bipartiteRate,basic rate parameter xxxxxx,Amount of network change,Rate,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,1,NA,0,0,0,0,
 bipartiteRate,constant xxxxxx rate (period nnnnnn),Amount of network change in period nnnnnn,Rate,NA,,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,nnnnnn,NA,0,0,0,0,
@@ -72,12 +74,12 @@
 covarSymmetricObjective,same xxxxxx,same xxxxxx,sameX,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarSymmetricObjective,xxxxxx ego x xxxxxx alter,xxxxxx ego x xxxxxx alter,egoXAlt,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarSymmetricObjective,xxxxxx of indirect ties,xxxxxx of indirect ties,IndTies,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
-covarSymmetricObjective,xxxxxx alter at distance 2,xxxxxx alter at distance 2,altDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
+covarSymmetricObjective,xxxxxx alter at distance 2,xxxxxx alter at distance 2,altDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0,
 covarSymmetricObjective,xxxxxx similarity at distance 2,xxxxxx similarity at distance 2,simDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarBipartiteObjective,xxxxxx alter,Sum of indegrees x xxxxxx,altX,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarBipartiteObjective,xxxxxx squared alter,Sum of indegrees x squared xxxxxx,altSqX,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarBipartiteObjective,xxxxxx ego,Sum of outdegrees x xxxxxx,egoX,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,ego
-covarBipartiteObjective,xxxxxx alter at distance 2,xxxxxx alter at distance 2,altDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
+covarBipartiteObjective,xxxxxx alter at distance 2,xxxxxx alter at distance 2,altDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0,
 covarBipartiteObjective,xxxxxx similarity at distance 2,xxxxxx similarity at distance 2,simDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarNonSymmetricObjective,xxxxxx alter,Sum of indegrees x xxxxxx,altX,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarNonSymmetricObjective,xxxxxx squared alter,Sum of indegrees x squared xxxxxx,altSqX,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
@@ -90,7 +92,7 @@
 covarNonSymmetricObjective,xxxxxx ego x xxxxxx alter x recipr.,Sum xxxxxx ego x xxxxxx rec.alter,egoXaltXRecip,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarNonSymmetricObjective,higher xxxxxx,ego > alter for xxxxxx,higher,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarNonSymmetricObjective,xxxxxx of indirect ties,Sum xxxxxx of indirect ties,IndTies,FALSE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
-covarNonSymmetricObjective,xxxxxx alter at distance 2,xxxxxx alter at distance 2,altDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
+covarNonSymmetricObjective,xxxxxx alter at distance 2,xxxxxx alter at distance 2,altDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0,
 covarNonSymmetricObjective,xxxxxx similarity at distance 2,xxxxxx similarity at distance 2,simDist2,TRUE,xxxxxx,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarBehaviorInteractions,av.sim. x ,av.sim. x ,avSimX,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 covarBehaviorInteractions,tot. sim. x ,tot. sim. x ,totSimX,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
@@ -108,8 +110,8 @@
 nonSymmetricObjective,outdegree (density),Number of ties,density,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,dyadic
 nonSymmetricObjective,reciprocity,Number of reciprocated ties,recip,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,dyadic
 nonSymmetricObjective,transitive triplets,Number of transitive triplets,transTrip,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
-nonSymmetricObjective,transitive mediated triplets,Number of transitive triplets,transMedTrip,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
-nonSymmetricObjective,3-cycles,3-cycles,cycle3,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
+nonSymmetricObjective,transitive mediated triplets,Number of transitive triplets,transMedTrip,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
+nonSymmetricObjective,3-cycles,3-cycles,cycle3,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 nonSymmetricObjective,transitive ties,Number of ties with transitive closure,transTies,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 nonSymmetricObjective,betweenness,betweenness count,between,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 nonSymmetricObjective,balance,Amount of balance,balance,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
@@ -124,8 +126,8 @@
 nonSymmetricObjective,indegree - activity (sqrt),Sum of outdegrees x sqrt(indegree),inActSqrt,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 nonSymmetricObjective,outdegree - activity,Sum of squared outdegrees,outAct,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
 nonSymmetricObjective,outdegree - activity (sqrt),Sum of outdegrees^(1.5),outActSqrt,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0
-nonSymmetricObjective,1/(outdegree + #),Sum 1/(outdegrees + #),outInv,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0
-nonSymmetricObjective,1/(outdegree+#)(outdegree+1+#),Sum 1/(outdegrees + #)(outdegrees + 1 + #),outSqInv,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0
+nonSymmetricObjective,1/(outdegree + #),Sum 1/(outdegrees + #),outInv,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0,
+nonSymmetricObjective,1/(outdegree+#)(outdegree+1+#),Sum 1/(outdegrees + #)(outdegrees + 1 + #),outSqInv,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0,
 nonSymmetricObjective,out-out degree^(1/#) assortativity,Sum of out-out degree^(1/#) products,outOutAss,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,2,objective,NA,NA,0,0,0,0,
 nonSymmetricObjective,out-in degree^(1/#) assortativity,Sum of out-in degree^(1/#) products,outInAss,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,2,objective,NA,NA,0,0,0,0,
 nonSymmetricObjective,in-out degree^(1/#) assortativity,Sum of in-out degree^(1/#) products,inOutAss,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,2,objective,NA,NA,0,0,0,0,
@@ -140,8 +142,8 @@
 symmetricObjective,degree of alter,Sum of squared degrees,inPop,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 symmetricObjective,sqrt degree of alter,Sum of degrees ,inPopSqrt,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
 symmetricObjective,degree^(1.5),Sum of degrees^(1.5),outActSqrt,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,objective,NA,NA,0,0,0,0,
-symmetricObjective,1/(degree + #),Sum 1/(degrees + #),outInv,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0,
-symmetricObjective,1/(degree+#)(degree+1+#),Sum 1/(degrees + #)(degrees + 1 + #),outSqInv,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0,
+symmetricObjective,1/(degree + #),Sum 1/(degrees + #),outInv,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0
+symmetricObjective,1/(degree+#)(degree+1+#),Sum 1/(degrees + #)(degrees + 1 + #),outSqInv,FALSE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,1,objective,NA,NA,0,0,0,0
 symmetricObjective,degree^(1/#) assortativity,Sum of degree^(1/#) products,outOutAss,TRUE,,,eval,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,2,objective,NA,NA,0,0,0,0
 covarSymmetricRate,effect xxxxxx on rate,effect xxxxxx on rate,RateX,NA,xxxxxx,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,NA,covariate,0,0,0,0
 covarNonSymmetricRate,effect xxxxxx on rate,Amount of change x xxxxxx,RateX,NA,xxxxxx,,rate,FALSE,FALSE,FALSE,FALSE,FALSE,",",0,0,rate,NA,covariate,0,0,0,0

Modified: pkg/RSiena/inst/doc/s_man400.pdf
===================================================================
--- pkg/RSiena/inst/doc/s_man400.pdf	2010-08-21 17:17:59 UTC (rev 119)
+++ pkg/RSiena/inst/doc/s_man400.pdf	2010-09-20 17:20:59 UTC (rev 120)
@@ -247,295 +247,292 @@
 (Time heterogeneity in model parameters)
 endobj
 165 0 obj
+<< /S /GoTo /D (subsection.5.8) >>
+endobj
+168 0 obj
+(Limiting the maximum outdegree)
+endobj
+169 0 obj
 << /S /GoTo /D (section.6) >>
 endobj
-168 0 obj
+172 0 obj
 (Estimation)
 endobj
-169 0 obj
+173 0 obj
 << /S /GoTo /D (subsection.6.1) >>
 endobj
-172 0 obj
+176 0 obj
 (Algorithm)
 endobj
-173 0 obj
+177 0 obj
 << /S /GoTo /D (subsection.6.2) >>
 endobj
-176 0 obj
+180 0 obj
 (Output)
 endobj
-177 0 obj
+181 0 obj
 << /S /GoTo /D (subsubsection.6.2.1) >>
 endobj
-180 0 obj
+184 0 obj
 (Fixing parameters)
 endobj
-181 0 obj
+185 0 obj
 << /S /GoTo /D (subsubsection.6.2.2) >>
 endobj
-184 0 obj
+188 0 obj
 (Automatic fixing of parameters)
 endobj
-185 0 obj
+189 0 obj
 << /S /GoTo /D (subsubsection.6.2.3) >>
 endobj
-188 0 obj
+192 0 obj
 (Conditional and unconditional estimation)
 endobj
-189 0 obj
+193 0 obj
 << /S /GoTo /D (subsubsection.6.2.4) >>
 endobj
-192 0 obj
+196 0 obj
 (Required changes from conditional to unconditional estimation)
 endobj
-193 0 obj
+197 0 obj
 << /S /GoTo /D (section.7) >>
 endobj
-196 0 obj
+200 0 obj
 (Standard errors)
 endobj
-197 0 obj
+201 0 obj
 << /S /GoTo /D (section.8) >>
 endobj
-200 0 obj
+204 0 obj
 (Tests)
 endobj
-201 0 obj
+205 0 obj
 << /S /GoTo /D (subsection.8.1) >>
 endobj
-204 0 obj
+208 0 obj
 (Score-type tests)
 endobj
-205 0 obj
+209 0 obj
 << /S /GoTo /D (subsection.8.2) >>
 endobj
-208 0 obj
+212 0 obj
 (Example: one-sided tests, two-sided tests, and one-step estimates)
 endobj
-209 0 obj
+213 0 obj
 << /S /GoTo /D (subsubsection.8.2.1) >>
 endobj
-212 0 obj
+216 0 obj
 (Multi-parameter tests)
 endobj
-213 0 obj
+217 0 obj
 << /S /GoTo /D (subsection.8.3) >>
 endobj
-216 0 obj
+220 0 obj
 (Alternative application: convergence problems)
 endobj
-217 0 obj
+221 0 obj
 << /S /GoTo /D (subsection.8.4) >>
 endobj
-220 0 obj
+224 0 obj
 (Testing differences between independent groups)
 endobj
-221 0 obj
+225 0 obj
 << /S /GoTo /D (subsection.8.5) >>
 endobj
-224 0 obj
+228 0 obj
 (Testing time heterogeneity in parameters)
 endobj
-225 0 obj
+229 0 obj
 << /S /GoTo /D (section.9) >>
 endobj
-228 0 obj
+232 0 obj
 (Simulation)
 endobj
-229 0 obj
+233 0 obj
 << /S /GoTo /D (subsection.9.1) >>
 endobj
-232 0 obj
+236 0 obj
 (Conditional and unconditional simulation)
 endobj
-233 0 obj
+237 0 obj
 << /S /GoTo /D (section.10) >>
 endobj
-236 0 obj
+240 0 obj
 (Options for model type, estimation and simulation)
 endobj
-237 0 obj
+241 0 obj
 << /S /GoTo /D (section.11) >>
 endobj
-240 0 obj
+244 0 obj
 (Getting started)
 endobj
-241 0 obj
+245 0 obj
 << /S /GoTo /D (subsection.11.1) >>
 endobj
-244 0 obj
+248 0 obj
 (Model choice)
 endobj
-245 0 obj
+249 0 obj
 << /S /GoTo /D (subsubsection.11.1.1) >>
 endobj
-248 0 obj
+252 0 obj
 (Exploring which effects to include)
 endobj
-249 0 obj
+253 0 obj
 << /S /GoTo /D (subsection.11.2) >>
 endobj
-252 0 obj
+256 0 obj
 (Convergence problems)
 endobj
-253 0 obj
+257 0 obj
 << /S /GoTo /D (section.12) >>
 endobj
-256 0 obj
+260 0 obj
 (Multilevel network analysis)
 endobj
-257 0 obj
+261 0 obj
 << /S /GoTo /D (subsection.12.1) >>
 endobj
-260 0 obj
+264 0 obj
 (Multi-group Siena analysis)
 endobj
-261 0 obj
+265 0 obj
 << /S /GoTo /D (subsection.12.2) >>
 endobj
-264 0 obj
+268 0 obj
 (Meta-analysis of Siena results)
 endobj
-265 0 obj
+269 0 obj
 << /S /GoTo /D (section.13) >>
 endobj
-268 0 obj
+272 0 obj
 (Formulas for effects)
 endobj
-269 0 obj
+273 0 obj
 << /S /GoTo /D (subsection.13.1) >>
 endobj
-272 0 obj
+276 0 obj
 (Network evolution)
 endobj
-273 0 obj
+277 0 obj
 << /S /GoTo /D (subsubsection.13.1.1) >>
 endobj
-276 0 obj
+280 0 obj
 (Network evaluation function)
 endobj
-277 0 obj
+281 0 obj
 << /S /GoTo /D (subsubsection.13.1.2) >>
 endobj
-280 0 obj
+284 0 obj
 (Multiple network effects)
 endobj
-281 0 obj
+285 0 obj
 << /S /GoTo /D (subsubsection.13.1.3) >>
 endobj
-284 0 obj
+288 0 obj
 (Network endowment function)
 endobj
-285 0 obj
+289 0 obj
 << /S /GoTo /D (subsubsection.13.1.4) >>
 endobj
-288 0 obj
+292 0 obj
 (Network rate function)
 endobj
-289 0 obj
+293 0 obj
 << /S /GoTo /D (subsection.13.2) >>
 endobj
-292 0 obj
+296 0 obj
 (Behavioral evolution)
 endobj
-293 0 obj
+297 0 obj
 << /S /GoTo /D (subsubsection.13.2.1) >>
 endobj
-296 0 obj
+300 0 obj
 (Behavioral evaluation function)
 endobj
-297 0 obj
+301 0 obj
 << /S /GoTo /D (subsubsection.13.2.2) >>
 endobj
-300 0 obj
+304 0 obj
 (Behavioral endowment function)
 endobj
-301 0 obj
+305 0 obj
 << /S /GoTo /D (subsubsection.13.2.3) >>
 endobj
-304 0 obj
+308 0 obj
 (Behavioral rate function)
 endobj
-305 0 obj
+309 0 obj
 << /S /GoTo /D (section.14) >>
 endobj
-308 0 obj
+312 0 obj
 (Parameter interpretation)
 endobj
-309 0 obj
+313 0 obj
 << /S /GoTo /D (subsection.14.1) >>
 endobj
-312 0 obj
+316 0 obj
 (Longitudinal models)
 endobj
-313 0 obj
+317 0 obj
 << /S /GoTo /D (subsubsection.14.1.1) >>
 endobj
-316 0 obj
+320 0 obj
 (Ego \205 alter selection tables)
 endobj
-317 0 obj
+321 0 obj
 << /S /GoTo /D (subsubsection.14.1.2) >>
 endobj
-320 0 obj
+324 0 obj
 (Ego \205 alter influence tables)
 endobj
-321 0 obj
+325 0 obj
 << /S /GoTo /D (appendix.A) >>
 endobj
-324 0 obj
+328 0 obj
 (List of Functions in Order of Execution)
 endobj
-325 0 obj
+329 0 obj
 << /S /GoTo /D (appendix.B) >>
 endobj
-328 0 obj
+332 0 obj
 (Changes compared to earlier versions)
 endobj
-329 0 obj
+333 0 obj
 << /S /GoTo /D (appendix.C) >>
 endobj
-332 0 obj
+336 0 obj
 (References)
 endobj
-342 0 obj <<
-/Length 1130      
+346 0 obj <<
+/Length 1138      
 /Filter /FlateDecode
 >>
 stream
-xÚ•VKsÛ6¾ëWàH͘0ăíÉIì6±ÛÚê)遦 ‰
-*IÙÑ¿ï.@*¢B·ÓÑŒ,v¿}/ÀÈ–0òÓ‚½ñ}·Z\ßqMDB5œ¬6„KAešÃS*¸%«5ùÝgõRè萕ËX2mšvùçê5Y®©æ)@{©§·7ßD‡TëÛB»¶+š: '”
-R–¤4ÕB£P¬%µ<!±à4
-û­]*5/J{딍^l	äaNÎ^ßICxBe¢…L¨•ð,µ©x‡~ `Ð=ů‰‹}鎠ñKbK•0€À¨2 ¬–VDM„oè;àžêâ¯5Ø5,·”
-–q”œÄÒR­T@þ£. TƇªÇÅ1 at 7›ðýõ+¤eýÃ2N¤Š>¸}Öö•«‘±?g4ÑSŸõŸns8ãQ‘w?†£‡ÃgƵ+×Aâ}S–në&F.‰ôKt°íæ°=tƒÁ®˜`œÍú{»ZpX0Â	7Šjfˆd†JkH^-þ^Hþ=aä×w'šÅïð»ÄYã9>ƒöõ.Sb¡ªt‚¡–SÉ%R§c
-ož»¾Íòþ\%ìL>æÐSPípYùÒN´Qm’±ð?3ÅN4Aåh±:õQQJHYè4úX¿¸®/¶g¤M³6jÃæ¶Úm‘‡fM£Õ’F¯ÈÑàªýn cŽ]ÑÍÊMÎ
-åA˜ý7ƒgQÞTûPïÚ@طͶͪÀÔï2C¨¥’¦XØPäCïæYÛ5ôê«GrÒa•‚›Á  ÏÕè3Šl‚DÕ,¡£µ+,Œé˽xçËHƒ¹u8  	Ò(/FMõyÄÚ/l–çÐ_E½õ>±Á™48Ó†”fP	‹õ±Îª"(¦¦p·FàÞ­½
-šÁô°‹&­öÉSggÇp†5tA‡¾cü’v5'Œê’qÈ5]¯ÿÕ¿sýÀ\Òÿaž™Ó
-“2Q*ZíBE^FØ—ž±C„
-/%;\J°ßà8›m'#)ã|æZšÖ<\xöüV²áV
-T'8Ø,:‹%ƒ:¡8K·žQi
-Mìˆõø‰ÏæTjª¾Íƒýu‡Ã9Gý» 7¸n|×Á6o¼ã}[<ã!TÐ÷™ú²TÈÊ£­"Ö|‹\hG¸§¥J¦ñö›H¢îØõ®š'¼ÄÉêÇ¿MÍ)Þ4À­|Þ„
-yK‡¼Á÷èÏYç=’oqøö£ŒËÚ£âçÌw*zcŒ¦ðd€ËžýçT¶ü»¼‡„G—þB³¾#¼]¾ |(%ƒj3
-¥O´yVÔà›0ú<e8ƒFòk[ô=Ì¿ñc~núÕ¹›¸FcXßg8Çqõó¡è€ó
-Ç`Ý¡t°œ—ƒžÍfwj®ð¸Ï~ú¸vëÚAxèùËÞ{¿k±42ŒG"àá¶å †^¼±ÎŸlÜ*
- §ŠZ;<±¦£	žÿ …k 
+xÚ•VKoã6¾ûWè(#’âCí)»›´[ i›¸§Ýd™¶ÕèáJ²Sÿûΐ”×r•…‹Î|óà<˜Û 	~X$ï|?,·T,%J+,7åŒð,
+Í£:X®ƒ/ácÞDL†‡¼Šbž°pÓvÑïËŸ@VMd©$’f m¥^>ß?Ýy¾‰ň”g¶#B›®/ÛÆ¡§$ñR:ÈH&™D¡Xr¢iÄŒ’l4ì—.4l%J[넏¹A˜³³·\4%<•Ì¦Ds	xšèŒ9¼çð0è‘àW…Ïå¾2§	Ðø
+bMS€θCXFš…mí„ïÈâà^šò5Ø5ä,·„p–ÑÉisM¤ù·¦„P)ª'ÝnÜ÷ç¿àZÖßEqÊEøÉìón¨MƒŒÃ%£
+_†|ÀøôQLጆeÑ_*MµvÛª2[31å`”²™wûÅìS£²U[#KnÆMf¿_.(,’€T	"ðD–eAQ/þ\p{èþ-aäö„Û‡šŸÚůð»ÆYã9¾€¶Éϳ@CŠÉãÎ4%œò òžP-gw«~èòbxçæÒä ¦RAõhX€>(Žë:àz¢ŽH•Žeð5ɹ®&¨0µ8WUY*¸@W-Yø¹9š~(·¤M1vns_ïË®,\éfᓁÜÉÂ7ähqÕ½ºƒ;¨ŸS_ös†RFÒKC©fûÍáC“°hëýÒi°—„}×n»¼vLÃ.·1„¼š¤pæò™C-ò®+
+J¨Ü¦¬d d¥Çœ7@@ŸëÑgÙ8‰º…üÓáÚTc:Å2Gë|u i0·qÇ 4!@娩¹ŒX÷êaó¢€j+›­õ)™:3 çÊ«„ÅúÔäuY¸
+$SÛÅ-¸Û ð`ÖŽ^;Í`ºÛƒE“Âûb©³ÄŸa]Ñ¡ðzM»™FqÍèïnÖÿjÝ™Á3W䘧æ´BßL…—;—‘׶©§´°‚àáˆÒ~DÁ~ƒÍm¶œ'	¥3Cjšó0þôåŒÒnFù„Õ)v6ÎbÊ NHÎʬgTjER=b=¿ÀÅçs*%ßúGÛa«.PÿÎéu®+[u°-ZëøЕ+`<¸lú>·B¯‘@VnXû-r®ajs‘úøúÁ:­7–†ý©Ç?Nx/°³ÕÏ3~	’©s¼‰ƒ[Ú{cÂÝ[æï
+¬w at _å½õH¶Äá;Œ2&ï*ŒŠ2×"|§fð€€ÑŸügWÖô÷ۉ¦mEX»lØPòB(ÕUgk]™çeÓãl”—W†=h$¿uå0 at O°Û¶paû¦]]º‰û‚œÜú1Ç>Ž«eœ7سð±t©ƒ`¬Ôl0»sS3¥Å]Ùîcº­é¼°¯ùëÚû¸ë05rŒGÊà9a¶•WC®^\—8ªW@g^>Ϧ­	ÞÜg£d
 endstream
 endobj
-341 0 obj <<
+345 0 obj <<
 /Type /Page
-/Contents 342 0 R
-/Resources 340 0 R
+/Contents 346 0 R
+/Resources 344 0 R
 /MediaBox [0 0 595.276 841.89]
-/Parent 353 0 R
-/Annots [ 335 0 R 336 0 R 337 0 R 338 0 R 339 0 R ]
+/Parent 357 0 R
+/Annots [ 339 0 R 340 0 R 341 0 R 342 0 R 343 0 R ]
 >> endobj
-334 0 obj <<
+338 0 obj <<
 /Type /XObject
 /Subtype /Form
 /BBox [0 0 84 59.04]
 /FormType 1
 /Matrix [1 0 0 1 0 0]
-/Resources 354 0 R
+/Resources 358 0 R
 /Length 34        
 /Filter /FlateDecode
 >>
@@ -543,7 +540,7 @@
 xÚ+ä²0Q0 BSK=+9—Kß3×PÁ%Ÿ+ hƐ
 endstream
 endobj
-333 0 obj <<
+337 0 obj <<
 /Type /XObject
 /Subtype /Image
 /Width 350
@@ -655,730 +652,730 @@
 klŠÇ,T‚ÄñéïœöšwŒ¬u?ÜèéÒÃ$V¾gžedc#ýsÏqELè¯N)FËìžkñöñýÄrF|¤ùWýcm1ç’zyÅvZ݇‡´X®`Ži“P˜IG䟽*¤–là}­VU7F•Ÿî`‡i¾ñ^‡u}®A«X%õÖö”iCŒîÁ,3ù*í£I.—PŠÜ^E’[`ÊsŽ³»oÖŠ*’»ÔâÄI·qñ¨Ž@¢ghÔgcÅçýìdþ5*̆åc0)9#~pqôQV`N—$U’B6Ÿ½‚qÛŸZS~(wF¢ŠdûhôoÒ—í‹ýÖý(¢˜‡}´z7ä(ûhôoÈQE 'ÛÇ£þuêI[¶¹ö¢ŠC3ï5–HX“"û!Ï®<}­«4ÛyÁÄ’Ü8'qÀíùQEsÔo”î¥N=‡Íã‹-ý"m*iå’%ie{¢Ä‚áGÞ8ëÛëX?¼Wq{cc X㍘͔ˆãa^I8á‡OOJ(¬èÉË–çM*qU£dqÖšÄÒͪê3©šcgå³™][-²0ùæ<ŒƒüñSiz–§¨É#›¶.»9;Xgv aÎ3’}I'©4Q]5"¹Né¥ïoí®´’é}2Jó¡d1ƒ˜ðë–Và$§å⡳Ôtý:Ú(šÖå¯×y–â;‚£Ë={òxêh¢¢ÊÖ#x»”­5(gÕÑ䀮ùÃKµ˜åsÐç?t‡ÃãSH¼©DQÉ™×÷i€F9ùØŽ»ºz‘E,•‰«'1óx¾¶µ¤Ë$‰!o>uPOUè½°?Ö3OÞÝ´H…Š†UP3…àsù÷¢Šå¨­5c	ll®§›g Œ’Ö Ilc!Kc Øé¥áfW(Ós¾@z{ô¢Šê„VÇö¹ÿÙ
 endstream
 endobj
-354 0 obj <<
-/XObject << /Im1 333 0 R >>
+358 0 obj <<
+/XObject << /Im1 337 0 R >>
 /ProcSet [ /PDF /ImageC ]
 >> endobj
-335 0 obj <<
+339 0 obj <<
 /Type /Annot
 /Subtype /Link
 /Border[0 0 0]/H/I/C[0 1 0]
-/Rect [273.946 177.458 308.012 188.417]
+/Rect [273.946 177.414 308.012 188.372]
 /A << /S /GoTo /D (cite.Snijders01) >>
 >> endobj
-336 0 obj <<
+340 0 obj <<
 /Type /Annot
 /Subtype /Link
 /Border[0 0 0]/H/I/C[0 1 0]
-/Rect [312.625 177.458 333.049 188.417]
+/Rect [312.625 177.414 333.049 188.372]
 /A << /S /GoTo /D (cite.Snijders01) >>
 >> endobj
-337 0 obj <<
+341 0 obj <<
 /Type /Annot
 /Subtype /Link
 /Border[0 0 0]/H/I/C[0 1 0]
-/Rect [336.638 177.458 357.061 188.417]
+/Rect [336.638 177.414 357.061 188.372]
 /A << /S /GoTo /D (cite.Snijders05) >>
 >> endobj
-338 0 obj <<
+342 0 obj <<
 /Type /Annot
 /Subtype /Link
 /Border[0 0 0]/H/I/C[0 1 0]
-/Rect [379.544 177.458 437.065 188.417]
+/Rect [379.544 177.414 437.065 188.372]
 /A << /S /GoTo /D (cite.SnijdersEA07) >>
 >> endobj
-339 0 obj <<
+343 0 obj <<
 /Type /Annot
 /Subtype /Link
 /Border[0 0 0]/H/I/C[0 1 0]
-/Rect [441.678 177.458 462.102 188.417]
+/Rect [441.678 177.414 462.102 188.372]
 /A << /S /GoTo /D (cite.SnijdersEA07) >>
 >> endobj
-343 0 obj <<
-/D [341 0 R /XYZ 88.008 808.885 null]
+347 0 obj <<
+/D [345 0 R /XYZ 88.008 808.885 null]
 >> endobj
+348 0 obj <<
+/D [345 0 R /XYZ 89.008 771.024 null]
+>> endobj
 344 0 obj <<
-/D [341 0 R /XYZ 89.008 771.024 null]
->> endobj
-340 0 obj <<
-/Font << /F16 345 0 R /F17 346 0 R /F18 347 0 R /F37 348 0 R /F39 349 0 R /F40 350 0 R /F38 351 0 R /F8 352 0 R >>
-/XObject << /Fm1 334 0 R >>
+/Font << /F16 349 0 R /F17 350 0 R /F18 351 0 R /F37 352 0 R /F39 353 0 R /F40 354 0 R /F38 355 0 R /F8 356 0 R >>
+/XObject << /Fm1 338 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-411 0 obj <<
-/Length 2098      
+415 0 obj <<
+/Length 2126      
 /Filter /FlateDecode
 >>
 stream
-xÚí[M—›8ÝçWx7xa¢o¤ÞÕ$•œš3™ž“ª>³ÈÌ‚€ÊæƒG at Rù÷-!!Û€mœ®™®Jyeƒ‘€{õ>î{2˜-g`öþpŸ½{õú3HBLšÝÝϸೈÁ08»KgŸ‚7e1Ç0¨¥ý¨æÿ¹û›Ÿãõ;,f<Œ3Ì„Q;΂‚à½,¤ŠóùdÅ}©Öqéiwgš(B.>hÇ’Þ}̃ÂPPÚ>袻zaȶcnæ
->dE¶noÑàÆ>·*÷o÷i< §ßFÄΏº÷©ë¬XÚ÷©êXÕ254ø–Õ+3Ÿ~\°3
-„8$€t¯v{sý«c·Å€…„óîúÁ#òkD_˜˜- Ðð÷¤¡Æ
-õëë'Ìóx®10˜/0ÁA\¤ö‹jŠ"+ôoK{\¯¤ý²Tñf•%fXnÏ4•Tö›€„^ê>NÜåM‘Ú_Qð¯¬HKsÁ·ª8Ã(ç
-ɹøÄ%½A@6ÿ+è#…R¿U–Týr{þ(÷ª\ÛË>ĉ=U:Lþn.çAóÐPŒù£að¨ãú€R!6Pì ýh—^@Å\\[`}eň…!¤} Å|<f10
-‰67wéӂݍ[ÎÐ_ ,´ÿ&}ˆ#áºÃ3ëhx×øxpÞYçŸñÆÏlÜAÑDó §Ì㺪uøÚsØÿT¥6šuÿ¾ˆÀÎØ|"ǾýVÖq–W֍”÷Õ;‹82&;ì­¹¨ïöð6QR¯]`?{ÔÁî€EÍú)AÄñö(?4|,4‹‰¼pÇ‹IêÍ:·Ñ¶Éz>²õAÃ,ýÓ‚Fð…‡‰>€³ ‚‰ˆ½ls˜É(„¡ÐË`þy9q8)â!‹¦¥DÚb)zÒ)Ñ	ôǸ^b ãÜ3Þj1±àÝœS¯	êUY¹€ÿmUÚs±rgª<[®ZÍ]$º×YžÅj›	M¡³o̧qC±Óœÿ_}Û9ñè(àÃAV,ZµwŒ‹û&·£ )[ÕöÕð U·Gõqh¤-IL# „F?—Ñ
-9¢‡9‚,Ò~Œ
-9ÂŽ£+—ýʇx½ÉåÞ„l[3ú8â+Eˆ¿ JT¶©ÑùK_Î1†çÊ9}mDÙ³fA[ŠÖð† 4,!=!Ž‚_›:Ï
-¹Ÿ;ï$íùÒ>LJ"ÓFÉAÆ,ðËÎÐÔ
-BúN5jÝÖŽò:36лªä §¦è"䁧&jY"nk¹©¼†±‹?7ðó üâýFìâ‚’•fªúe¾ 4
-®dÒÔ㉌D!v2×£¡ ;©Y¿ˆEÏ_YãEGr2Äô`KÏûì«7%勒E24	é%Ÿý‘°áTs!Žm4EÁJæ—âš|©ó]Ÿs¹VÆ›/›3€4 ÎsôÁ0ôÝ°ß*©þRÙfØ:n»aMœ	%
-0šÒsí=lÛa]m²m‡mtúTõ{$¤Ü'º½[˜Vžý}¯ÕFìÜ7Ŧ©íÌ©)%Ÿè“0b=E@|ŸìmÖv%ìM}=ðß ’|èOˆ.…ªò'xÜŸ BAäxé|[«&©ç Ne-ÕZ祩åìë\Ü8o†dñ—`br(~Ž"Û5=ß~7ê6N3×±LÚÖ­ÅReq=D“0~iýP†s¢!Í;n°oݧ:¹I›>éizb&È£⍅xB\/5NŒðuªÀo¦H{¶T«¸¨ün—^ïÉ0ijK”44žO‘³‰XRߐ۴J©´°:!•l»žÏ#!XPüÜä£Ö©tÑYµ-1“+
-°¸øŽGèL&&ò½¹µ5²Ê¶¶YÅÅR¬M¾¼óìMäÂ÷Iåîö™¾bðÅݏñºwO‰zÙ»«©ÕŒL3Íè·ã´Ú´Ç2ÉŒ˜KF·žîIq¾¤Û
-—õª:Þ
-l•W0®€®ŸËdÞî©ÝíHࠐu»Òd¥¾@}éŒ"^gIõ‹y¾QÉTr±¶ÅÉTŽL¦¾«Å\VãY€3¤õRëO];ãÎ] „^¼Öyµ;ÏZ Þ»¶Ä×ýnC —±9Ê]Ö\U–ÔÄH‰´_sõbã lä‚=å¨@ФÀM½T{£ÊªZÒX‘y÷oÁ²³ÙCZò{öµrm¬ײ²xXÏOZ°<Q:¾:»¼ô³Uq«¸]aY‡¢üÚ®Ö¼ÛBÆ1¿¤£fU“I!ê5ÛUšffó¶Æ´‹Ù~M¢¿¾ûÈst	áy:½­á÷eè»hm´ïMv6–ô<Ä~¨n«Ï=ê±³¢^'wﲵ캅Ør)™µï»_áíçZ/|»íÁ¦öúÔ&6'˜Ã¼%b?q5ù ÚGu’ëÛ1«“®lñí©!¡†œÇb^
-]åËR™9Ô«Á¿(a—Äò±ödZ‰ƒyYòkSoš6ML‡/üÏÌ—O@š«íâìÁï9j½ß¨ëãT\¶~
-0§`ªiø]ÂWM]™lw<ø¢y×Ê9Ìeàço£k·±÷MY¤mm»Ëb]
-M‘ô“{‡ë«,ÀŸ«87âpû(ÿÛdªÓ÷Û–@Õÿ£ì ĺ<ï(¸SJƒ\ÜS8)•Á4ï—|#›ÊÜÖzÅ*µ_©T©ŽoBêÝòõ;>úNˆµwB€„$3¡„í>+ûçÿÝ×w¯~ 0{k
+xÚí[K—›8ÝçWx7xa¢7R望JNæt¦ç¤ªÏ,2½  ²9ááTþýHHÈ6à*œÔLW¥¼²ÁHÀ½ú÷ûd°X/Àâíà>½~ñò
+HBLZ\ß,¸à‹ˆÁ0¸¸NƒWU¹Ä0h¤ý¨—^ÿÝÏñò
+
+ƈ+BŽ¨
+—+AAðV–RÅùr…	²ò¦REÜdzÚý™Š¤º±dpó 0”vºê¯^a2í˜wË„ˆï³2+ºF4xgŸ[U‡·û¸BŒÐûßFÄΏú÷iš¬\Û÷©›X5254øš53Ÿ~\°7
+„8$€ô¯võîòwÝÎûëGÈ÷®]}1`b±‚@Ã#Ü“†{(Ô¯¯Ÿ0Ïã¥ÆÀ`¾Âq™Ú/ª-ˬԿ­íq³‘öËZÅÛM–˜a¹=ÓÖRÙoz zA¨›8q—·ejEÁ¿²2­Ì_ë!â£ \®($§~à{.Ü2 °ù_Á)äú£¶¤êwÁÛówbp£ªÂ^ö>Nì©Êaò›¹œííðA1æ†ÁƒŽJ…ØL@±ôƒY\z•?¸¸vÀûÊÊ	CHû@{‹ùp—ÅÀ($ÚÜÜ¥v7nj9A…°Ðþ›I Ž„ËϬ§áuÜhàãÑ]xoÅ?±qSE3̓Þg—u£ÃׁÃþ§ª´ÑÃû ž;S`ó™`3ökÙÄY^[7RÝXT¯-âȘD찷梾ÙëDIYŽ¼vô\a3azØ°(°Yß(%ˆ8~Æ廆yœÌ$†;bLVoº
+·m6pB(§éW4‚Ï<Nüâ ݧ2$
+áH)R¤¿F^OÏŠxÈ¢y9‘6YŠuNôH"ý]\¯1€ŽqîïÄŒXðfÉ©ͦª]Äÿº©ì¹X¹3už­7…æ.ÝÄE–g±ÚeÂSJSèôóyœÃDì~Îÿ¯Î픀t'àÃQZ,:¹w7mn!GARu²í‹áAª:»	 ‘¶$1 "ý\F7æˆá²Hû16æ;Ž.\ú+oãb›Ë	¼9Ù®hôaÂWŠA¨lÛ8¢{ò×¾žcÏÕs†âˆ²'Í‚¶-(Ža@ãÐâ(ø½mò¬”‡Éó^‚Нß*íô¡$2m•¥Ì?ïü ÏÍ´µt ï•£Š®x”7™±Øu-GI5Eg%ÿ D KÄU#·µ1vñç~TŸ½ßˆ]\P²ÖLÕ¿,W„FÁå­LÚf:у‘#ÄîÍõh(À^j6¬bGÑÓ—–/ðh$§!C|D¶ô¼Í¾xCQòF*Y&c“`žóÙï	Í5âøØESld¾u)®É—zßõ)—Ÿ0ÝxÜœ ü¨už‹ð¨†¡o‡ýQKõ·Úvʸk‡µq>r$”D(ÀxN?Ìõ÷°í‡õÅÉ®¶ÕéS=ì쑐rŸènazyö÷ƒ^±s¿+·mcgNM-éΉÉ=2Fl ˆo”½Îº¶„]£©/þ@’ý	ѹRõ]þ„LûC(èˆ/¯Õ&M«â¼Ä©l¤*t^šZξ,uÀóvL	&=?'‘í»ž¯¿u§™kY&]ïÖb©²¸£I?w†¾+ù§Ê{n°ïݧ:¹IÛ½Féýô0ÄÎL!Äñ„¸fjœáëTßM‘l©QqYûí.ƒæ“aÒÔ–(?jh<"ŽfbI}GnÛi(Y¦ÒÂê„T²k{zt>M„`AñSXçзDßgõ®Ä0N®4Àâì; [0›˜È÷æ
+kUíl!16²‰Ëµ<Z›|~æÉ!˜ÏäÂ÷Iåþþ™¡bðÙ܏‰#º÷@‰zÙ»¯©ÕŒïM3Íè·å´ÞvÇ2ÉŒ˜K&÷žIN’t·ã²·^ÕÄû­ö
+ÆÐõÓ`™,»Mµû	”²évPš¡Ò¨Ï}‚QÆE–Ô¿˜ç›”LU)W…-N¦rb2õy\-†à¼Oòèž µ¨—ZéÂØwê!ôìµN«ÝtÒéõÞ¥%¾v¹ŒÍQî²æº¶¤&FJ¤Ãš«Ge#ì1G‚gnê¥Ú+UÕõª”ÆŠÌ»5V½½ÈÒzßp¬•kS=¸Ž•ÝÄãz¶xÔ‚™ˆÒéÕÙ祟¬ŠÛÄÝ
+Ëzå—nµæíÔ2Žù95«šÎªQ¯Ù.Ò43»·5¦}´ÈkÃõ=Dž£s7ȳùeh
+¿/C¿³{€öÑF‡ÞdocÉÀC†êñ¶JñÔ£^tRÔëåîuVȾ[¨­Ö²”Yð¾ùÞ}záÛm6µ×§¶±i<ÁÀç-û‰«É$šé¿{)û[VXß1úÃAßfE·¸pA¯5¦r­ä¨Ú@}¦­ð#ˆÏQ¦Ì*ÓË#›ª‡ú“Ÿ®?™×ŸùºRæ%Ífô‡JØ9•ðu1¯¨Ä¼ü½m¶m—˜Ž¦ÃgþgSÌùš«Ý¦íìÖ»Ì.ÞLNÅy³Ýs
+皆ߗ}Ñ6•ñ‘ÉnÿÅ­oSôͳã<P~þÆå	°ö[©_UeÚuzÝຖ(hËdø›<øâP×þT]À	¸‡ÛùŸ6S}Eeׄ©‡ÿMØT÷à;	îœb쏗S(š•Ê`ÈS™È¦2W^@±Jm‰]*U©»·}
+nùò
+_}'ĺ;!@B	ÜàöÛØG\^¿ø/ÃRÆß
 endstream
 endobj
-410 0 obj <<
+414 0 obj <<
 /Type /Page
-/Contents 411 0 R
-/Resources 409 0 R
+/Contents 415 0 R
+/Resources 413 0 R
 /MediaBox [0 0 595.276 841.89]
-/Parent 353 0 R
[TRUNCATED]

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


More information about the Rsiena-commits mailing list