stat_binmean
allows to plot the mean of y over the mean of x in given xtiles- new function
pctile
corresponds to Stata _pctile (quantile type 2 weighted)
lag(, along_with)
andlead(, along_with)
become separate functions with prefix t:tlag(, along_with)
andtlead(, along_with)
. The usual lag/lead based on rows can still be found in dplyrbin
is renamed toxtile
- In join, the option type = "outer" is renamed to type = "full" similarly to dplyr
sum_up
,tab
, andfind_duplicates
now accept data.frames and grouped dataframes