-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
69 lines (41 loc) · 2.34 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Changes in r2spss version 0.3.3
+ Bugfix in to_SPSS() method for Kruskal-Wallis test rergarding incorrect
dimensions when binding rows of the rank statistics.
Changes in r2spss version 0.3.2
+ Removed non-ASCII characters from Eredivisie data (player names).
Changes in r2spss version 0.3.1
+ Renamed functions paletteSPSS(), numberSPSS(), and substrSPSS() to
palette_SPSS(), number_SPSS(), and substr_SPSS() to be in line with
naming conventions.
+ Better handling of major and minor grid lines in to_latex(). The former
can also be partial lines, and the latter can be suppressed globally via
'r2spss_options'.
+ Function chisq_test() in case of a test on independence now also returns
results of a Mantel-Haenszel test of linear association.
Changes in r2spss version 0.3.0
+ Complete redesign of the inner workings of creating the LaTeX tables,
which allows for extending the package with addtional tables that mimic
SPSS.
+ Graphics are now based on ggplot2 instead of base R graphics (except the
scatter plot matrix). Functions to set the theme and color scales are
provided for easily extending the package with additional plots that
mimic SPSS.
+ All plots and tables allow to easily switch between look of modern SPSS
versions or older ones.
+ Tables that mimic modern SPSS versions have more LaTeX requirements,
hence function r2spss.sty() puts a LaTeX style file of the same name
in a specified folder.
+ Functions now use under_scores rather than camelCase.
Changes in r2spss version 0.2.0
+ More detailed documentation of returned objects.
+ Bugfix in regression() regarding computation of standardized coefficients.
+ Bugfixes in regression() regarding nested model comparisons.
+ Added argument 'change' to function regression() such that tests on the
R-squared change are only included in model summaries when requested.
+ Added argument 'exact' to wilcoxonTest() such that the p-value of the
exact Wilcoxon Rank sum test is only computed when requested.
+ Plots now have horizontal axis labels by default, and scientific number
format in axis annotations is suppressed.
+ Added Eredivisie data set and examples.
+ Added Exams data set and examples.
+ Added package vignette.