fast: Factorial Approach for Sorting Task data
Description
Perform Factorial Approach for Sorting Task data (FAST) on a table where the rows (i) are products and the columns (j) are consumers.
A cell (i,j) corresponds either to the number of the group to which the product i belongs to for the consumer j, or, in the case of "qualified" categorization, to the sequence of words associted to the group of which the product belongs to (i) for the consumer j.Usage
fast(don,alpha=0.05,mot_min=2,graph=TRUE,ncp=5,B=200)
Arguments
don
a data frame with n rows (products) and p columns (assesor : categorical variables)
alpha
the confidence level of the ellipses
mot_min
minimum sample size for the word selection in textual analysis
graph
boolean, if TRUE a graph is displayed
ncp
number of dimensions kept in the results (by default 5)
B
the number of simulations (corresponding to the number of virtual panels) used to compute the ellipses
Value
- A list containing the following elements:
- eiga matrix containing all the eigenvalues, the percentage of variance and the cumulative percentage of variance
- vara list of matrices containing all the results for the categories (coordinates, square cosine, contributions, v.test)
- inda list of matrices containing all the results for the products (coordinates, square cosine, contributions)
- groupa list of matrices containing all the results for consumers (coordinates, square cosine, contributions)
- cooccurthe reordered co-occurrence matrix among products
- reordthe reordered matrix products*consumers
- cramerthe Cramer's V matrix between all the consumers
- calla list with some statistics
References
Cadoret, M., L^e, S., Pag`es, J. (2008) A novel Factorial Approach for analysing Sorting Task data. 9th Sensometrics meeting. St Catharines, CanadaExamples
Run this codedata(perfume)
## Example of fast results
res.fast<-fast(perfume)
Run the code above in your browser using DataLab