Multiple Correspondence Analysis (CA) in Excel

Multiple Correspondence Analysis (MCA) is an exploratory multivariate technique designed to analyze and visualize relationships among several categorical variables. It can be seen as the extension of Correspondence Analysis (CA), which is limited to two categorical variables, to the case of more than two variables. Continue reading “Multiple Correspondence Analysis (CA) in Excel”

Correspondence Analysis (CA) in Excel

Correspondence Analysis (CA) is an exploratory multivariate statistical technique designed to analyze and visualize relationships in categorical data. It is most often applied to contingency tables—tables that cross-classify observations into categories—making it particularly useful for survey data, market research, linguistics, ecology, and the social sciences. Continue reading “Correspondence Analysis (CA) in Excel”

Generalized Estimating Equations (GEE) in Excel

Generalized Estimating Equations (GEE) are a method for analyzing correlated response data, such as repeated measurements on the same subject or observations clustered within groups. GEE extends the framework of Generalized Linear Models (GLMs) to situations where the assumption of independence between observations is not appropriate. Continue reading “Generalized Estimating Equations (GEE) in Excel”

XYZ 3D Scatter Plot in Excel using BESH Stat

Excel doesn’t offer a built-in 3D scatter plot. It do offer a 3D line chart (multiple line series presented side by side) but that cannot be easily adapted to scatter plot unless one of the variables is  integer with only handful of distinct values. Recently I discovered a Gabor’s Doka the 3D scatter plot for MS Excel, an excel spreadsheet with built-in formulas and macros that offers 3D scatter plot functionality. It offers more-or-less all functionality I wanted so I decided to took the logic from Gabor’s workbook, transformed it into a pure VBA code without any excel formulas; and have it as a more user-friendly version available in BESH Stat add-in starting from version 0.22. Continue reading “XYZ 3D Scatter Plot in Excel using BESH Stat”

Negative Binomial Regression model (NB2)

Negative binomial regression is used for modeling count variables, usually for over-dispersed count outcome variables (e.g. accounting for the extra-Poisson variation). BESH Stats fits negative binomial regression with the traditional NB2[1] parametrization Continue reading “Negative Binomial Regression model (NB2)”

Poisson regression (Generalized linear model GLM)

Poisson regression is fundamental to the modeling of count data. It is the simplest count regression model; and similar to regular multiple linear regression except that the dependent variable is an observed count that follows the Poisson distribution. Continue reading “Poisson regression (Generalized linear model GLM)”