Hi,
When I create a collection that includes a number of regression models, save the collection, and then later try to use it from the file, I get the following error:
I will grant it is a large collection of models.
But I see the same issue if I only do one model so cmdset has 3 levels.
And I think I have done this with larger ones before.
I have Stata 18.0 / 15 May 2023.
Realize this is old, but I have no control over that or access to the internet through Stata.
Is this something fixed in later revisions?
Or is this simply too big?
If so, how can I prevent collect from collecting all the results? -- I do not need every thing returned from the model to be in the collection.
Thanks,
Scott
When I create a collection that includes a number of regression models, save the collection, and then later try to use it from the file, I get the following error:
Code:
. collect use "results/collect/model1",replace problem with collection results/collect/model1.stjson; invalid item dimension specification; too many dimension levels specified r(103);
Code:
. collect dims
Collection dimensions
Collection: model1
-----------------------------------------
Dimension No. levels
-----------------------------------------
Layout, style, header, label
cmdset 21
coleq 9
colname 9
colname_remainder 1
model 3
program_class 1
result 56
result_type 3
rowname 1
score 7
visit0 3
Style only
border_block 4
cell_type 4
-----------------------------------------
And I think I have done this with larger ones before.
I have Stata 18.0 / 15 May 2023.
Realize this is old, but I have no control over that or access to the internet through Stata.
Is this something fixed in later revisions?
Or is this simply too big?
If so, how can I prevent collect from collecting all the results? -- I do not need every thing returned from the model to be in the collection.
Thanks,
Scott

Comment