This file is indexed.

/usr/lib/R/site-library/effects/NEWS is in r-cran-effects 3.1.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
Version 3.1-2

 o Fixed bug handling 'start' argument in glmm's.  Reported by Mariano Devoto; fix by Ben Bolker
 
 o Modified internal function make.ticks() so that it doesn't fail due to floating-point inaccuracy (following error reported by Joe Clayton Ford).
 
 o Check formula for presence of factor(), etc. (suggestion of Ulrike Gromping).
 
 o Fixed bug in Effect.clm() and some other methods (reported by David Barron), which didn't pass ... argument.
 
 o A warning is now printed if partial residuals are requested in a multiline plot.
 
 o Corrected plotting of partial residuals with various scalings of the y-axis and x-axis. 
 
 o Added show.strip.values argument to plot.eff() and plot.effpoly().

Version 3.1-1

 o Requires R >= 3.2.0 (requested by CRAN).

Version 3.1-0

 o Corrected and improved computation of partial residuals, fixing bug introduced by bug fix in 3.0-7.

Version 3.0-7

 o Extends to logistic ordinal response models fit using 'clm' and 'clmm' in the 'ordinal package.
 
 o Fixed bug in handling of terms like polynomials in non-focal covariates (reported by Urs Kalbitzer).
 
 o Added package tests.
 
Version 3.0-6

 o Fix bug in Effect for mer objects with 'poly' in the formula (and related issues).
 
 o Allow "||" in variance formulae in lmer4 models.
 
 o Minor bug in handling class=="array" in the Effect() method.
 
 Version 3.0-5
 
 o Fixed bug when the name of the data frame is the name of function like "sort" in mixed-effects models with lme4 (problem originally reported by Saudi Sadiq).
 
 o Fixed bug in predictor-name matching that could occur in names with periods (reported by Trevor Avery).
 
 o Fixed package imports to conform to new CRAN rules.
 
 o Added residuals.cex argument to plot.eff().
 
 o Changes to work with pbkrtest 0.4-4.

