The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Satisfaction analysis - Llosa matrix - Tetraclasse model
Analyses de la satisfaction - matrice de Llosa - modèle tetraclasse
Matrice importance-satisfaction d’après : https://www.jstor.org/stable/40592578?seq=1#page_scan_tab_contents
library(tetraclasse)
if(require("dplyr")){
gen_avis(50000) %>%
sample_n(500,replace = TRUE)%>%
prepare_base() %>%
gen_llosa()
}
gen_avis(500) %>%
prepare_base() %>%
gen_llosa()
# install.packages("devtools")
::install_github("ThinkRstat/tetraclasse") devtools
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.