Reporting

The EnQuireR package provides two kinds of reports automatically generated with the help of the Sweave package.

In order to use this functionnality, the user has to install MikTeX and TeXnicCenter.

.pdf documents

A first detailed and exhaustive report gathers all the different results provided by the functions ENbarplot(), chisq.desc() and ENMCA() in a .pdf document.

From an univariate point of view, the following lines will create a document in which each categorical variable is displayed in a separate page: data(tea)
ENbarplot(tea,c(18,20,21,23),spl=TRUE,report=TRUE)

Univariate report Click here to access the .pdf document.

From a bivariate point of view, the following lines will create a .pdf document which indicates whether a given set of categorical variables depends on another one. data(tea)
chisq.desc(tea,c(1,2),c(3,4),report=TRUE)

Bivariate report Click here to access the .pdf document.

Form a multivariate point of view, the following lines will create a .pdf document which focuses on how the individuals and categories are spread in the correspondence map.
It provides a description of the first two axes using a list of meaningful categories sorted according to their p-value. It also concerns the partition in cluster: the report provides a list of categories that best describe each cluster and graphical representations issued from the ENlisib() and ENellipses() functions. data(tea)
ENMCA(tea[,1:18],report=TRUE)

Multivariate report Click here to access the .pdf document.

Beamer type document

A more succinct report is created at the same time as the multivariate pdf document, made of slides only.
This Beamer type report consists in the same information presented previously from a multivariate point of view but more synthetically and is therfore available with the ENMCA() function only.
It is divided into two main parts: first the multivariate exploration of the questionnaire and second the typology of the individuals.

Multivariate presentation Click here to access the Beamer type document.