── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
# A tibble: 4 × 5
Y `x=2` `x=1` `x=0` `x=3`
<int> <dbl> <dbl> <dbl> <dbl>
1 1 0.497 0.258 NA 0.245
2 2 0.495 0.505 NA NA
3 -1 NA NA 1 NA
4 3 NA 1 NA NA
# A tibble: 4 × 5
Y `x=1` `x=2` `x=0` `x=3`
<int> <dbl> <dbl> <dbl> <dbl>
1 1 0.543 0.392 0.0651 NA
2 0 0.203 0.595 NA 0.202
3 2 0.681 NA 0.319 NA
4 3 NA NA 1 NA