aboutsummaryrefslogtreecommitdiff
path: root/tests/XY.R
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-05-23 08:25:16 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-05-23 08:25:16 +0000
commitccd54663243aed9869862190dbf69401e36a8108 (patch)
tree0aca89d47e42dc7a8ac39a58bf3fc040bcc36507 /tests/XY.R
parent4d60b8ed0236af9227db79bf062f2381e683cc4a (diff)
Only print 5 digits in the tests, since I get some differences
in the last digits between amd64 and i386. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@81 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'tests/XY.R')
-rw-r--r--tests/XY.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/XY.R b/tests/XY.R
index 7e3ecb2..228f736 100644
--- a/tests/XY.R
+++ b/tests/XY.R
@@ -1,4 +1,4 @@
library(drfit)
data(XY)
rXY <- drfit(XY,logit=TRUE,weibull=TRUE,chooseone=FALSE)
-rXY
+print(rXY,digits=5)

Contact - Imprint