[Distr-commits] r231 - in branches/distr-2.0/pkg: distrEx/chm distrMod/R distrMod/chm distrSim/chm distrTEst/chm distrTeach/chm startupmsg/chm

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 3 06:03:32 CEST 2008


Author: ruckdeschel
Date: 2008-08-03 06:03:32 +0200 (Sun, 03 Aug 2008)
New Revision: 231

Modified:
   branches/distr-2.0/pkg/distrEx/chm/distrEx.chm
   branches/distr-2.0/pkg/distrMod/R/AllClass.R
   branches/distr-2.0/pkg/distrMod/chm/confint-methods.html
   branches/distr-2.0/pkg/distrMod/chm/distrMod.chm
   branches/distr-2.0/pkg/distrSim/chm/Dataclass.html
   branches/distr-2.0/pkg/distrSim/chm/SeqDataFrame-class.html
   branches/distr-2.0/pkg/distrSim/chm/distrSim.chm
   branches/distr-2.0/pkg/distrSim/chm/subsetting-methods.html
   branches/distr-2.0/pkg/distrSim/chm/vectororNULL-class.html
   branches/distr-2.0/pkg/distrTEst/chm/distrTEst.chm
   branches/distr-2.0/pkg/distrTEst/chm/distrTEstOptions.html
   branches/distr-2.0/pkg/distrTeach/chm/distrTeach.chm
   branches/distr-2.0/pkg/startupmsg/chm/startupmsg.chm
Log:
changed default settings in prototypes
for trafo matrix to matrix(1) (to give TRUE when compared to UnitMatrix...)

Modified: branches/distr-2.0/pkg/distrEx/chm/distrEx.chm
===================================================================
(Binary files differ)

Modified: branches/distr-2.0/pkg/distrMod/R/AllClass.R
===================================================================
--- branches/distr-2.0/pkg/distrMod/R/AllClass.R	2008-08-03 02:56:02 UTC (rev 230)
+++ branches/distr-2.0/pkg/distrMod/R/AllClass.R	2008-08-03 04:03:32 UTC (rev 231)
@@ -428,7 +428,7 @@
                                   dimnames=list(character(0), c("method", "message"))),
                    trafo = list(fct = function(x){
                                       list(fval = x, mat = matrix(0))}, 
-                                mat = matrix(0)),
+                                mat = matrix(1)), ### necessary for comparison with unit matrix
                    nuis.idx = NULL,
                    untransformed.estimate = NULL,
                    untransformed.asvar = NULL),
@@ -459,8 +459,8 @@
                                   dimnames=list(character(0), c("method", "message"))),
                    nuis.idx = NULL,
                    trafo = list(fct = function(x){
-                                      list(fval = x, mat = matrix(0))}, 
-                                mat = matrix(0))
+                                      list(fval = x, mat = matrix(1))}, 
+                                mat = matrix(1))
                    ),
          contains = "Estimate")
 
@@ -486,8 +486,8 @@
                    samplesize.estimate = numeric(0),
                    name.estimate = "",
                    trafo.estimate = list(fct = function(x){
-                                             list(fval = x, mat = matrix(0))}, 
-                                         mat = matrix(0)),
+                                             list(fval = x, mat = matrix(1))}, 
+                                         mat = matrix(1)), ### necessary for comparison with unit matrix
                    nuisance.estimate = NULL)
          )
 

Modified: branches/distr-2.0/pkg/distrMod/chm/confint-methods.html
===================================================================
--- branches/distr-2.0/pkg/distrMod/chm/confint-methods.html	2008-08-03 02:56:02 UTC (rev 230)
+++ branches/distr-2.0/pkg/distrMod/chm/confint-methods.html	2008-08-03 04:03:32 UTC (rev 231)
@@ -125,7 +125,7 @@
 ### for comparison:
 require(MASS)
 (res1 <- fitdistr(x, "gamma"))
-## ad a convenient (albeit wrong)
+## add a convenient (albeit wrong)
 ## S3-method for vcov:
 ## --- wrong as in general cov-matrix
 ##     will not be diagonal

Modified: branches/distr-2.0/pkg/distrMod/chm/distrMod.chm
===================================================================
(Binary files differ)

Modified: branches/distr-2.0/pkg/distrSim/chm/Dataclass.html
===================================================================
--- branches/distr-2.0/pkg/distrSim/chm/Dataclass.html	2008-08-03 02:56:02 UTC (rev 230)
+++ branches/distr-2.0/pkg/distrSim/chm/Dataclass.html	2008-08-03 04:03:32 UTC (rev 231)
@@ -29,8 +29,7 @@
 ## S4 method for signature 'ArrayorNULLorVector':
 Dataclass(Data, filename = NULL, name = "Data-Set")
 ## S4 method for signature 'DataframeorSeqDataFrames':
-Dataclass(Data, filename = NULL, name = "Data-Set",
-          Obsdimnames = NULL, Runnames = NULL)
+Dataclass(Data, filename = NULL, name = "Data-Set")
 </pre>
 
 
@@ -40,21 +39,15 @@
 <tr valign="top"><td><code>Data</code></td>
 <td>
 the data to be filled in</td></tr>
-<tr valign="top"><td><code>...</code></td>
-<td>
-additional parameters. </td></tr>
 <tr valign="top"><td><code>filename</code></td>
 <td>
 Object of class <code>"character"</code>: the filename the data shall be saved</td></tr>
 <tr valign="top"><td><code>name</code></td>
 <td>
 Object of class <code>"character"</code>: a name for the Data</td></tr>
-<tr valign="top"><td><code>Obsdimnames</code></td>
+<tr valign="top"><td><code>...</code></td>
 <td>
