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)
Help with esttab equations optionI am just getting my feet wet with Latex, and I am trying to use esttab to create Latex tables. When…
problems with seg package for calculating segregation measuresHi, I am using seg package to calculate different education segregation measures (dissimilarity, ex…
Destring to decimal numerical variableI am trying to destring a variable to one decimal numerical variable but when I run this command: d…
best way to "set obs" when the number of obs is not clearly known?Hi Fellow Listers, I am trying to generate a sequence of values based on a numlist from 1 to X in a…
generate new variables ( dividing variable by specific obs) Code: * Example generated by -dataex-. To install: ssc install dataex clear input float(date amzn …
Subscribe to:
Post Comments (Atom)
0 Response to Computing Z-Score (risk measure)
Post a Comment