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
test Code: test reg …
teffects psmatch - how to get the selected sample and apply common testsDear Forum Members, After applying the command - teffects psmatch -, I wish to get the selected sam…
tabout three ways tableDear Statlisters: I am trying to do a table that shows the proportions/percentages of ppl who answe…
Linear model with change as dependent variablehello, I would like to investigate whether sectors that invest relatively more in computer capital …
Panel data: similar N to THello, I have panel dataset for 12 industries (N=12) over 2006-2017 (T=11). In order to be sure abo…
Subscribe to:
Post Comments (Atom)
0 Response to Collect System Selectively Store Results
Post a Comment