| 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_idfirm index -
rater1ordinal rating outcome of rater 1 -
rater2ordinal rating outcome of rater 2 -
rater3ordinal rating outcome of rater 3 -
X1covariate X1 -
X2covariate X2 -
X3covariate X3 -
X4covariate X4 -
X5covariate X5 -
X6covariate X6 (factor)
[Package mvord version 1.2.4 Index]