Learn R Programming

catdata (version 1.2.4)

insolvency: Insolvency of companies in Berlin

Description

The insolvency data gives the number of insolvent companies per month in Berlin from 1994 to 1996.

Usage

data(dust)

Arguments

Format

A data frame with 36 observations on the following 4 variables.

insolv

number of insolvent companies

year

years 1994-1996 (1--3)

month

month (1-12)

case

number of cases (1--36)

Examples

Run this code
if (FALSE) {
##example of analysis:
if(interactive()){vignette("count-insolvency")}
}

Run the code above in your browser using DataLab