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)
Logistic Odds RatioI've read multiple things on how to interpret odds ratio. For an odds ratio of 1.55 on a dummy varia…
How to Add Deterministic Trend to Panel Data?Hello, I have a panel data with 115 countries and 20 years. I did unit root test in all my independ…
Not significant in bivariate chi square or bivariate logistic regression but is in multivariate logistic regresison?Hi, Ive come across in my analysis results that two independent variables are not significant in biv…
Multilevel modelling: How to predict upper-level outcomes?Dear all I have the following problem that I hope to find help with: My data structure is as follo…
extract year from a variableDear All How can we extract year, month and day from a varibale. Please find attached the example …
Subscribe to:
Post Comments (Atom)
0 Response to Computing Z-Score (risk measure)
Post a Comment