Learn R Programming

fmds (version 0.1.5)

explain.fmds: Explain method for all fmds objects

Description

explain fits variables to coordinate configuration

Usage

# 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,
  ...
)

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

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.