nomogram_features4 {rmlnomogram} | R Documentation |
Nomogram features using categorical and 1 numerical predictors
Description
An example of a data frame for sample_features
argument in
create_nomogram
function, must only include all possible
combinations of feature values, where one column is available for each
feature.
Usage
nomogram_features4
Format
A data frame with 80 rows and 4 columns:
.
- qsec
A numerical predictor without decimal.
- cyl.6
A categorical predictor with values of 0 and 1.
- cyl.8
A categorical predictor with values of 0 and 1.
- vs.1
A categorical predictor with values of 0 and 1.
Source
Derived from mtcars
for examples in this package.
[Package rmlnomogram version 0.1.2 Index]