Learn R Programming

Rmixmod (version 2.1.10)

finance: Composite data: Financial health of companies

Description

This data set is made up of 216 healthy firms and 212 bankruptcy firms (year 2002) and also 241 healthy firms and 220 bankruptcy firms (year 2003). Companies are described by four financial ratios expected to provide some meaningful information about their health: EBITDA/Total Assets, Value Added/Total Sales, Quick Ratio, Accounts Payable/Total Sales. This data set offers the possibility to predict the company's ability to cover its financial obligations and also to study its stability over the years.

Arguments

Format

A data frame with 889 companies (rows) and 6 variables (columns).

Year

categorical variable with two modalities (2002 & 2003).

Health

categorical variable with two modalities (bankruptcy & healthy).

EBITDA.Total.Assets

numeric variable.

Value.Added.Total.Sales

numeric variable.

Quick.Ratio

numeric variable.

Accounts.Payable.Total.Sales

numeric variable.

Examples

Run this code
data(finance)
summary(finance)

Run the code above in your browser using DataLab