| data_pltr {GPLTR} | R Documentation |
gpltr data example
Description
A data frame to test the functions of the package
Usage
data(data_pltr)
Format
A data frame with 3000 observations on the following 16 variables.
G1a numeric vector
G2a factor with levels
01G3a factor with levels
01G4a factor with levels
01G5a factor with levels
01G6a binary numeric vector
G7a binary numeric vector
G8a binary numeric vector
G9a binary numeric vector
G10a binary numeric vector
G11a binary numeric vector
G12a binary numeric vector
G13a binary numeric vector
G14a binary numeric vector
G15a binary numeric vector
Ya binary numeric vector
Details
The numeric variable G1 is considered as offset in the simulated PLTR model; the variables G2,...,G5 are used to simulate the tree part, while G6,...,G15 are noise variables.
Examples
data(data_pltr)
## maybe str(data_pltr) ...
[Package GPLTR version 1.5 Index]