descriptive(X, dfreq=FALSE)
## S3 method for class 'descriptive':
print(x, \dots)
## S3 method for class 'descriptive':
plot(x, \dots)X. By default, it is set to FALSE, which means that X has one row per unit. If it is set to TRUE, then the matrix X contains frequencies in its last column.descriptive function, to print or to plot.plot.descriptive function produces exploratory heterogeneity graphs. In absence of heterogeneity, the relations presented in the two graphs should be almost linear. Convex fonctions indicate heterogeneity.data(hare)
desc<-descriptive(hare)
desc
plot(desc)Run the code above in your browser using DataLab