diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-07-28 10:33:13 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-07-28 10:33:13 +0000 |
commit | f42afd73619966862b089740fbfffd7905d1e6fe (patch) | |
tree | 23ece52d44b30e2268a58d8a428c4b80bcc57c0e /tests/pyrithione.R | |
parent | fb939524763339aa5e85692be323e6ea562865ff (diff) |
Address platform dependence of tests/pyrithione.R
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@102 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'tests/pyrithione.R')
-rw-r--r-- | tests/pyrithione.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyrithione.R b/tests/pyrithione.R index 3a3ff23..87552aa 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","PyS")) -print(rpyr,digits=4) +print(rpyr,digits=2) |