Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## -----------------------------------------------------------------------------
library(MultivariateAnalysis)
## -----------------------------------------------------------------------------
data("Dados.CAT")
Dados.CAT
## -----------------------------------------------------------------------------
#colocando nome nos individuos
rownames(Dados.CAT)=paste0("T",1:nrow(Dados.CAT))
Dist=Distancia(Dados.CAT,Metodo = 10)
round(Dist$Distancia,3)
## -----------------------------------------------------------------------------
resumo=SummaryDistancia(Dist)
resumo
## -----------------------------------------------------------------------------
Dendrograma(Dist,Metodo=3)
## -----------------------------------------------------------------------------
Tocher(Dist)
## -----------------------------------------------------------------------------
CoordenadasPrincipais(Dist)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.