The R Project SVN R

Rev

Rev 62864 | Rev 63382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62864 Rev 63202
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2013-06-04 r62863) -- "Unsuffered Consequences"
2
R Under development (unstable) (2013-07-06 r63201) -- "Unsuffered Consequences"
3
Copyright (C) 2013 The R Foundation for Statistical Computing
3
Copyright (C) 2013 The R Foundation for Statistical Computing
4
Platform: x86_64-unknown-linux-gnu (64-bit)
4
Platform: x86_64-unknown-linux-gnu (64-bit)
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
Line 654... Line 654...
654
  Convergence failure: initial par violates constraints
654
  Convergence failure: initial par violates constraints
655
> with(fit$convInfo, ## start par. violates constraints
655
> with(fit$convInfo, ## start par. violates constraints
656
+      stopifnot(isConv == FALSE, stopCode == 300))
656
+      stopifnot(isConv == FALSE, stopCode == 300))
657
> 
657
> 
658
> cat('Time elapsed: ', proc.time() - .proctime00,'\n')
658
> cat('Time elapsed: ', proc.time() - .proctime00,'\n')
659
Time elapsed:  1.223 0.007 1.233 0 0 
659
Time elapsed:  1.163 0.009 1.177 0 0 
660
> 
660
> 
661
> proc.time()
661
> proc.time()
662
   user  system elapsed 
662
   user  system elapsed 
663
  1.341   0.021   1.356 
663
  1.270   0.023   1.287