Releases: milanwiedemann/suddengains
Releases · milanwiedemann/suddengains
0.7.2: Improve package documentation
Add return argument to all functions
0.6.1
- Fix bugs and make suddengains work with dplyr 1.1.0
- Add tests
v0.4.4
- add
plot_sg_intervals()
function to visualise session to session intervals that are analysed for sudden gains - minor changes to integrate updates in tibble package
v0.4.3
- Supress message about vector length from
extract_values()
in the functionscreate_bysg()
andcreate_byperson()
- Update ggplot2 functions with "deprecated" warning message
- Add clearer detailed output message in
check_interval()
function
sg-plos-one
- Add option to specify the critical value for criterion three using the argument
sg_crit3_critical_value
- Add option to extract values from multiple measures by specifying a list in the extract_var_list of the function extract_values()
- Internal changes to
plot_sg()
function to work properly with shiny - Make output from
describe_sg()
function clearer - Create shiny app illustrating main functions of this version, available at https://milanwiedemann.shinyapps.io/shinygains/
- Correct typos
- Add funders to documentation
v0.4.0
- Fix error in formula used to define a cutoff value for the first sudden gains criteria based on the Reliable Change Index (RCI; Jacobson & Truax, 1991) in the function
define_crit1_cutoff()
- Add formulas used to calculate standard error of measurement, standard error of difference, and relaible change value to help file of
define_crit1_cutoff()
- Simplify
define_crit1_cutoff()
function arguments - Add links to functions of other R packages to help files
- Add links to functions of suddengains package to help files
- Add option to not adjust critical value in third sudden gains criterion
0.3.0
Add function check_interval()
to check if a given interval is a sudden gain/loss
v0.2.1
This commit was submitted to CRAN 5eec493 with minor improvements:
- Fix error message when loading SPSS datasets with the R package foreign
- Calculate critical values from the student t distribution for third criterion using
base::qt()
- Add functionality to change significance level (alpha) for computing two-tailed critical value based on the student t distribution using the argument
sg_crit3_alpha
more-gainz
This is version 0.2.0 of the suddengains package available on CRAN.
first-gains
This is the first version of the suddengains package available on CRAN.