diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2012-12-16 01:39:42 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2012-12-16 01:39:42 +0000 |
commit | 88937b957b30b9e197858ebc3a3219079fd01f96 (patch) | |
tree | d42710bc11354294c11f589fc187194654bed4b4 /tests/IM1xIPC81.R | |
parent | 63a62f35db409b3814d3be960fa23e7554a29197 (diff) |
Added NAMESPACE and fixed the tests
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@96 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'tests/IM1xIPC81.R')
-rw-r--r-- | tests/IM1xIPC81.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/IM1xIPC81.R b/tests/IM1xIPC81.R index 52b5653..475fcae 100644 --- a/tests/IM1xIPC81.R +++ b/tests/IM1xIPC81.R @@ -1,4 +1,4 @@ library(drfit) data(IM1xIPC81) rIM1xIPC81 <- drfit(IM1xIPC81,linlogit=TRUE) -print(rIM1xIPC81,digits=5) +print(rIM1xIPC81,digits=4) |