Displaying 3 results from an estimated 3 matches for "kuensch".
2001 Apr 06
2
bug in contour() ? (PR#897)
The following example just "hangs", i.e.
the final contour() does not terminate.
x <- pi*(0.5+((-13):12))/36
w <- 0.377*cos(2*x)*sqrt(abs(cos(2*x)))
v <- c(rep(-1.47,13),rep(1.722,13))*abs(sin(x))^1.5
cr <- outer(w,w)+outer(v,v)
s <- sqrt(diag(cr))
cr <- cr/outer(s,s)
contour(cr[1:26,26:1],levels=seq(-1,1,0.1),axes=T)
--please do not edit the information below--
2010 Dec 16
0
R 2.12.1 is released
...s were truncated in package indices and
a few other places.
? Additional utilities now work correctly with S4 subclasses of
"environment" (rm, locking tools and active bindings).
? spec.ar() now also work for the "ols" method. (Reported by
Hans-Ruedi Kuensch.)
? The initialization of objects from S4 subclasses of "environment"
now allocates a new environment object.
? R CMD check has more protection against (probably erroneous)
example or test output which is invalid in the current locale.
? qr.X() with column names...
2010 Dec 16
0
R 2.12.1 is released
...s were truncated in package indices and
a few other places.
? Additional utilities now work correctly with S4 subclasses of
"environment" (rm, locking tools and active bindings).
? spec.ar() now also work for the "ols" method. (Reported by
Hans-Ruedi Kuensch.)
? The initialization of objects from S4 subclasses of "environment"
now allocates a new environment object.
? R CMD check has more protection against (probably erroneous)
example or test output which is invalid in the current locale.
? qr.X() with column names...