Table of Contents

Logistic regression model

This page shows the addition of a logistic regression formula on Evidencio. The standard formula for a logistic regression is:
β0 is the intercept and is the model linear predictor. Estimated by the summation of the intercept term and all β values multiplied by that variable. E.g.: β0 + βvar1 ⋅ var1 + βvar2 ⋅ var2.

Numerous logistic regression based models can be found in published research. However, not all models describe the coeficients necessary to add a model on Evidencio. Most models do show the results of the multivariate analysis as odds ratios. The beta coefficients can be calculated by taking the natural logarithm of the odds ratio. Besides, on Evidencio it is possible to enter odds ratios instead of beta coefficients. The intercept, however, is really necessary to add the model on Evidencio. Without the intercept, the calculations will be faulty.

Adding a logistic regression model

A step-by-step guide to add a logistic regression model is seen below. A novel Briganti model is the example used in this case, described by Gandaglia et al. (2017). Original article can be found here.
The coefficients used in this model were added as supplementary data, the model added in this guide concerns model 1, found in the table below.
Model coefficients

Deriving model coefficients

The example above shows a model where all the coefficients were given. This is of course very nice, but is unfortunately not always described very well. Several models display the odds ratios and a nomogram, but the intercept is missing. The example above of the Novel Briganti model also used a nomogram in their published work. The nomogram is displayed below:

So what if we only have the odds ratios and this nomogram for this model. We can actually derive the intercept based on the input in a nomogram.