Version 3.0-4

 o New default of KR=FALSE because KR=TRUE can be very slow.

 o KR argument now works correctly with allEffects().

 o Mixed models with negative binomial did not work and now they do.

 o Added methods for ordinal mixed models using 'clmm2' for the ordinal package.

 o Moved pbkrtest to Suggests (wasn't done properly previously).

 o Tweak to handling key.args (suggestion of Michael Friendly).

 o Use non-robust loess smooth for partial residuals from non-Gaussian GLMs.

 o Rationalized type and rescale.axis arguments to plot.eff(); scale.axis argument is deprecated.

 o Added setStrip() and restoreStrip() to control colors of lattice strips and make beginning and ending conditioning lines clearer.
 
 o Added residuals.smooth.color argument to plot.eff().
 
 o Cleaned up sources to conform to CRAN requirements.

Version 3.0-3

 o Made key.args argument to plot.eff() and plot.effpoly() more flexible (suggestion of Ian Kyle).

 o Moved pbkrtest package to Suggests and adjusted code for mixed models accordingly, to accomodate Debian (request of Dirk Eddelbuettel).

 o Fixed \dont-test{} examples.

Version 3.0-2

 o plot.eff() honors rescale.axis=FALSE when plotting partial residuals (bug reported by Alexander Wietzke).

 o Effect.mer() can use KR coefficient covariances to construct CIs for effects in LMMs.

 o Modernized package dependencies/namespace.

Version 3.0-1

 o Added an argument vcov. to Effect and effect (and allEffects) to select a function for computing the variance covariance matrix of the coefficient estimates.  The default is the usual `vcov` fucntion.

 o Added a warning to the documentation for effect for using predictors of class "dates" or "times".

 o Fixed bug in Effect.gls() when var or cor function depends on variables in the data set (reported by Felipe Albornoz).

 o Small fixes/improvements.

Version 3.0-0

 o Added partial residuals for multidimensional component+residual plots to Effect.lm().

 o Small bug fixes.

Version 2.3-0

 o removed stray character in a the mixed models file
 
 o ci.style="bands" is now the default for variates on the horizontal axis and can also be used with multiline=TRUE
  
 o Added ci.style='bands', band.transparency, band.colors, and lwd to plot.effpoly() for line plots to give filled confidence bands and control line width

 o Added Effect.mlm() for multivariate linear models
 
 o Interpolating splines are now used by default when drawing lines in effects plots unless the argument use.splines=FALSE
 
 o effect() now calls Effect(); all effect() methods are removed, but effect() will continue to work as before.

 o Various methods for effect objects now handle factors with a "valid" NA level (fixing bug reported by Joseph Larmarange).

 o Further bug fixes in effects.mer() and effects.lme() (following bug report by Felipe E. Albornoz).

Version 2.2-6

 o bug fixes in effects.mer and effects.lme.

 o added terms.gls() to make effect.gls() and Effect.gls() work again.

 o plot.eff() gains an lwd= option to control the width of fitted lines.
 
 o Added ci.style='bands' and alpha= to plot.eff() for non-multiline plots to give filled confidence bands.

Version 2.2-5

 o Added support for polytomous latent class analysis based on the poLCA package.
 
 o Modified mixed-model methods to all use in user-functions.

 o Changed the default method for determining number of levels for a continuous predictor; see help page for 'effect' and discussion of the 'xlevels' argument for details.  Argument 'default.levels', while still included for compatibility, is depricated.
                                                                                                
 o Added .merMod methods for development version of lme4.

 o Added support for lme4.0.

 o Fixed bug preventing restoration of warn option (reported by Kenneth Knoblauch).

 o Fixed handling of ticks.x argument to plot.eff() and plot.effpoly(), now works as advertized.

 o Adjusted package dependencies, imports for CRAN checks.

 o Changed name of Titanic dataset to TitanicSurvival to avoid name clash (request of Michael Friendly).

 o Minor fixes.

Version 2.2-4

 o Add argument 'ci.style' to plot.eff() and plot.eff() to allow confidence intervals to be displayed as lines or using error bars.  Confidence bars are permitted on multiline plots (after suggestion by Steve Taylor).

 o Allow empty cells with crossed factors for lm, glm and multinom.

 o Added warning about logical predictors (suggestion of Kazuki Yoshida).

Version 2.2-3

 o Fixed bugs in axis scaling and xlim specification (reported by Achim Zeileis).

 o Small changes for compatability with R 2.16.0.

Version 2.2-2

o Use asymptotic normal to get confidence limits for mer and lme objects

o Correct effects.lme to work with weights

o Added Effect.mer(), Effect.lme(), Effect.gls(), Effect.multinom(), and Effect.polr() methods.

o Safe predictions simplified in effect.multinom() and effect.polr().

o plot() methods for eff and effpoly objects permit predictor transformations.

o Added as.data.frame.eff(), as.data.frame.effpoly(), and as.data.frame.efflatent (suggestion of Steve Taylor).

o Small bug fixes.

Version 2.2-1

o Some examples wrapped in \donttest{} to decrease package check time.

Version 2.2-0

o Introduced more flexible Effect() generic, along with Effect.lm() method for linear and generalized linear models.

o Default is now ask=FALSE for plot.efflist().

o globalVariables("wt") declared for R 2.15.1 and above.

o Small bug fixes.

Version 2.1-2

o Offsets for linear and generalized linear (and mixed) models are now supported.

o cbind(successes, failures) now supported for binomial generalized linear (and mixed) models.

Version 2.1-1

o plot.effpoly() now honors ylim argument when no confidence intervals are plotted (fixing problem reported by Achim Zeileis).

o safe predictions simplified in effect.lm(), producing correct results for mixed models (other methods to follow).

o plot.eff() now honors type argument.

o nlme and lme4 moved to Suggests.

o effect() now works when options(OutDec= ',') (suggestion of Guomundur Arnkelsson).


Version 2.1-0

o added support for 'mer' objects from lme4 and 'lme' objects from 'nlme'.  Added 'rotx', 'roty' and 'grid' arguments to the plot methods.

o See CHANGES file for changes to older versions.