Advanced Controls
Probably offers a range of advanced controls that allow you to customize your analysis, fine-tune your visualizations, and dive deeper into your data. This guide will walk you through these advanced features and how to use them effectively.
Statistical Controls
Significance Level Adjustment
- Open the "Advanced Controls" panel.
- Locate the "Significance Level" slider.
- Adjust the slider to set your desired p-value threshold (default is 0.05).
- This affects which results are considered statistically significant in your analysis.
Effect Size Calculation
- In the "Advanced Controls" panel, find the "Effect Size" section.
- Choose between Cohen's d, Hedge's g, or Glass's Δ for continuous variables.
- For categorical variables, select from Cramér's V, Phi coefficient, or odds ratio.
- The chosen effect size measure will be displayed alongside your statistical test results.
Visualization Customization
Color Scheme Selection
- Open the "Plot Settings" in the Advanced Controls panel.
- Click on "Color Scheme" to open the color palette options.
- Choose from pre-defined color schemes or create a custom palette.
- Apply different color schemes to distinguish between variables or highlight specific data points.
Axis Scaling
- In the "Plot Settings", find the "Axis Scaling" options.
- Choose between linear, logarithmic, or custom scaling for each axis.
- For custom scaling, you can input a mathematical function to transform your data.
Plot Type Conversion
- Use the "Plot Type" dropdown in the main interface to switch between different visualization types.
- Some advanced options include:
- Violin plots for distribution visualization
- Sunburst charts for hierarchical data
- Sankey diagrams for flow visualization
Data Transformation
Custom Calculations
- Open the "Data Transformation" tab in Advanced Controls.
- Click "Add Calculation" to create a new derived variable.
- Use the formula editor to write custom calculations using existing variables.
- Your new calculated variable will be available for plotting and analysis.
Binning and Discretization
- In "Data Transformation", select a continuous variable.
- Choose "Bin" to convert it into a categorical variable.
- Select from methods like equal width, equal frequency, or custom binning.
- Adjust the number of bins or bin edges as needed.
Advanced Clustering
Algorithm Selection
- When in Cluster View, open the "Clustering Settings" in Advanced Controls.
- Choose from algorithms like K-means, DBSCAN, or Hierarchical Clustering.
- Adjust algorithm-specific parameters (e.g., number of clusters for K-means).
Dimensionality Reduction
- In "Clustering Settings", find the "Dimensionality Reduction" options.
- Choose between techniques like PCA, t-SNE, or UMAP.
- Adjust parameters like perplexity for t-SNE or n_neighbors for UMAP.
- This affects how high-dimensional data is projected into 2D or 3D for visualization.
Time Series Analysis
Seasonality Decomposition
- For time series data, open the "Time Series" tab in Advanced Controls.
- Select "Seasonality Decomposition" to break down your time series into trend, seasonal, and residual components.
- Choose between additive or multiplicative decomposition models.
Moving Averages
- In the "Time Series" tab, select "Moving Average".
- Choose the window size for your moving average.
- Select between simple moving average (SMA) or exponential moving average (EMA).
Export and Reproducibility
Code Generation
- After performing your analysis, click on "Generate Code" in the Advanced Controls panel.
- Choose your preferred language (Python, R, or SQL).
- Probably will generate code that reproduces your current analysis and visualizations.
Custom Reporting
- In the "Export" section of Advanced Controls, click on "Create Report".
- Select which plots and statistical results to include in your report.
- Choose between PDF, HTML, or Jupyter Notebook formats for your report.
By mastering these advanced controls, you can take your data analysis to the next level, customizing every aspect of your exploration and ensuring that your visualizations and insights are precisely tailored to your needs. Remember, with great power comes great responsibility – always ensure that your advanced analyses are statistically sound and interpretable within the context of your data and research questions.