05 Jan Exploratory Data Analysis – Central tendency
In this series of posts, we will make a brief introduction in one-sample parametric test using the student t-test statistical test. ...
In this series of posts, we will make a brief introduction in one-sample parametric test using the student t-test statistical test. ...
In this series of posts, we will make a brief introduction in one-sample parametric test using the student t-test statistical test. ...
In this series of posts, we will make a brief introduction in one-sample parametric test using the student t-test statistical test. ...
In this post we will use a practical example using R to caclulate Spearman and Pearson correlations....
In this post we will learn about some important correlation coefficients, essential for exploratory data analysis and model building....
Execution time is essential in modern data analysis. Due to the vast amount of available data, minimizing execution time can be highly beneficial in large scale projects where delivery time and proper evaluation is of utmost importance....
Non-linear relationships are equally important to linear ones and in this post we will showcase an another basic approach in modeling exponential relationships between a predictor variable and a response variable. ...
Non-linear relationships are equally important to linear ones and in this post we will showcase a basic approach in case of exponential relationship between a predictor variable and a response variable. ...
Having discussed about the mathematical formulation and assumptions of the linear regression, its time to do some modeling using some specialised functions in R....
Summary statistics returned by the lm() object in R, highlight some important measurements used to decide the overall fitting performance of the linear model to our dataset....