predict
provides locations for additional objects.
Function is under construction.
# S3 method for fmds
predict(
object,
delta,
w = NULL,
level = c("absolute", "ratio", "linear", "ordinal"),
MAXITER = 1024,
FCRIT = 1e-08,
error.check = FALSE,
echo = FALSE,
...
)
data original n by n matrix with dissimilarities.
weights original n by n matrix with weights.
transformed.data final n by n matrix with transformed dissimilarities.
approach apporach to ties: 1 = untie ties, 2 = keep ties tied.
degree spline degree.
ninner number of interior knots.
iknots interior knots sequence.
anchor whether an intervept was used or not.
knotstype type of procedure creating the interior knot sequence.
coordinates final n by p matrix with coordinates.
coefficients final h by p matrix with regression coefficients.
distances final n by n matrix with Euclidean distances between n rows of coordinates.
last.iteration final iteration number.
last.difference final function difference used for convergence testing.
n.stress final normalized stress value.
object of class fmds
.
an n by n squares hollow matrix containing dissimilarities.
an identical sized matrix containing non-negative weights (all ones when omitted).
parameter indicating whether absolute, ratio, linear, or ordinal level to be used.
maximum number of iterations (default = 1024).
relative convergence criterion function value (default = 0.00000001).
extensive validity check input parameters (default = FALSE).
print intermediate algorithm results (default = FALSE).
additional arguments to be passed.
Frank M.T.A. Busing