Hi guys,
I´m new here and have just startet do use STATA for my thesis.
So basically I´m interested in computing the z-score* of differenct banks and insurances (from different countries). I have generated the balance sheet data (from 2005-2015) and it´s available in a excel file.
My idea was to import the excel file into stata and then first of all delete all companies from which I don´t have data points over the whole time period ten years.
[CODE ] bysort ID : drop if _N<10 [/CODE]
Then, there should be only entities left from which I have data for ten years.
What should be the next step? Computing ROA and Var(ROA) or is there a easier way to get compute the z-score in STATA?
*z-score = (ROA+(Equity/Total Assets))/ VAR(ROA)
Related Posts with Computing Z-Score (risk measure)
ranking observations within a grouphow can i rank observations within a group? if i use the code: egen rank=group(var1), by(var2). i ge…
Generating difference in meansHi all, I'm trying to solve what is likely a fairly easy problem but is tripping me up. I want to ch…
Difference between clustering and fixed effects/adding control variables into the regressionI have observational data that was collected within the same year but on different days and in diffe…
Is there a way to export -sum- outputs to a tex file?I tried using the SSC command -estout- but unfortunately this command only seems to work with regres…
New Stata seminars and Structured Program on semHi everyone I wanted to let you know about some new Stata seminars that we're running in August thr…
Subscribe to:
Post Comments (Atom)
0 Response to Computing Z-Score (risk measure)
Post a Comment