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/pyrithione.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/pyrithione.R')
-rw-r--r-- | tests/pyrithione.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pyrithione.R b/tests/pyrithione.R index baec676..3a3ff23 100644 --- a/tests/pyrithione.R +++ b/tests/pyrithione.R @@ -1,4 +1,4 @@ library(drfit) data(pyrithione) -rpyr <- drfit(pyrithione,linlogit=TRUE,linlogitWrong=c("MSPT","MSPHI")) -print(rpyr,digits=3) +rpyr <- drfit(pyrithione,linlogit=TRUE,linlogitWrong=c("MSPT","MSPHI","PyS")) +print(rpyr,digits=4) |