Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Haha! I was hitting my head with the codes and calculate mean and std dev separately. You solved the problem in a second :)Thanks dear Robert.
Glad it helped! You are most welcome.
Thanks. It was great to watch your video. I was so worried about this topic.
Thank you very much for this quick and helpful guide! :)
Very useful for my bachelor thesis, thank you
Glad it helped!
Thank you this was very helpful!
is there a way to write a loop to standardize all variables at once?
foreach var of varlist *{ egen `var'_std=std(`var'), mean(0) std(1) }
It made my data all the same - LOL (wrong comand, now its ok).
Haha! I was hitting my head with the codes and calculate mean and std dev separately. You solved the problem in a second :)
Thanks dear Robert.
Glad it helped! You are most welcome.
Thanks. It was great to watch your video. I was so worried about this topic.
Thank you very much for this quick and helpful guide! :)
Very useful for my bachelor thesis, thank you
Glad it helped!
Thank you this was very helpful!
is there a way to write a loop to standardize all variables at once?
foreach var of varlist *{
egen `var'_std=std(`var'), mean(0) std(1)
}
It made my data all the same - LOL (wrong comand, now its ok).