File: CHANGES

package info (click to toggle)
multcomp 1.0-2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 988 kB
  • sloc: sh: 21; makefile: 1
file content (179 lines) | stat: -rw-r--r-- 4,771 bytes parent folder | download | duplicates (2)
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179

		CHANGES in `multcomp' VERSION 1.0-2

    o    use new model.matrix / model.frame methods for class mer in
         lme4 (>= 0.999375-16)


		CHANGES in `multcomp' VERSION 1.0-1

    o    make sure more than 2 groups are present in contrMat()

    o    check if `model' is an S4 object before trying to extract its
         `call' slot

    o    better warning when df.residual fails


		CHANGES in `multcomp' VERSION 1.0-0

    o    unify both vignettes

    o    mcp() doesn't try to take care of interaction terms anymore


		CHANGES in `multcomp' VERSION 0.993-3

    o    new `parm' function for specifying model parameters estimated
         elsewhere

    o    improve print method for confidence intervals

    o    new adjustment method `free' (for free combinations)


		CHANGES in `multcomp' VERSION 0.993-2

    o    make sure names are printed correctly when nrow(K) = 1

    o    interaction terms are now correctly handled when a symbolic
         descripton of the hypotheses is supplied, thanks to 
         Antonio Fabio Di Narzo for spotting.


		CHANGES in `multcomp' VERSION 0.993-1

    o    new vignette `Simultaneous Inference in General Parametric Models'

    o    warn if ... arguments are ignored

    o    levels in trees513 data slightly changed.


		CHANGES in `multcomp' VERSION 0.992-9

    o    remove deprecated functions simint and simtest (the files
         are still available from multcomp/inst/deprecated)

    o    better error message when factors specified in mcp() aren't
         found in model


		CHANGES in `multcomp' VERSION 0.992-8

    o    add model.frame and model.matrix methods for class `lme'
         (feature request by Antonio Rausell <arausell@cnio.es>)

    o    new data set `trees513'


		CHANGES in `multcomp' VERSION 0.992-7

    o    new contrasts `UmbrellaWilliams' and `GrandMean'
         (thanks to Daniel Gerhard <gerhard@biostat.uni-hannover.de>)


		CHANGES in `multcomp' VERSION 0.992-6

    o    add support for lme4::(g)lmer2 objects (thanks to Manuel Eugster)

    o    coef. and vcov. didn't always pass through, spotted by
         John Deke <jdeke73@gmail.com>


		CHANGES in `multcomp' VERSION 0.992-5

    o    remove non_function entries in Rd files


		CHANGES in `multcomp' VERSION 0.992-4

    o    update to mvtnorm 0.8-0


		CHANGES in `multcomp' VERSION 0.992-3

    o    better support for `mer', `lmer' and `glmer' objects
         (package `lme4')


		CHANGES in `multcomp' VERSION 0.992-2

    o    add support for `lme' objects (feature request by
         John Wilkinson <jnwilks@btinternet.com> and Dieter Menne
         <dieter.menne@menne-biomed.de>)


		CHANGES in `multcomp' VERSION 0.992-1

    o    fix LaTeX problem in vignette (spotted by Brian D. Ripley)


		CHANGES in `multcomp' VERSION 0.991-9

    o    fix some minor problems spotted for plotting or
         printing of confidence intervals (thanks for Rich Heiberger and
         Ludwig Hothorn)


		CHANGES in `multcomp' VERSION 0.991-8

    o    make sure `type' is available

    o    catch errors with `aovlist' objects

    o    print for confint method indicates if confidence 
         intervals are adjusted or univariate


		CHANGES in `multcomp' VERSION 0.991-7

    o    try to deal with non-estimable coefficients in `model': if the
         correspondings columns of `linfct' are zero anyway, we silently
         proceed. If not, we stop and ask for a correctly specified model.

    o    try to detect interactions with numeric covariates. We need to
         choose a specific value here but it seems hard to add 
         something appropriate to the user interface (I don't want to touch
         `mcp'). For the time being, we fire a warning and the user can 
         modify `linfct' manually.

    o    add mcp(<name> = "Means"), contribution by Richard M. Heiberger
         <rmh@temple.edu>

    o    add Rich to DESCRIPTION file


		CHANGES in `multcomp' VERSION 0.991-5

    o    plot.confint allows for specification of xlim, xlab and main
         (patch by Rich Heiberger)


		CHANGES in `multcomp' VERSION 0.991-4

    o    Depends: stats

    o    confint(..., calpha = x) can be used to specify critical
         values directly (with x being either a function or a scalar)


		CHANGES in `multcomp' VERSION 0.991-3

    Implement feature requests by Rich Heiberger <rmh@temple.edu>:

    o    glht.mcp adds a `focus' element to the returned object
         containing the names of the factors under test

    o    plot.glht calls plot.confint.glht

    o    documentation updates

    o    fixed three minor bugs


		CHANGES in `multcomp' VERSION 0.991-2

    o    mcp(fact = K) with K = contrMat(...) didn't work
         spotted by Yves Brostaux <brostaux.y@fsagx.ac.be>