4.2 Explore Data
Oracle Machine Learning for R provides functions that enable you to perform exploratory data analysis.
With these functions, you can perform common statistical operations.
The functions and their uses are described in the following topics:
- About the Exploratory Data Analysis Functions
The OML4R functions for exploratory data analysis are in theOREedapackage. - About the NARROW Data Set for Examples
Many of the examples of the exploratory data analysis functions use theNARROWdata set. - Correlate Data
You can use theore.corrfunction to perform correlation analysis. - Cross-Tabulate Data
Cross-tabulation is a statistical technique that finds an interdependent relationship between two tables of values. - Analyze the Frequency of Cross-Tabulations
Theore.freqfunction analyses the output of theore.crosstabfunction and automatically determines the techniques that are relevant to anore.crosstabresult. - Build Exponential Smoothing Models on Time Series Data
Theore.esmfunction builds a simple or a double exponential smoothing model for in-database time series observations in an orderedore.vectorobject. - Rank Data
Theore.rankfunction analyzes distribution of values in numeric columns of anore.frame. - Sort Data
Theore.sortfunction enables flexible sorting of a data frame along one or more columns specified by thebyargument. - Summarize Data with ore.summary
Theore.summaryfunction calculates descriptive statistics and supports extensive analysis of columns in anore.frame, along with flexible row aggregations. - Analyze the Distribution of Numeric Variables
Theore.univariatefunction provides distribution analysis of numeric variables in anore.frame. - Principal Component Analysis
The overloadedprcompandprincompfunctions perform principal component analysis in parallel in the database. - Singular Value Decomposition
The overloadedsvdfunction performs singular value decomposition in parallel in the database.
Parent topic: Prepare and Explore Data in the Database