Hi all,
As you know, -collapse- does not preserve the label of variables that it operates on. For example if a variable is named "age" with the label "age of subject", after using
.collapse (mean) age, by (id)
the variable age gets a new name "(mean) age" and a label "(mean) age". Is it possible to keep the label when we use -collapse-?
Thanks,
Navid
As you know, -collapse- does not preserve the label of variables that it operates on. For example if a variable is named "age" with the label "age of subject", after using
.collapse (mean) age, by (id)
the variable age gets a new name "(mean) age" and a label "(mean) age". Is it possible to keep the label when we use -collapse-?
Thanks,
Navid
Comment