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.

tetraclasse

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

usage

library(tetraclasse)

 if(require("dplyr")){
gen_avis(50000) %>%
  sample_n(500,replace = TRUE)%>%
  prepare_base() %>%
  gen_llosa()
}


gen_avis(500) %>%
  prepare_base() %>%
  gen_llosa()

Installation

# install.packages("devtools")
devtools::install_github("ThinkRstat/tetraclasse")

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.