explain
fits variables to coordinate configuration
# S3 method for fmds
explain(
x,
q,
w = NULL,
level = c("absolute", "ratio", "linear", "ordinal", "nominal"),
MAXITER = 1024,
FCRIT = 1e-08,
error.check = FALSE,
echo = FALSE,
...
)
data data
weights weights
transformed.data transformed data
approach approach
degree zero
ninner zero
iknots NULL
anchor anchor
knotstype zero
coordinates NULL
coefficients coefficients
distances distances
last.iteration last.iteration
last.difference last.difference
n.stress n.stress
stress.1 stress.1
call call
fmds object
variables
weights
transformation level
maximum number of iterations
convergence criterion
error chacking
intermediate output
additional arguments to be passed.