nomogram_features {rmlnomogram} | R Documentation |
Nomogram features using categorical 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_features
Format
A data frame with 16 rows and 4 columns:
- cyl.6
A categorical predictor with values of 0 and 1.
- cyl.8
A categorical predictor with values of 0 and 1.
- qsec.1
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]