explain.fmds {fmds} | R Documentation |
Explain method for all fmds objects
Description
explain
fits variables to coordinate configuration
Usage
## S3 method for class 'fmds'
explain(
x,
q,
w = NULL,
level = c("absolute", "ratio", "linear", "ordinal", "nominal"),
MAXITER = 1024,
FCRIT = 1e-08,
error.check = FALSE,
echo = FALSE,
...
)
Arguments
x |
fmds object |
q |
variables |
w |
weights |
level |
transformation level |
MAXITER |
maximum number of iterations |
FCRIT |
convergence criterion |
error.check |
error chacking |
echo |
intermediate output |
... |
additional arguments to be passed. |
Value
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
[Package fmds version 0.1.5 Index]