- new
onsets2
dataset, containing ERP onsets from 2 sessions - fix bug in
plot_sf
when requesting quantiles other than the deciles - fix bugs due to depricated
ggplot2
syntax inplot_hd_bars
andplot_hd_links
- add missing
factor()
call inmkt1
- new
plot_hsf_pb_dist
function to plot percentile bootstrap samples - new
plot_hsf_pb
function to plot percentile bootstrap results - new
hsf_pb
function implementing percentile bootstrap hierarchical shift function - new
hsf
function implementing basic hierarchical shift function - new
plot_hsf
function to plot results - add
flp.RData
to demonstrate hsf - add
trimci
,trimpval
andwinvar
functions to stats.R - add
datasets.R
to document datasets - rename
paired_example.RData
topdata.RData
- rename
ERP_onsets.RData
toonsets.RData
- update vignettes
dep_gps
andone_gp
- create
hsf
vignette
- add input checks to all main functions
- add unit tests for all main functions
- update help
- update README
- add 5 vignettes based on European Journal of Neuroscience 2017 paper examples
- remove redundant functions; make some functions more flexible
- input data frames don't need to be created by
mkt1
ormkt2
anymore - more than 2 groups are allowed: by default first two groups are processed; options to process pairs
- change output to list of data frames
- matching plot functions updated to accept a list of data frames and return a list of ggplot objects
- the new format will make it easier to expand functions or create new ones to handle more complex designs
plot_scat2
plot_scat2d
plot_sf
add_sf_lab
plot_hd_links
to replaceplot_dec_links
plot_hd_ci
to replaceplot_dec_ci
subset_formula_wide
deciles
q1469
plot_dec_bars
plot_dec_links
plot_quartile_bars
plot_pbsf
plot_dec_ci
plot_scat2_sina
annotate_quartiles
subset_data2
plot_kde_rug_dec1
plot_kde_rug_dec2
Changes suggested by John J Wood:
- Fix inconsistency between
mkt1
andmkt2
column names: mkt1: “data” , “gr” mkt2: “obs”, “gr” Now mkt1 creates a data frame with columns “obs” , “gr” - Add function
q1469
to package - In
plot_diff_asym
function, state that Wilcox’sqwmwhd
anddifQpci
functions have been replaced withasymhd
andasymdhd
.
Bug spotted by zack0832:
- In
plot_kde_rug_dec1
andplot_kde_rug_dec2
, replace "data" column with "obs" column from thedata
tibble.