multi / funcionesR /paquetes.R
pajuan's picture
Upload 13 files
6c5d77f verified
raw
history blame
904 Bytes
if(!require(pacman)) install.packages("pacman");
pacman::p_load(
pacman,
flexdashboard,
rio, # importación/exportación de datos
here, # localizar archivos
tidyverse, # gestión y visualización de datos
flexdashboard, # versiones dashboard de informes R Markdown
shiny, # figuras interactivas
plotly, # figuras interactivas
knitr,
HH,
car,
rgl,
sampling,
ggplo2,
kableExtra,
FactoMineR, ### Fucntion: PCA(x,x,x,x)
ade4, ### Function: dudi.pca(x,x,x,x)
stats, ### FUNCTIONS: prcomp and princomp
factoextra, ### Extract and Visualize the Results of
### Multivariate Data Analyse
gridExtra,
corrplot,
DT,
verbatim,
ade4
)
if (!require('devtools')) install.packages('devtools')
devtools::install_github('fhernanb/stests', force=TRUE)