Hi all,
I will be performing a phenome wide association study on data from UK Biobank.
I currently have a file with all sorts of continuous, integer and categorical variables, which I am trying to load and visualize in Stata. The size is about 6GB.
I get the error
I tried resetting using maxvar, but even when I specify 10,000 as the max amount of variables, running
won't do anything and I'm not even able to visualize the data. I only get an empty table.
I have 315 GB in disk C.
Any thoughts and advice as to how to solve that problem?
Many thanks in advance all.
I will be performing a phenome wide association study on data from UK Biobank.
I currently have a file with all sorts of continuous, integer and categorical variables, which I am trying to load and visualize in Stata. The size is about 6GB.
I get the error
Code:
no room to add more variables Up to 5,000 variables are currently allowed, although you could reset the maximum using set maxvar
Code:
describe
I have 315 GB in disk C.
Any thoughts and advice as to how to solve that problem?
Many thanks in advance all.
Comment