tetraclasse: tetraclasse

Description Examples

Description

Satisfaction Analysis - Tetraclasse Model And Llosa Matrix.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
library(tetraclasse)


# generate an example dataset with 150 respondant
base <- gen_avis(150)

#prepare the dataset
base <- prepare_base(base)

# construct the Llosa matrix
gen_llosa(base)
 if(require("dplyr")){
gen_avis(5000) %>%
  sample_n(50,replace = TRUE)%>%
  prepare_base() %>%
  gen_llosa()



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

}

ThinkRstat/tetraclasse documentation built on May 9, 2019, 4:43 p.m.