Jun 9, 2020 | Data Science, Python Programming, Statistics
Analysis of Two Categorical Variables Crosstab is the most preferred way of analyzing two categorical variables. It helps you to identify the affinity between the two categories. Graphically a...
Jun 6, 2020 | Data Science, Python Programming, Statistics
Analysis of Two Continuous Variables Scatter plot and Correlation are a great way of analyzing two continuous variables. A Scatter plot quickly helps us see the relationship between two continuous...
Jun 5, 2020 | Data Science, Machine Learning, Statistics
Measures of Relationship Definition: The statistical measures which show a relationship between two or more variables are called Measures of Relationship. Correlation and Regression are commonly...
Jun 1, 2020 | Data Science, R Programming, Statistics
Analysis of Single Continuous Variable In our earlier blog, we learned to analyze a Single Categorical Variable in R. In this blog, we will Analyze a Single Continuous Variable in R. The below...
May 30, 2020 | Data Science, Python Programming, Statistics
Analysis of Single Continuous Variable Histograms are a great way of analyzing a single continuous variable. The histogram is an approximate representation of the distribution of numerical data. It...
May 28, 2020 | Data Science, Python Programming, Statistics
A single categorical variable is mostly analyzed by Frequency Distribution. A table or a graph displaying the occurrence frequency of various outcomes is called Frequency Distribution. The commonly...
Recent Comments