Connecting C++ to JavaScript using WASM
I have a small library of native C++ functions that perform statistical analyses. I wanted to be able to use these functions and display the results in a bas...
I have a small library of native C++ functions that perform statistical analyses. I wanted to be able to use these functions and display the results in a bas...
This post describes using R functions to perform a number of inferential statistics tests in an Excel worksheet.
This post describes using R to call Python scripts inside Excel.
This post describes how to use the R Forecast package in Excel.
If you have ever wanted to use R’s workhorse lm(…) function in an Excel worksheet, then this post may be of interest to you.