Getting Started
Your first analysis
Getting Started
Follow these simple steps to run your first statistical analysis.
Step 1: Upload Your Data
- Sign in to your StatKit account
- Click “Upload Dataset”
- Select your CSV file
- Review the data preview
File Requirements
- Format: CSV files only
- Encoding: UTF-8 recommended
- Header: First row should contain column names
- Data: Numeric columns for statistical tests
Step 2: Choose a Test
Select from available statistical tests:
Descriptive Statistics
Summarize your data with basic statistics.
T-Tests
Compare means between groups:
- Independent: Two separate groups
- Paired: Related measurements
- One-sample: Test against a value
ANOVA
Compare means across multiple groups.
Regression
Build predictive models:
- Linear: Predict continuous values
- Logistic: Predict categories
Neural Networks
Train machine learning models for classification and regression.
Step 3: Configure Parameters
- Select your dependent variable
- Choose independent variables
- Set any additional options
- Click “Run Analysis”
Step 4: View Results
Results include:
- Statistical test output
- P-values and significance
- Effect sizes
- Descriptive statistics
Step 5: Export Results
Download your results in:
- LaTeX: For academic papers
- CSV: For further analysis
- JSON: For programmatic access
- Model files: For neural networks
Tips
- Start with descriptive statistics to understand your data
- Check that your data meets test requirements
- Save important results
- Cross-check with other software if needed
Need Help?
- FAQ - Common questions
- Statistical Tests - Detailed guides
- Contact Support - Get help
StatKit is in beta. Report issues to help us improve.