Rows: 200 Columns: 9
── Column specification ────────────────────────────────────────────────────────
Delimiter: "\t"
dbl (9): pid, X1, X2, X1Squared, X2Squared, X1X2, sinX1, sinX2, label
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
# A tibble: 6 × 8
x1 x2 x1squared x2squared x1x2 sin_x1 sin_x2 label
<dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <fct>
1 -2.82 2.52 7.96 6.33 -7.10 -0.314 0.586 -1
2 3.49 1.19 12.2 1.43 4.17 -0.342 0.930 1
3 -3.78 -2.68 14.3 7.20 10.1 0.592 -0.442 1
4 2.22 4.14 4.92 17.1 9.18 0.798 -0.841 1
5 3.64 0.970 13.2 0.941 3.53 -0.474 0.825 1
6 2.22 0.788 4.95 0.621 1.75 0.794 0.709 1