diff options
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) |