[Analogue-commits] r341 - in pkg: R inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jul 20 22:28:39 CEST 2013


Author: gsimpson
Date: 2013-07-20 22:28:38 +0200 (Sat, 20 Jul 2013)
New Revision: 341

Modified:
   pkg/R/summary.logitreg.R
   pkg/inst/ChangeLog
Log:
shorten some of the labels in printed output

Modified: pkg/R/summary.logitreg.R
===================================================================
--- pkg/R/summary.logitreg.R	2013-07-20 04:51:46 UTC (rev 340)
+++ pkg/R/summary.logitreg.R	2013-07-20 20:28:38 UTC (rev 341)
@@ -10,9 +10,9 @@
     }
     DF <- t(sapply(object$models, FOO, p = p, USE.NAMES = FALSE))
     DF <- data.frame(DF)
-    names(DF) <- c("In","Out","Est.(Dij)","Std.Err", "Z-value","p-value",
+    names(DF) <- c("In","Out","E[Dij]","SE", "Z","p-value",
                    paste("Dij(p=", format(p), ")", sep = ""),
-                   "Std.Err(Dij)")
+                   "SE (Dij)")
     class(DF) <- "summary.logitreg"
     DF
 }

Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog	2013-07-20 04:51:46 UTC (rev 340)
+++ pkg/inst/ChangeLog	2013-07-20 20:28:38 UTC (rev 341)
@@ -5,6 +5,8 @@
 	* logitreg: fitting is now possible using Firth's bias reduction
 	technique via the brglm package.
 
+	Changes to the labels in the output of the `summary` method.
+
 	* plot3d.prcurve: dynamic 3D plot of the data in PCA space with
 	the fitted principal curve superimposed.
 



More information about the Analogue-commits mailing list