Hi All,
I’m working in Google Apps Script (similar to Java) and Google Sheets building live reporting sheets that source the data from several other sheets and automatically calculate metrics live whenever the source data are updated. I was wondering if Numerics by Stata can be a built-in mathematical solution for Google Sheets, similar to what I currently have.
The process that takes place at the moment:
1) User opens a report sheet in Google Sheets
2) Report sheet automatically runs built-in Google Apps Script code on open
3) The code reads the data from several other sheets, computes metrics, and feeds them into the report sheet
I would like to have a better mathematical solution and replace parts of Google Apps Script code with Stata where it computes the metrics for the report. However, this will work only if there is a way for Google Apps Script to somehow invoke Stata procedures automatically without any user input.
What I would like to have is this:
1) User opens a report sheet in Google Sheets
2) Report sheet automatically runs built-in Google Apps Script code on open
3) The code reads the data from several other sheets and invokes Stata routines
4) Numerics by Stata computes metrics, and saves them as objects
5) Google Apps Script accesses the objects and feeds them into the reporting sheet
Is that possible?
Thank you!
Related Posts with Numerics by Stata for Google Sheets live automated reporting. (Google Apps Script, Java)
Proportional redistributionI have a dataset with a variable sex (male, female, unknown), I want to create a new variable that w…
placebo test of SCMin the article''Synthetic Control Methods for Comparative Case Studies: Estimating the Effect of Cal…
compare value different variable and rowshello, I want to compare values of two varible in diffrent rows. For example vr1 vr2 10 20 20 30 40 …
Reshape Data panel to wideHi everyone, I struggle to reshape my panel data to wide. The idea is to start from this: Code: …
How to do bootstrap test for a nonlinear mediation effect with a moderator and fixed effectsHi Statalist, I have a problem about how to use bootstrap test to further detect a mediation proces…
Subscribe to:
Post Comments (Atom)
0 Response to Numerics by Stata for Google Sheets live automated reporting. (Google Apps Script, Java)
Post a Comment