Once we have loaded the data, we can explore its structure. This can be done by using the Database Explorer tool accessible from alias node in the Services component. Using this tool you can:
For further work with the data we need to create an object representing the dataset - PhysicalData. This object contains various information about the analyzed data, such as attribute types, basic statistics and data source location.
The PhysicalData object can be created using the Database Explorer tool (see the movie) or using the Metadata Explorer tool (see the movie). After creating the object, the user can open the PhysicalData window (see the movie) which contain variable statistics (if any statistics have been calculated).
More information about working with metadata objects can be found in the Metdata Repository documentation.
Preliminary data content analysis is an important stage of any analytical project. The Freq tool is designed to support the user in this stage. This tool can be launched from the PhysicalData window (see the movie).
After opening the Freq tool it is necessary to calculate the statistics for selected variables (see the movie). This operation will provide various information about the variables, including:
The statistics calculated by the Freq tool are stored in a PhysicalData object. After calculating Freq statistics you can also view them in the PhysicalData window (see the movie).
More information about the Freq tool can be found in Technical Documentation here.
In addition to visualisation offered by the Freq tool, the user can visualize the variables correlation matrix. Both tools (Freq and correlation matrix) are located in the CalculateStatisticsTask MR object, which is automatically created upon opening the Freq tool or using the Metadata Explorer tool (see the movie).
Interactions with the Correlation Matrix are shown in the movie.