| insolvency {EffectStars} | R Documentation |
Insolvency data
Description
The data set originates from the Munich founder study. The data were collected on business founders who registered their new companies at the local chambers of commerce in Munich and surrounding administrative districts. The focus was on survival of firms measured in 7 categories, the first six represent failure in intervals of six months, the last category represents survival time beyond 36 months.
Usage
data(insolvency)
Format
A data frame with 1224 observations on the following 16 variables.
InsolvencySurvival of firms in ordered categories with levels
1<2<3<4<5<6<7SectorEconomic Sector with levels
industry,commerceandservice industryLegalLegal form with levels
small trade,one man business,GmBHandGbR, KG, OHGLocationLocation with levels
residential areaandbusiness areaNew_FoundationNew Foundation or take-over with levels
new foundationandtake-overPecuniary_RewardPecuniary reward with levels
mainandadditionalSeed_CapitalSeed capital with levels
< 25000and> 25000Equity_CapitalEquity capital with levels
noandyesDebt_CapitalDebt capital with levels
noandyesMarketMarket with levels
localandnationalClienteleClientele with levels
wide spreadandsmallDegreeEducational level with levels
no A-levelsandA-LevelsGenderGender with levels
femaleandmaleExperienceProfessional experience with levels
< 10 yearsand> 10 yearsEmployeesNumber of employees with levels
0 or 1and> 2AgeAge of the founder at formation of the company
Source
Münchner Gründer Studie
References
Brüderl, J. and Preisendörfer, P. and Ziegler, R. (1996): Der Erfolg neugegründeter Betriebe: eine empirische Studie zu den Chancen und Risiken von Unternehmensgründungen, Duncker & Humblot.
Examples
## Not run:
data(insolvency)
star.sequential(Insolvency ~ Sector + Legal + Pecuniary_Reward + Seed_Capital
+ Debt_Capital + Employees, insolvency, test.glob = FALSE, globcircle = TRUE, dist.x = 1.3)
star.cumulative(Insolvency ~ Sector + Employees, insolvency, select = 2:4)
## End(Not run)