Analysis GUI: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
imported>Jeremy
(Redirected page to AnalysisWindow Layout)
Line 1: Line 1:
__TOC__
#REDIRECT [[AnalysisWindow_Layout]]
Analysis GUI provides a common interface for the standard PLS_Toolbox and Solo analysis functions, including the [[Exploratory_Analysis|exploratory analysis]] and clustering methods as well as [[Quantitative_Regression_Analysis|qualitative regression]] and [[Classification_and_Discriminant_Analysis|classification]] methods. The details of the available methods are listed in the [[Analysis Menu]] page.
 
The interface allows the flexibility to switch between analysis methods (for a given type of data) and will help you manage your developed models. There are various useful tools integrated into the application that can be accessed through menus and associated GUIs.
 
==Starting Analysis GUI==
The Analysis interface can be started from the [[Workspace Browser]] (when using Solo or PLS_Toolbox) or from the command line using the command <tt>analysis</tt>.
::<tt>>> analysis</tt>
It can also be started with a default analysis method selected by clicking on the particular analysis shortcut in the workspace browser, or by typing the PLS_Toolbox command for the specific analysis of interest without any input arguments. For example, the command below starts the analysis interface preset to the PCA analysis method.
::<tt>>> pca</tt>
 
==Interface==
[[Image:Analysis.png|Analysis Window ]]
 
Main Window (*=right-click context menu):
 
The main Analysis window has a layout with five basic areas.
 
* '''Toolbar''' - The Toolbar contains buttons specific to a particular analysis method.
 
* '''Status Pane''' - The Status Pane shows information for the currently loaded items (hovering the mouse over a particular item will display a temporary window containing specific information). Note that all items in this pane can be clicked on to load or modify the item. In addition, when calibration data is loaded, preprocessing for the given item can be accessed through the "P" icons which appear after the X before the Model icon.
* '''SSQ Table''' - For analysis methods that generate statistics, the SSQ window will display statistics and allow you to manipulate the number of components or factors to be modeled. The area directly above the SSQ table contains buttons specific to an analysis allowing you to change information displayed in the SSQ Table area.
* '''Flowchart''' - Displays an itemized list of buttons that outline the steps typically needed for the current analysis.
* '''[[Model Cache]]''' - When turned on, the [[Model Cache]] will keep track of and display all of the models, data, and predictions created during the data analysis process.
 
==Menus==
Menu items allow access to common I/O functionality, data manipulation, and analysis set-up. Menu items are available both in the main window menubar and as context menus (right-click menus) within the Status Pane and Model Cache. Some menu items are available at all times, others will be disabled depending on the loaded data and model type. Notice that when no data or models are loaded, all items except for loading functions are disabled in the menus. As you load data and create models you’ll find appropriate menu items enabled or disabled.
 
===File===
 
The file menu provides loading, saving, and exporting of data and models (note that most of these items are also available as context (right-click) menus on the Status Pane). For more information on these topics see:
 
:[[Loading_Data_Quick_Start]]
:[[Exporting_Models]]
 
===Analysis===
 
The Analysis menu provides access to all the different types of analyses which can be performed within Analysis GUI. The available methods are detailed in the [[Analysis Menu]] page.
 
===Edit/Options===
 
A number of behaviors and features of the Analysis interface can be modified using the [[Analysis Options Menu | Edit/Options menu]].
 
===Tools===
 
Provides access to a number of special data analysis tools. See the [[Analysis Tools Menu]] page for details.
 
==Help Window==
At the bottom of the figure is a Help Window that displays suggestions for the next step of an analysis. It is meant as a guide for novice users and can be turned off by right-clicking on the window.

Revision as of 16:40, 29 July 2010