-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
134 lines (76 loc) · 4.18 KB
/
ChangeLog
File metadata and controls
134 lines (76 loc) · 4.18 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
2025-05-30 Helios De Rosario-Martinez <helios.derosario@gmail.com>
* R/testInteractions.R (testInteractions): fix number of columns in residual row of testInteractions.
* man (various files): add anchors to package car in links to Anova and linearHypothesis.
* Version 0.3-2
2024-01-03 Helios De Rosario-Martinez <helios.derosario@gmail.com>
* R/interactionMeans.R (plot): fix (non-functional) custom text in axis guides and title.
* Version 0.3-1
2023-12-03 Helios De Rosario-Martinez <helios.derosario@gmail.com>
* R/testInteractions.R (testInteractions): add SE to tables (ctb. Phil Chalmers)
* R/interactionMeans.R (plot): allow custom text in axis guides and title.
* Version 0.3-0
2015-08-18 Helios De Rosario-Martinez <helios.derosario@gmail.com>
* man, R: clarify that std. errors reported in testFactors and interactionMeans
are reported in the domain of the link function.
* R/interactionMeans.R (interactionMeans): fixed bug for plotting error bars.
* vignette: automatic generation of Bibtex references to packages.
* README.md: reference to Git Reports
2015-02-25 Helios De Rosario-Martinez <helios.derosario@gmail.com>
* man: updated links to author's e-mail.
* README.md: information to get started for GitHub presentation.
2015-02-16 Helios De Rosario-Martinez <helios.derosario@gmail.com>
* man, R: masssive changes in testFactors, interactioMeans, and related functions.
New feature: show standard errors of adjusted values and draw error bars in plots.
* vignette: Vignette updated.
* DESCRIPITON: new link to Github development repository
* NAMESPACE: import from Matrix to allow vignette creation
* Version 0.2-0
2015-01-04 Helios De Rosario-Martinez<helios.derosario@gmail.com>
* R/getElements.R (getCoef methods, getOffset.merMod): added package prefixes
* R/contrastCoefficients.R: bug fix; return list of matrices, not data frames
2013-10-12 Helios De Rosario-Martinez<helios.derosario@ibv.upv.es>
* R/contrastCoefficients.R: Calculate vectors of contrast coefficients.
* R/ctb.R: Contributed code that cannot be imported from other packages.
* R/getElements.R (getPredictors): new function to manage models with offset
(getXLevels.list): new method.
* R/interactionMeans.R (plot.interactionMeans): fixed bug for some glm families
(interactionMeans): use new function getPredictors
* R/testFactors.R
(setNumericPredictors, testFactors.mlm, testFactors.default):
Refactorized functions, with support for calculated predictors and offset.
Removed calls to "stats:::" functions.
* man: Documentation updated.
* vignette: Vignette updated
* DESCRIPTION: remove "car" from Imports.
Authors redefined as Authors@R
* Version 0.1-4.
2013-07-04 Helios De Rosario-Martinez <helios.derosario@ibv.upv.es>
* R/testFactors.R (testFactors.merMod): New method.
(testFactors.mer): Changed to remove call to isGLMM, avoid namespace confusion.
* R/getElements.R: New methods for merMod objects.
(getFamily.mer): Changed to remove call to isGLMM, avoid namespace confusion.
* NAMESPACE: remove importFrom(lme4, "isGLMM")
S3method(testFactors, merMod)
* Version 0.1-3.
2013-05-22 Helios De Rosario-Martinez <helios.derosario@ibv.upv.es>
* R/testFactors.R: Fixed bug of testFactors.default for mixed models
* R/getElements.R: Fixed bug of getFamily.mer
* Version 0.1-2.
2013-05-11 Helios De Rosario-Martinez <helios.derosario@ibv.upv.es>
* vignettes/phia.Rnw: Analysis of AMSsurvey adapted to data of pkg car 2.0-17.
* Version 0.1-1.
2012-12-27 Helios De Rosario-Martinez <helios.derosario@ibv.upv.es>
* R/getElements.R: New common internal methods for getting model objects.
* R/interactionMeans.R: Modified to use the methods defined in getElements.R.
* R/testFactors.R (testFactors.lme, testFactors.mer): New methods.
(testFactors.default): Modified to accept lme and mer objects.
(addPredictorsToFrame, defineLHT): New internal functions.
Solved wrong table labels in glm tests.
* R/testInteractions.R: Modified to use the methods defined in getElements.R
* man: Documentation updated and revised.
* vignettes (phia.Rnw): Added section on mixed-effects models. Revised.
(bibliography.bib): New references
* NAMESPACE: importFrom(lme4, "isGLMM")
S3method(testFactors, lme)
S3method(testFactors, mer)
* Version 0.1-0.