To get (back) to the overview of all steps and functions use this link:
a.a.main
Meta function for starting meta steps of the analysis.
This function wraps all the meta steps for analyzing the data.
Load environment (z.z.util.set.environment
)
Explore basic structure of the data (b.a.exploratory.data_analysis
)
Check for normality in the data and try to transform to it
(c.a.normality
)
Search for possible outliers (d.a.outlier_detection
)
Try to reduce dimensionality with principal component analysis
(e.a.pca
)
Cluster data to detect similarites in spam mail and in non-spam mails
(f.a.clustering
)
Each step will be further explained in the corresponding function descriptions
1 |
Vitali Friesen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.