input_data {bartMan} | R Documentation |
input_data
Description
Small example of Friedman data following the formula:
y = 10 \sin(\pi x_1 x_2) + 20 (x_3 - 0.5)^2 + 10 x_4 + 5 x_5 + e
Usage
input_data
Format
A data frame with 10 rows and 6 columns:
- x1
Covariate
- x2
Covariate
- x3
Covariate
- x4
Covariate
- x5
Covariate
- y
Response
...
[Package bartMan version 0.1.1 Index]