data_mvord2 {mvord} | R Documentation |
Simulated credit ratings
Description
A simulated data set where three different raters (rater1, rater2
and rater3
)
assign ordinal ratings on different firms. rater3
uses a different rating scale
compared to rater1
and rater2
. The IDs for each subject i
of the n = 1000
firms are stored in the column firm_id
.
Usage
data("data_mvord2", package = "mvord")
Format
A data frame with 1000 rows and 10 variables
Details
-
firm_id
firm index -
rater1
ordinal rating outcome of rater 1 -
rater2
ordinal rating outcome of rater 2 -
rater3
ordinal rating outcome of rater 3 -
X1
covariate X1 -
X2
covariate X2 -
X3
covariate X3 -
X4
covariate X4 -
X5
covariate X5 -
X6
covariate X6 (factor)
[Package mvord version 1.2.4 Index]