I'm wondering whether there is a way to truncate the results that Stata 17's new collection system stores by default. For example, collect automatically stores most e-class results after regress. It is straightforward to add to the collected results, but it is not clear to me if it is possible to not collect default results. For example, if I'm running a regression with hundreds of explanatory variables but have only one coefficient of interest, I'd prefer to store just that result and not the whole output. This default storage behavior becomes an issue when collecting from a large number of memory-intensive commands (e.g., say, 50 ivreghdfe regressions with many covariates, as in a output table where each cell represent a separate regression), such that loading a saved stjson collection becomes a difficult and quite slow computational task due to the size of the collection (in the 100's of MB).
Related Posts with Collect System Selectively Store Results
combining several observationsHi I have done a quantitative content analysis on a number of articles and have coded them binary o…
stata levelsofGood afternoon, I'm working on my master thesis in Statistics at University of Bologna and I have a …
Confusing behavior by ustrregexs()I'm trying to use ustrregexs to extract substrings from a string. With the data below: Code: clear…
How to calculate cosine similarity?Hi, In the dataset, I have long text statements which I have converted to numeric into using encode…
Creating new outcome variable - invalid syntax r(198) problemI have twelve disease variables in my dataset. I want to to create an outcome variable "multimorbidi…
Subscribe to:
Post Comments (Atom)
0 Response to Collect System Selectively Store Results
Post a Comment