在Stata中,"maxvar too small"错误通常表明你尝试使用的模型或交互项包含了过多的变量或水平,超出了Stata当前设置的最大变量数(maxvar)限制。下面是对这个问题的详细解答: 1. "maxvar too small"错误的含义 "maxvar too small"错误意味着你在Stata中尝试执行的命令涉及到了过多的变量或变量水平,这些数量超过了Stat...
The default value of maxvar is 5,000 for Stata/MP and Stata/SE, 2,047 for Stata/IC, and 99 for Small Stata. With Stata/MP and Stata/SE, this default value may be increased by using set maxvar. The default value is fixed for both Stata/IC and Small Stata. 1 2 memory — Memory...