| data_mvord_panel {mvord} | R Documentation |
Simulated panel of credit ratings
Description
A simulated data set where one rater assigns ratings over the years 2001 to 2010 for a set of firms.
The IDs for each subject i of the n = 1000 firms are stored in the column firm_id.
The year of the rating observation is stored in the column year.
The ordinal ratings are provided in the column rating and all the covariates in the remaining columns.
Usage
data("data_mvord_panel", package = "mvord")
Format
A data frame with 10000 rows and 9 variables
Details
-
firm_idfirm index -
yearyear index (2001 - 2010) -
ratingordinal credit ratings -
X1covariate X1 -
X2covariate X2 -
X3covariate X3 -
X4covariate X4 -
X5covariate X5 -
X6covariate X6 (factor)
[Package mvord version 1.2.4 Index]