-optional names for the observation dimensions</td></tr>
-<tr valign="top"><td><code>Runnames</code></td>
-<td>
-optional names for the runs</td></tr>
+additional parameters. </td></tr>
 </table>
 
 <h3>Author(s)</h3>
@@ -71,13 +64,7 @@
 </p>
 
 
-<h3>Examples</h3>
 
-<pre>
-</pre>
-
-
-
 <hr><div align="center">[Package <em>distrSim</em> version 2.0 <a href="00Index.html">Index]</a></div>
 
 </body></html>

Modified: branches/distr-2.0/pkg/distrSim/chm/SeqDataFrame-class.html
===================================================================
--- branches/distr-2.0/pkg/distrSim/chm/SeqDataFrame-class.html	2008-08-03 02:56:02 UTC (rev 230)
+++ branches/distr-2.0/pkg/distrSim/chm/SeqDataFrame-class.html	2008-08-03 04:03:32 UTC (rev 231)
@@ -111,19 +111,13 @@
 <h3>See Also</h3>
 
 <p>
-<code><a href="indexing-methods.html">[-methods</a></code>
+<code><a href="subsetting-methods.html">[-methods</a></code>
 <code><a href="print-methods.html">print-methods</a></code>
 <code><a href="summary-methods.html">summary-methods</a></code>
 </p>
 
 
-<h3>Examples</h3>
 
-<pre>
-</pre>
-
-
-
 <hr><div align="center">[Package <em>distrSim</em> version 2.0 <a href="00Index.html">Index]</a></div>
 
 </body></html>

Modified: branches/distr-2.0/pkg/distrSim/chm/distrSim.chm
===================================================================
(Binary files differ)

Modified: branches/distr-2.0/pkg/distrSim/chm/subsetting-methods.html
===================================================================
--- branches/distr-2.0/pkg/distrSim/chm/subsetting-methods.html	2008-08-03 02:56:02 UTC (rev 230)
+++ branches/distr-2.0/pkg/distrSim/chm/subsetting-methods.html	2008-08-03 04:03:32 UTC (rev 231)
@@ -27,11 +27,11 @@
 <h3>Usage</h3>
 
 <pre>
-## "["(x,i,j,k, drop = FALSE) # is: x[i,j,k, drop = FALSE]
-\S4method{[}{SeqDataFrames}(x, i, j, k, drop = FALSE)
+## S4 method for signature 'SeqDataFrames':
+x[i, j, k, drop = FALSE]
 
-## "[&lt;-"(x,i,j,k, value)      # is: x[i,j,k] &lt;- value
-\S4method{[&lt;-}{SeqDataFrames}(x, i, j, k, value)
+## S4 method for signature 'SeqDataFrames':
+x[i, j, k] &lt;- value
 </pre>
 
 
@@ -56,7 +56,7 @@
 as in the general indexing functions</td></tr>
 <tr valign="top"><td><code>value</code></td>
 <td>
-modication to be assigned to</td></tr>
+modification to be assigned to</td></tr>
 </table>
 
 <h3>Value</h3>
@@ -86,9 +86,8 @@
 s0 &lt;- matrix(1:6,3,2)
 d0 &lt;- data.frame(s0)
 d1 &lt;- data.frame(s0 + 3)
-SF &lt;- seqDataFrames(d0, d1)
+SF &lt;- SeqDataFrames(d0, d1)
 SF[1,2,1]
-
 </pre>
 
 <script Language="JScript">

Modified: branches/distr-2.0/pkg/distrSim/chm/vectororNULL-class.html
===================================================================
--- branches/distr-2.0/pkg/distrSim/chm/vectororNULL-class.html	2008-08-03 02:56:02 UTC (rev 230)
+++ branches/distr-2.0/pkg/distrSim/chm/vectororNULL-class.html	2008-08-03 04:03:32 UTC (rev 231)
@@ -40,7 +40,7 @@
 <p>
 No methods defined with classs "vectororNULL",  "MatrixorNULLorVector",  and 
 "ArrayorNULLorVectororDataframeorSeqDataFrames" in the signature.
-However, the generating function <code><a href="Dataclass-class.html">Dataclass</a></code> dispatches according to 
+However, the generating function <code><a href="Dataclass.html">Dataclass</a></code> dispatches according to 
 "DataframeorSeqDataFrames" or "ArrayorNULLorVector".
 </p>
 

Modified: branches/distr-2.0/pkg/distrTEst/chm/distrTEst.chm
===================================================================
(Binary files differ)

Modified: branches/distr-2.0/pkg/distrTEst/chm/distrTEstOptions.html
===================================================================
--- branches/distr-2.0/pkg/distrTEst/chm/distrTEstOptions.html	2008-08-03 02:56:02 UTC (rev 230)
+++ branches/distr-2.0/pkg/distrTEst/chm/distrTEstOptions.html	2008-08-03 04:03:32 UTC (rev 231)
@@ -50,7 +50,7 @@
 <p>
 Invoking <code>distrTEstoptions()</code> with no arguments returns a list with the current values of the options.  
 To access the value of a single option, one should use <code>getdistrTEstOption("MaxNumberofSummarizedEvaluations")</code>, 
-e.g., rather than <code>distroptions("MaxNumberofSummarizedEvaluations")</code> which is a <EM>list</EM> of length one.
+e.g., rather than <code>distrTEstoptions("MaxNumberofSummarizedEvaluations")</code> which is a <EM>list</EM> of length one.
 </p>
 
 

Modified: branches/distr-2.0/pkg/distrTeach/chm/distrTeach.chm
===================================================================
(Binary files differ)

Modified: branches/distr-2.0/pkg/startupmsg/chm/startupmsg.chm
===================================================================
(Binary files differ)



More information about the Distr-commits mailing list