data_mvord_toy dataset

Data set toy example

Data set toy example

A data set containing two simulated ordinal responses with three categories, two quantitative covariates X1 and X2 and two categorical covariates f1 and f2. data

Format

A data frame with 100 rows and 6 variables

data("data_mvord_toy", package = "mvord")

Details

  • Y1 ordinal outcome Y1 (three categories)
  • Y2 ordinal outcome Y2 (three categories)
  • X1 covariate X1
  • X2 covariate X2
  • f1 categorical covariate f1
  • f2 categorical covariate f2
  • Maintainer: Laura Vana
  • License: GPL-3
  • Last published: 2024-08-30

About the dataset

  • Number of rows: 100
  • Number of columns: 6
  • Class: data.frame

Column names and types

  • Y1:orderedfactor
  • Y2:orderedfactor
  • X1:numeric
  • X2:numeric
  • f1:factor
  • f2:factor