Skip to content

❗ This is a read-only mirror of the CRAN R package repository. tetraclasse — Satisfaction Analysis using Tetraclasse Model and Llosa Matrix

Notifications You must be signed in to change notification settings

cran/tetraclasse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

❗ This is a read-only mirror of the CRAN R package repository. tetraclasse — Satisfaction Analysis using Tetraclasse Model and Llosa Matrix

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages