I have created a model to predict how likely a top-funded cleantech company is to go through an exit (whether IPO or a buyout), depending on the type of finance they have received in the past. I have a binary exit
variable as my dependent variable; factor variables for country
and subsector
; numeric variables for year
and number of rounds
; and binary variables for different investment types
.
While the variables showed high level of significance, I am not sure how to interpret the coefficients.
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) 363.15496 89.13465 4.074 4.62e-05 ***
sectorenergy storage -0.91344 0.50952 -1.793 0.073015 .
sectorenergyef -1.50226 0.41520 -3.618 0.000297 ***
sectorhydro -0.07822 0.75487 -0.104 0.917467
sectorsolar -0.84971 0.38697 -2.196 0.028108 *
sectorwind -0.51262 0.55134 -0.930 0.352492
countrycodeCN 1.43407 0.64487 2.224 0.026161 *
countrycodeDE -1.03568 0.96702 -1.071 0.284167
countrycodeFR -0.81931 0.80582 -1.017 0.309277
countrycodeGB -0.82921 0.72508 -1.144 0.252783
countrycodeIL -0.27763 0.92591 -0.300 0.764295
countrycodeIT -14.80171 1192.89869 -0.012 0.990100
countrycodeNL -16.67261 717.78776 -0.023 0.981469
countrycodeSE 0.76556 0.86056 0.890 0.373676
countrycodeUS -0.79273 0.52172 -1.519 0.128650
year -0.18171 0.04444 -4.089 4.34e-05 ***
num_rounds 0.19320 0.04772 4.048 5.16e-05 ***
grant -1.10448 0.43320 -2.550 0.010784 *
loan 1.44755 0.45421 3.187 0.001438 **
loan_guarantee 1.45113 0.75011 1.935 0.053045 .
seriesa -1.29644 0.30965 -4.187 2.83e-05 ***
projectfin 1.82077 0.42752 4.259 2.05e-05 ***
How do I get the odds/probabilities for my variables in a model like this, where I have multiple variables, and some variables have multiple factor levels?