I wanted to try out the package statapackagesearch by the Labor Dynamics Institute.
I have followed the instructions in the Github repo, installed the package using and ran:
However, Stata returns:
and the problem persists after setting maxvar to 32767.
Has anyone else encountered this problem?
Crossposted on Github package site.
I have followed the instructions in the Github repo, installed the package using and ran:
Code:
net install packagesearch, from("https://labordynamicsinstitute.github.io/Statapackagesearch/") packagesearch, codedir("C:/Users/fkays/Desktop/scripts") filesave
Code:
maxvar must be between 2,048 and 32,767 maxvar specifies the maximum number of variables allowed in your data; see help memory. maxvar is currently set to 32,767. When Stata ships from the factory, maxvar is set to 5,000. Increasing maxvar allows you to have more variables, but increases Stata's memory usage slightly. r(198);
Has anyone else encountered this problem?
Crossposted on Github package site.
Comment