Non linear multiple regression with XLSTAT

Dataset for Nonlinear regression (Genfit) XLS32.5 KB

Tutorial video
Nonlinear regression (Genfit) is part of: Download Trial version More details See users' feedback
  • Pro Core statistical software

  • System configuration

    • Windows:
      • Versions: 9x/Me/NT/2000/XP/Vista/Win 7
      • Excel: 97 and later
      • Processor: 32 or 64 bits
      • Hard disk: 150 Mb
    • Mac OS X:
      • OS: OS X
      • Excel: X, 2004 and 2011
      • Hard disk: 150Mb.

Benefits

  • Easy and user-friendly
    Easy and user-friendly XLSTAT is flawlessly integrated with Microsoft Excel which is the most popular spreadsheet worldwide. This integration makes it one of the simplest available tools to work with as it utilizes the same philosophy as Microsoft Excel. The program is accessible in a dedicated XLSTAT tab. The analyses are grouped into functional menus. The dialog boxes are user-friendly and setting up an analysis is straightforward.
  • Data and results shared seamlessly
    Data and results shared seamlessly One of the greatest advantages of XLSTAT is the way you can share data and results seamlessly. As the results are stored in Microsoft Excel, anyone can access them. There is no need for the receiver to have an XLSTAT license or any additional viewer which makes your team-work easier and more affordable. In addition, results are easily integrable into other Microsoft Office software such as PowerPoint, so that you can create striking presentation in minutes.
  • Modular
    Modular XLSTAT is a modular product. XLSTAT-Pro is a core statistical module of XLSTAT which includes all the mainstream functionalities in statistics and multivariate analysis. More advanced features contained in add-on modules can be added for specific applications. This way you can adapt the software to your needs making the software more cost-efficient.
  • Didactic
    Didactic The results of XLSTAT are organized by analysis and are easy to navigate. Moreover useful information is provided along with the results to assist you in your interpretation.
  • Affordable
    Affordable XLSTAT is a complete and modular analytical solution that can suit any analytical business needs. It is very reasonably priced so that the return of your investment is almost immediate. Any XLSTAT license comes with top level support and assistance.
  • Accessible - Available in many languages
    Accessible - Available in many languages We have ensured XLSTAT is accessible to everyone by making the program available in many languages, including Chinese, English, French, German, Italian, Japanese, Polish, Portuguese and Spanish.
  • Automatable and customizable
    Automatable and customizable Most of the statistical functions available in XLSTAT can be called directly from the Visual Basic window of Microsoft Excel. They can be modified and integrated to more code to fit to the specificity of your domain. Adding tables and plots as well as modifying existing outputs becomes easy. Furthermore, XLSTAT includes some special tools on the dialog boxes to generate automatically the VBA code in order to reproduce your analysis using the VBA editor or to simply load pre-set settings. This effortless automation of routine analysis will be a huge time saver on your part.

Dataset to run a non linear multiple regression

An Excel sheet with both the data and the results can be downloaded by clicking here. Our purpose is to study the effect of the concentration of two components, C1 and C2, on the viscosity of a yogurt. The model that we want to fit writes:

F(C1, C2) = pr5 / (1+Exp(-pr1-pr2*C1-pr3*C2-pr4*C1*C2))

pr1, ..., pr5 are the parameters of the model. This logistic-like model allows to take into account both the concentrations of the components and the interaction between them.

Setting up a non linear multiple regression

After opening XLSTAT, select the XLSTAT / Modeling data / Nonlinear regression command, or click on the corresponding button of the Modeling Data toolbar (see below).

barnlin.gif

Once you've clicked on the button, the nonlinear regression dialog box appears. Select the data on the Excel sheet.

The Dependent variable (or response variable) is in our case the "Viscosity".

The quantitative explanatory variables are the concentration of the two components "C1" and "C2".

As we selected the column headers, we left the option Variable labels option activated. We left the Residuals option activated as well, because we want to analyze the predictions and the residuals.

nlin2-1.gif

In the Options tab we selected the values of the initial values of the five parameters.

nlin2-2.gif

In the Functions tab, the various functions are displayed. As the function we want to use is not listed in the Preprogrammed functions (you can notice the univariate version of the function in the list), we needed to enter the model: we first clicked on Add, then entered the function, then checked Derivatives, then selected them on the Excel sheet. In order to add this function to the user functions library, we clicked on Save. The function is then automatically added and selected.

nlin2-3.gif

The computations begin once you have clicked on the OK button. The results will then be displayed.

Interpreting the results of a non linear multiple regression

The first table gives the basic statistics of the selected variables.

The second table (see below) displays the goodness of fit coefficients, including the R² (coefficient of determination), and the SSE (sum of square of errors), the later being the criterion used for the model optimization. The R² corresponds to the % of the variability of the dependant variable (the viscosity) that is explained by the two explanatory variables (the components). The closer to 1 the R² is, the better the fit.

nlin2-4.gif

In our case, 99% of the variability is explained by the two variables and their interaction, which is an excellent result that confirms that the selected model is appropriate.

The next table shows the results for the model parameters. As we can see, the ratios (parameter)/(std deviation) are larger for pr5 and pr4. As the same ratio is the largest for pr5 we deduce that the interaction between the two components has a greater effect on the viscosity than the concentrations themselves.

nlin2-5.gif

The following chart allows to visualize the quality of the fit by comparing the predicted values to the observed values.

nlin2-6.gif