Displaying 2 results from an estimated 2 matches for "dsc99".
2003 Dec 12
2
Reorganization of packages in the R distribution
After long but intermittent discussion (it was mentioned at DSC99, for
example), we have reorganized the standard packages, with
base graphics stats utils methods
normally loaded,
mle splines stepfun tcltk tools
available for loading, and
ctest eda lqs modreg mva nls ts
as stub packages which ensure back-compatibility. (These have all been
merged int...
2002 Jan 07
3
cluster - clusplot.default (PR#1249)
The following code in clusplot.default (package cluster) is in error:
x1 <- cmdscale(x, k = 2, eig = TRUE)
var.dec <- sum(x1$eig)/sum(diag(x1$x))
if (var.dec < 0)
var.dec <- 0
if (var.dec > 1)
var.dec <- 1
x1 <- x1$points
x1 has components with names "points" and "eig", not "x", so