
Learn to analyze data and perform statistical modeling in R by exploring distributions, statistics, and plots. Practice hypothesis testing with t-tests, ANOVA, and chi-square on real-world datasets through hands-on exercises.
Introduce data distributions and their functions, use blogs and charts with diverse datasets for group comparisons, and cover parametric tests, hypothesis testing, statistical significance, and correlation concepts in R.
Download and install R and RStudio, the graphical user interface for R, on Windows, Mac, or Linux, then verify the setup with a simple 10 plus 2 calculation.
Navigate the R studio interface by creating scripts, running code in the console, and managing the environment, history, and packages with install.packages and library.
Explore built-in R math functions, including exponential, logarithms, sqrt, trigonometry, abs, min/max, and which.min/which.max, plus cumulative sum and product for vector and matrix analysis.
Learn basic statistical concepts in this course, including mean, median, mode, range, standard deviation, variance, skewness, and kurtosis, with examples and outlier intuition.
Explore fundamental data distributions, from discrete and continuous data to density, PMF, and CDF, with normal, binomial, and chi-square examples, plus the central limit theorem and sample size implications.
Explore density, cdf, quantile, and random number functions for normal, binomial, and chi-square distributions, including continuous vs discrete density, quintiles, median, and practical applications.
Explore how to plot normal and binomial distributions in R, adjust mean and standard deviation, compare continuous and discrete densities, and interpret density and cumulative functions.
Use bar plots to visualize categorical data in R, illustrated with weight loss and chickweed datasets, including colors and orientation; convert data to frequencies when plotting categories.
Learn to create bar plots for grouped data by computing group means, reshaping with transpose, assigning group names, and visualizing color-coded bars to compare feeds.
discover how to create pie charts for categorical data in r, customize visuals with graphical parameters like margins and layout, and practice with the orange dataset.
Demonstrates finishing and enhancing pie charts in R, including labels, colors, start angle, and arranging multiple pies, then contrasts with bar charts as clearer alternatives.
Explore histograms in R using real data, customizing breaks, applying five-number summaries, and overlaying normal curves and kernel density lines for orange circumference and Lake Huron levels.
Generate a basic histogram of urban population in the US, adjust breaks and colors, and overlay a normal curve with mean and standard deviation for visual analysis.
Learn to create and customize box plots in R to compare distributions in the iris data using the five-number summary and detect outliers across species.
Explore box plots for comparing feed groups in the Checkmates dataset, showing how boxes reveal growth rate differences across feeds and why box plots outperform bar plots.
Explore scatter plots in R with base plotting and the car package, visualizing before-after data, solving encoding issues, and adding regression lines with locally weighted smoothing and boxplots.
Master matplot in r to plot corresponding columns from two matrices, customize with type, pch, and colors, add a legend, and arrange multiple plots with mfrow using iris data.
Explore parametric and nonparametric tests, assess significance with p-values and alpha levels, and apply hypothesis testing with null/alternative hypotheses, z-scores, and confidence intervals.
Complete the data distribution and simulation section by applying standard normal theory to compute 90–99% confidence intervals using z-scores, and explore cumulative and inverse distribution functions with real-world examples.
Apply the single proportional test in R to compare proportions with a null of 0.5. Interpret p-values and confidence intervals, and choose one-tailed or two-tailed tests.
Compare two proportions to test whether two students have different university acceptance rates using a two-sided proportional test, interpreting p-values and degrees of freedom.
T-tests, including one-sample, independent two-sample, and paired tests, compare means and assess whether observed differences arise by chance via p-values, under the null hypothesis and normal distribution.
Apply a one-sample t-test to compare a sample mean to a null value, interpret p-values and t-values, and determine whether the true mean differs from the hypothesized population mean.
Perform two-sample independent t-tests to compare means across groups, such as sex (male vs female) and office location, using p-values and confidence intervals to assess null versus alternative hypotheses.
uses the paired t-test to compare before and after measurements, test null vs alternative hypotheses, interpret p-values and one- and two-tailed tests, and assess practical significance of a teaching intervention.
Compare group means using the F-test and ANOVA to assess variance between and within groups, and identify which means differ with Tukey HSD.
Perform one-way anova on sepal length across iris species, interpret the f-statistic and p-values, and apply tukey hsd to reveal which species means differ.
Apply the chi square one sample goodness of fit test to compare observed counts with expected distributions. Interpret chi square values and p values to determine fit using real examples.
Apply the chi-square test for independence in R to contingency tables, comparing drug alpha and drug beta, and men versus women opinions, using observed and expected counts and p-values.
Explore how correlations measure the strength of the relationship between two variables, using Pearson for normally distributed data and Spearman for ranked data.
Practice with the course source files and exercises to master data analysis and statistical modeling in r. Share knowledge to help others grow.
Before applying any data science model its always a good practice to understand the true nature of your data. In this Course we will cover fundamentals and applications of statistical modelling. We will use R Programming Language to run this analysis. We will start with Math, Data Distribution and statistical concepts then by using plots and charts we will interpret our data. We will use statistical modelling to prove our claims and use hypothesis testing to confidently make inferences.
This course is divided into 3 Parts
In the 1st section we will cover following concepts
1. Normal Distribution
2. Binomial Distribution
3. Chi-Square Distribution
4. Densities
5. Cumulative Distribution function CDF
6. Quantiles
7. Random Numbers
8. Central Limit Theorem CLT
9. R Statistical Distribution
10. Distribution Functions
11. Mean
12. Median
13. Range
14. Standard deviation
15. Variance
16. Sum of squares
17. Skewness
18. Kurtosis
2nd Section
1. Bar Plots
2. Histogram
3. Pie charts
4. Box plots
5. Scatter plots
6. Dot Charts
7. Mat Plots
8. Plots for groups
9. Plotting datasets
3rd Section of this course will elaborate following concepts
1. Parametric tests
2. Non-Parametric Tests
3. What is statistically significant means?
4. P-Value
5. Hypothesis Testing
6. Two-Tailed Test
7. One Tailed Test
8. True Population mean
9. Hypothesis Testing
10. Proportional Test
11. T-test
12. Default t-test / One sample t-test
13. Two-sample t-test / Independent Samples t-test
14. Paired sample t-test
15. F-Tests
16. Mean Square Error MSE
17. F-Distribution
18. Variance
19. Sum of squares
20. ANOVA Table
21. Post-hoc test
22. Tukey HSD
23. Chi-Square Tests
24. One sample chi-square goodness of fit test
25. chi-square test for independence
26. Correlation
27. Pearson Correlation
28. Spearman Correlation
In all the analysis we will practically see the real world applications using data sets csv files and r built in Datasets and packages.