biplotboot {biplotbootGUI} | R Documentation |
biplotbootGUI: Bootstrap on Classical Biplots and Clustering Disjoint Biplot
Description
The biplotboot function is a graphical user interface to construct and interact with Classical Biplots and, combined with Bootstrap methods, provides confidence intervals based on percentiles and t-bootstrap to measure the accuracy of the estimators of the parameters given by them.
Usage
biplotboot(x)
Arguments
x |
A data frame with the information to be analyzed |
Details
When the function is launched, firstly, it is necessary to select the number of resamples to be extracted, the conficende level to calculate the intervals presented in the results and the parameters whose inferential form want to be calculated. Then, an option window is displayed where you can change the color, the size, the label and/or the symbol of an element or of a set of elements; to select the kind of Biplot factorization to be applied, to select the transformation data, to change the window size containing the graphs and to tick the checkbox to show the axes in the graph. Press the Graph button and then choose the number of axes to be retained. When the graph will be shown, the function will allow you to change characteristics of the points with the mouse. Press the right mouse button and a window will be displayed to change the color, the size, the label and/or the symbol of the nearest point of position clicked. Press the left mouse button and a window will be displayed to select one option: Change the position label, Remove label or Do nothing. It is also possible to select the dimensions shown in the graph and to change the limits of the axes. In the window there are five menus with their corresponding submenus:
File
Copy image
Save image
PDF file
Eps file
Png file
Jpg/Jpeg file
Exit
3D
3D
Projections
Variables
Back to original data
Options
Change title
Show/Hide axes
Cluster
Hierarchical cluster with biplot coordinates
K-means with biplot coordinates
K-medoids with biplot coordinates
Back to original graph
The File menu provides different options to save the graph and permits to exit the program. The second menu shows the graph in 3 dimensions. The third menu allows the user to project the individuals onto the direction representing one variable selected from a listbox. This menu permits to go back to original graph. The following menu permits to change the title and to show/hide the axes in the graph. The fifth menu allows the user to analyze the biplot coordinates with clustering techniques. The results in an inferential form have saved in a file and together with it graphs with histograms and QQ-plots generated with the bootstrap replications are saved.
Value
A graph showing the data representation, an output file containing the contributions, qualities of representation, goodness of fit, coordinates and eigen values and another output file containing these results in an inferential form.
Author(s)
Ana Belen Nieto Librero ananieto@usal.es, Purificacion Galindo Villardon pgalindo@usal.es
References
Gabriel, K. R. (1971). The Biplot graphic display of matrices with applications to principal components analysis. Biometrika, 58(3), 453-467.
Galindo, M. P. (1986). Una alternativa de representacion simultanea: HJ-Biplot. Questiio, 10(1), 13-23.
Efron, B. (1979). Bootstrap methods: Another look at the jackknife. Annals of Statistics, 7, 1-26.
Efron, B. (1987). Better bootstrap confidence intervals. Journal of the American Statistical Association, 82, 171-185.
Efron, B., & Tibshirani, R. J. (1993). An introduction into the bootstrap. New York: Chapman and Hall.
Nieto, A. B., & Galindo, M. P., & Leiva, V., & Vicente-Galindo, P. (2014). A methodology for biplots based on bootstrapping with R. Revista Colombiana de Estadistica, 37(2), 367-397.
Examples
data(iris)
biplotboot(iris[,-5])