mydata | R Documentation |
A dataset used for demonstrating the IFTPredictor package. This dataset includes response data (columns 1-20) and covariate data (columns 21-24)
mydata
A data frame with 500 rows and 24 variables:
Binary response variable (numeric: 0 or 1) representing item 1.
Binary response variable (numeric: 0 or 1) representing item 2.
Binary response variable (numeric: 0 or 1) representing item 3.
Binary response variable (numeric: 0 or 1) representing item 4.
Binary response variable (numeric: 0 or 1) representing item 5.
Binary response variable (numeric: 0 or 1) representing item 6.
Binary response variable (numeric: 0 or 1) representing item 7.
Binary response variable (numeric: 0 or 1) representing item 8.
Binary response variable (numeric: 0 or 1) representing item 9.
Binary response variable (numeric: 0 or 1) representing item 10.
Binary response variable (numeric: 0 or 1) representing item 11.
Binary response variable (numeric: 0 or 1) representing item 12.
Binary response variable (numeric: 0 or 1) representing item 13.
Binary response variable (numeric: 0 or 1) representing item 14.
Binary response variable (numeric: 0 or 1) representing item 15.
Binary response variable (numeric: 0 or 1) representing item 16.
Binary response variable (numeric: 0 or 1) representing item 17.
Binary response variable (numeric: 0 or 1) representing item 18.
Binary response variable (numeric: 0 or 1) representing item 19.
Binary response variable (numeric: 0 or 1) representing item 20.
An integer variable (e.g., a grouping factor or categorical covariate).
A continuous numeric covariate.
An integer variable (binary: 0 or 1).
A continuous numeric covariate.
data("mydata", package = "IFTPredictor")
head(mydata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.