diff options
Diffstat (limited to 'tests/XY.Rout.save')
-rw-r--r-- | tests/XY.Rout.save | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/XY.Rout.save b/tests/XY.Rout.save index fc5b0cd..a3f84c0 100644 --- a/tests/XY.Rout.save +++ b/tests/XY.Rout.save @@ -1,7 +1,7 @@ -R version 2.9.2 (2009-08-24) -Copyright (C) 2009 The R Foundation for Statistical Computing -ISBN 3-900051-07-0 +R version 3.1.1 (2014-07-10) -- "Sock it to Me" +Copyright (C) 2014 The R Foundation for Statistical Computing +Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. @@ -16,8 +16,6 @@ Type 'demo()' for some demos, 'help()' for on-line help, or Type 'q()' to quit R. > library(drfit) -Loading required package: MASS -Loading required package: RODBC > data(XY) > rXY <- drfit(XY,logit=TRUE,weibull=TRUE,chooseone=FALSE) @@ -45,3 +43,6 @@ Substance Y: Fitting data... 4 3.0096 2.03624 5 NA NA > +> proc.time() + user system elapsed + 0.609 0.379 0.491 |