BinQmet: Statistical analysis of binary Q-method data...

Description Author(s) See Also Examples

Description

The BinQmet package first analyses data trough a stimulus-oriented approach. In this context, it considers a Multiple Factor Analysis that provides a multidimensional representation of the stimuli. On this representation, two stimuli are close (resp. distant) if they have been perceived as similarly representative (resp. differently representative) of the concept by the participants. This representation is supplemented by coloured areas representing the degree of representativeness of the concept on the factorial plane. The BinQmet package then analyses data trough a participant-oriented approach. In this context, the structure of disagreement among the panel of participants is captured through the profiles of residuals of a no-latent class regression model adjusted on the entire set of binary ratings, and can be visualized by using exploratory data analysis tools. The disagreement between two participants is then quantify in a concise way through the Euclidean distance between their respective profiles of residuals, this disagreement index being used as a basis to construct a dendrogram representing the structure of disagreement among the panel. The proper number of disagreed clusters among the panel of participants is then chosen by implementing a sequential strategy to test the significance of each K-clusters structure of disagreement. Finally, this participant-oriented approach provides a segmentation of the participants, each cluster of participants being assimilated to a pattern of perception of the concept through the set of stimuli.

Author(s)

Margot Brard, Sebastien Le, David Causeur

Maintainer: Margot Brard margot.brard@agrocampus-ouest.fr

See Also

AnalyseBinQmet plot.AnalyseBinQmet

Examples

1
2
3
4
5
6
# Small pedagogic data set
data(pedagdata)
res.pedag <- AnalyseBinQmet(pedagdata, id.info.stim = 21 : ncol(pedagdata), type.info.stim = c(rep("cont", 4), "cat"), id.info.part = 9 : nrow(pedagdata), type.info.part = c(rep("cat", 2), "cont"))
res.pedag
plot.AnalyseBinQmet(res.pedag, choice = "stim", interact = TRUE, col.pos.ratings = "orange")
plot.AnalyseBinQmet(res.pedag, choice = "part.mul", interact = TRUE)

MargotBr/BinQmet documentation built on May 29, 2019, 10:52 a.m.