Multiple Linear Regression for PenguinsIn this post I will use Python to perform a multiple linear regression (MLR) analysis. The data will […] October 11, 2023 in Statistics tagged regression / ols / penguins / multiple / linear / Multiple Linear Regression by Mike
Simple Linear RegressionWhat is regression? A very common statistics question is whether or not one variable is associated with another […] October 11, 2023 in Statistics tagged simple / linear / regression / Linear Regression by Mike
Multiple Linear Regression IntroductionMultiple linear regression allows us to have many independent variables that are associated with one continuous dependent variable […] October 10, 2023 in Statistics tagged regression / multiple / linear / Multiple Linear Regression by Mike
Simple Linear Regression AssumptionsModel assumptions as statements about the data that must be true in order to justify the use of […] October 3, 2023 in Statistics tagged simple / linear / regression / assumptions / Linear Regression by Mike
Simple Linear Regression in ExcelLinear regression analysis is used to predict the value of a variable based on the value of another […] February 8, 2023 in Statistics tagged regression / excel / simple / relationship / variables / linear / two / Linear Regression by Mike
Regression AnalysisRegression analysis or regression models are a group of statistical techniques that use existing data to estimate the […] December 17, 2022 in Statistics tagged regression / causal / cause / linear / Regression by Mike
WPF Linear Gradient BrushesMicrosoft says: “A LinearGradientBrush paints an area with a gradient that’s defined along a line. This line is […] April 12, 2020 in WPF tagged color / C# / brush / gradient / brushes / linear / WPF Brushes by Mike