Hello,
I'm working on a panel data of 3306 variables and 240000 observations ( stata/SE 13.0), when I use cluster analysis "cluster wardslinkage" I receive this message "insufficient memory for ClusterMatrix r(950);" I drop 1000 variables, but I receive the same message.
clustering code :
Thanks
I'm working on a panel data of 3306 variables and 240000 observations ( stata/SE 13.0), when I use cluster analysis "cluster wardslinkage" I receive this message "insufficient memory for ClusterMatrix r(950);" I drop 1000 variables, but I receive the same message.
clustering code :
Code:
cluster wardslinkage PTA, measure(L2)
Comment