powered by
To read firm size and/or firm age data from built-in datasets.
ImportFSD(x,type,year)
a matrix of joint frequency distribution table.
the class boundaries for firm age as a component age, and for firm size as a component size.
age
size
a 'bdata' subject of the firm size data
a 'bdata' object of the firm age data
A built-in firm size and/or firm age dataset.
type of data: "size" or "age". If missing, read the age data from rows and the size data from columns.
The number year the firm size/age data to be read. If missing, assume the year is 2014.
data(FSD) ## bivariate data xy = ImportFSD(Firm2) ## firm age of 2013 x = ImportFSD(FirmAge, type="age", year=2013) ## firm size of 2013 y = ImportFSD(FirmSize, type="size", year=2013)
Run the code above in your browser using DataLab