explain.fmds | R Documentation |
explain
fits variables to coordinate configuration
## 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,
...
)
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. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.