Statistics with R - Beginner Level
- Description
- Curriculum
- FAQ
- Reviews
If you want to learn how to perform the basic statistical analyses in the R program, you have come to the right place.
Now you don’t have to scour the web endlessly in order to find how to compute the statistical indicators in R, how to build a cross-table, how to build a scatterplot chart or how to compute a simple statistical test like the one-sample t test. Everything is here, in this course, explained visually, step by step.
So, what will you learn in this course?
First of all, you will learn how to manipulate data in R, to prepare it for the analysis: how to filter your data frame, how to recode variables and compute new variables.
Afterwards, we will take care about computing the main statistical figures in R: mean, median, standard deviation, skewness, kurtosis etc., both in the whole population and in subgroups of the population.
Then you will learn how to visualize data using tables and charts. So we will build tables and cross-tables, as well as histograms, cumulative frequency charts, column and mean plot charts, scatterplot charts and boxplot charts.
Since assumption checking is a very important part of any statistical analysis, we could not elude this topic. So we’ll learn how to check for normality and for the presence of outliers.
Finally, we will perform some basic, one-sample statistical tests and interpret the results. I’m talking about the one-sample t test, the binomial test and the chi-square test for goodness-of-fit.
So after graduating this course, you will know how to perform the essential statistical procedures in the R program. So… enroll today!
-
2Filtering Data Using BracketsVideo lesson
How to filter your data frames with brackets (in base R).
-
3Filtering Data With the Subset CommandVideo lesson
How to filter your data frames using subsets.
-
4Filtering Data With dplyrVideo lesson
How to filter your data set using the dplyr package
-
5Recoding Categorical VariablesVideo lesson
How to recode categorical variables in R
-
6Recoding Continuous VariablesVideo lesson
How to recode continuous variables in R
-
7Sorting Data FramesVideo lesson
How to sort data sets using various criteria
-
8Compute New VariablesVideo lesson
How to compute new variables based on the existing ones
-
9R Codes File for the First ChapterText lesson
All the codes used in the lectures 2-8, for your reference
-
10Practical Exercises for the First ChapterText lesson
Practical exercises for the lectures 2-8
-
11Using Base R to Generate Statistical IndicatorsVideo lesson
How to compute the statistical indicators (mean, median, standard deviation etc.) in base R
-
12Descriptive Statistics with the psych PackageVideo lesson
How to compute statistical indicators with the psych package
-
13Descriptive Statistics with the pastecs PackageVideo lesson
How to compute statistical indicators using the pastecs package
-
14Determining the Skewness and KurtosisVideo lesson
How to compute skewness and kurtosis in R
-
15Computing QuantilesVideo lesson
How to detemine the quantiles of a distribution
-
16Determining the ModeVideo lesson
How to compute the mode of a distribution
-
17Getting the Statistical Indicators by Group with DoByVideo lesson
How to compute the statistical indicators by groups using the DoBy package
-
18Getting the Statistical Indicators by Group with DescribeByVideo lesson
How to compute the statistical indicators with the DescribeBy package
-
19Getting the Statistical Indicators by Group with statsVideo lesson
How to compute the statistical indicators with the stats package
-
20R Codes File for the Second ChapterText lesson
All the codes used in the lectures 11-19, for your reference
-
21Practical Exercises for the Second ChapterText lesson
Practical exercises for the lectures 11-19
-
22Frequency Tables in Base RVideo lesson
How to build frequency tables
-
23Frequency Tables with plyrVideo lesson
How to build frequency tables using the package plyr
-
24Building Cross Tables using xtabsVideo lesson
Creating cross-tables with the xtabs command
-
25Building Cross Tables with CrossTableVideo lesson
Creating cross-tables with the CrossTable command
-
26R Codes File for the Third ChapterText lessonAll the codes used in the lectures 22-25, for your reference
-
27Practical Exercises for the Third ChapterText lessonPractical exercises for the lectures 22-25
-
28HistogramsVideo lesson
How to create a histogram for your distribution
-
29Cumulative Frequency Line ChartsVideo lesson
How to create cumulative frequency line charts
-
30Column ChartsVideo lesson
How to build column charts
-
31Mean Plot ChartsVideo lesson
How to build mean plot charts
-
32Scatterplot ChartsVideo lesson
How to build scatterplot charts
-
33Boxplot ChartsVideo lesson
How to build boxplot charts
-
34R Codes File for the Fourth ChapterText lessonAll the codes used in the lectures 28-33, for your reference
-
35Practical Exercises for the Fourth ChapterText lesson
Practical exercises for the lectures 28-33
-
36Checking the Normality Assumption - Numerical MethodVideo lesson
How to check for normality using numerical methods
-
37Checking the Normality Assumption - Graphical MethodsVideo lesson
How to check for normality using graphical methods
-
38Detecting the OutliersVideo lesson
How to detect the extreme values in your data series
-
39R Codes File for the Fifth ChapterText lesson
All the codes used in the lectures 36-38, for your reference
-
40Practical Exercises for the Fifth ChapterText lessonPractical exercises for the lectures 36-38
-
41One-Sample T TestVideo lesson
How to run and interpret the one-sample t test
-
42Binomial TestVideo lesson
How to run and interpret the binomial test
-
43Chi-Square Test For Goodness-of-FitVideo lesson
How to perform the chi-square test for goodness-of-fit
-
44R Codes File for the Sixth ChapterText lesson
All the codes used in the lectures 41-43, for your reference
-
45Practical Exercises for the Sixth ChapterText lessonPractical exercises for the lectures 41-43
External Links May Contain Affiliate Links read more