Description Usage Arguments Details Value Author(s) References See Also Examples
Multidimensional scaling (MDS) in 2 dimensions
1 |
data |
a numeric matrix, data frame or |
std |
logical; if TRUE, |
If data
is an object of class "dist"
, std
is not active and data
is directly inputted into MASS::isoMDS
.
An object of class MDSmap
, i.e. a list with 4 objects:
points
, a 2-column vector of the fitted configuration (see isoMDS
);
stress
, the final stress achieved in percent (see isoMDS
);
data
, the input data frame;
std
, the logical std
input.
Marco Sandri, Paola Zuccolotto, Marica Manisera (basketballanalyzer.help@unibs.it)
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
1 2 3 4 5 6 |
Loading required package: ggplot2
Registered S3 method overwritten by 'GGally':
method from
+.gg ggplot2
If you want to reproduce the figures contained in the book of
Zuccolotto and Manisera (2020) and
if the version of your R machine is >= 3.6.0, you need to type
RNGkind(sample.kind = "Rounding")
at the beginning of your working session
initial value 15.910514
iter 5 value 13.124944
final value 12.967089
converged
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.