mydata {IFTPredictor} | R Documentation |
Example Dataset for DIFtree
Description
A dataset used for demonstrating the IFTPredictor package. This dataset includes response data (columns 1-20) and covariate data (columns 21-24)
Usage
mydata
Format
A data frame with 500 rows and 24 variables:
- V1
Binary response variable (numeric: 0 or 1) representing item 1.
- V2
Binary response variable (numeric: 0 or 1) representing item 2.
- V3
Binary response variable (numeric: 0 or 1) representing item 3.
- V4
Binary response variable (numeric: 0 or 1) representing item 4.
- V5
Binary response variable (numeric: 0 or 1) representing item 5.
- V6
Binary response variable (numeric: 0 or 1) representing item 6.
- V7
Binary response variable (numeric: 0 or 1) representing item 7.
- V8
Binary response variable (numeric: 0 or 1) representing item 8.
- V9
Binary response variable (numeric: 0 or 1) representing item 9.
- V10
Binary response variable (numeric: 0 or 1) representing item 10.
- V11
Binary response variable (numeric: 0 or 1) representing item 11.
- V12
Binary response variable (numeric: 0 or 1) representing item 12.
- V13
Binary response variable (numeric: 0 or 1) representing item 13.
- V14
Binary response variable (numeric: 0 or 1) representing item 14.
- V15
Binary response variable (numeric: 0 or 1) representing item 15.
- V16
Binary response variable (numeric: 0 or 1) representing item 16.
- V17
Binary response variable (numeric: 0 or 1) representing item 17.
- V18
Binary response variable (numeric: 0 or 1) representing item 18.
- V19
Binary response variable (numeric: 0 or 1) representing item 19.
- V20
Binary response variable (numeric: 0 or 1) representing item 20.
- x1
An integer variable (e.g., a grouping factor or categorical covariate).
- x2
A continuous numeric covariate.
- x3
An integer variable (binary: 0 or 1).
- x4
A continuous numeric covariate.
Examples
data("mydata", package = "IFTPredictor")
head(mydata)