forked from IQSS/Zelig4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
301 lines (239 loc) · 12.5 KB
/
README
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
4.0-6 (August 25th, 2011): Experimental branch to improve the formula parser.
4.0-5 (August 25th, 2011): Stable release for R.13.1. Removed dependency on
the 'iterators' package. This is part of a general move towards shrinking the
size of Zelig's dependency list. To facilitate this change, the 'mi' object
has been made more robust, and the 'zframe' helper object has been removed.
For specifics, please refer to the CHANGES file
4.0-2 (May 16, 2011): Stable release for R 2.12,1. Major version update, and
and addition of numerous API features. Core package now contains a mere 7
models. Dependencies having correspondingly been reduced to:
MASS
iterators
survival
methods
For the missing models, please see the software packages:
bivariate.zelig: bivaraite generalized linear regressions
mixed.zelig: multilevel (mixed) generalized linear regressions
multinomial.zelig: multinomial logit and probit regressions
ordinal.zelig: ordinal logit and probit regressions
survey.zelig: survey-weighted generalized linear models
These models can be found on the Harvard IQSS website at:
http://gking.harvard.edu/zelig/
Or via installations with:
source('http://people.iq.harvard.edu/~mowen/install.R')
2.8-3 (May 29, 2007): Stable release for R 2.4.0-2.5.0. Fixed bugs in
help.zelig(), and summary for multinomial logit, bivariate probit,
and bivariate logit with multiple imputation. First version
dependencies are as follows:
MASS 7.2-34
boot 1.2-27
VGAM 0.7-1
MCMCpack 0.8-2
mvtnorm 0.7-5
survival 2.31
sandwich 2.0-0
zoo 1.2-1
coda 0.10-7
nnet 7.2-34
sna 1.4
2.8-2 (March 3, 2007): Stable release for R 2.4.0-2.4.1. Fixed bug in
ARIMA simulation process.
2.8-1 (February 21, 2007): Stable release for R 2.4.0-2.4.1. Made
setx() compatible with ordred factor variables (thanks to Mike Ward and
Kirill Kalinin). First order dependencies as in version 2.8-1.
2.8-0 (February 12, 2007): Stable release for R 2.4.0-2.4.1.
Released ARIMA models and network analysis models (least
squares and logit) for sociomatrices. First version dependencies
are as follows:
MASS 7.2-31
boot 1.2-27
VGAM 0.7-1
MCMCpack 0.7-4
mvtnorm 0.7-5
survival 2.31
sandwich 2.0-0
zoo 1.2-1
coda 0.10-7
nnet 7.2-31
sna 1.4
2.7-5 (December 25, 2006): Stable release for R 2.4.0-2.4.1.
Fixed bug related to {\tt names.default()}, summary for multiple
imputation methods, and prediction for ordinal response models (thanks
to Brian Ripley, Chris Lawrence, and Ian Yohai).
2.7-3 (November 9, 2006): Stable release for R 2.4.0. Fixed bugs related
to R check.
2.7-2 (November 5, 2006): Stable release for R 2.4.0. Temporarily
removed ARIMA models.
2.7-1 (November 3, 2006): Stable release for R 2.4.0. Made
changes regarding the S4 classes in VGAM. The ARIMA
model for time series data added by Justin Grimmer. First level
dependencies are as follows:
MASS 7.2-29
boot 1.2-26
VGAM 0.7-1
MCMCpack 0.7-4
mvtnorm 0.7-5
survival 2.29
sandwich 2.0-0
zoo 1.2-1
coda 0.10-7
2.6-5 (September 14, 2006): Stable release for R 2.3.0-2.3.1. Fixed bugs
in bivariate logit, bivariate probit, multinomial logit, and
model.matrix.multiple (related to version 2.6-4, but not previous
versions, thanks to Chris Lawrence). First level dependencies are as
follows:
MASS 7.2-27.1
boot 1.2-26
VGAM 0.6-9
MCMCpack 0.7-1
mvtnorm 0.7-2
survival 2.28
sandwich 1.1-1
zoo 1.0-6
coda 0.10-5
2.6-4 (September 8, 2006): Stable release for R 2.3.0-2.3.1. Fixed
bugs in {\tt setx()}, and bugs related to {\tt multiple}. Added
instructions for installing Fortran tools for Intel macs. Added
the RxC ecological inference model.
2.6-3 (June 19, 2006): Stable release for R 2.0.0-2.3.1.
Fixed bug in VDC interface functions, and parse.formula().
2.6-2 (June 7, 2006): Stable release for R 2.0.0-2.3.1. Removed R x C EI.
Changed data = list() to data = mi() for multiply-imputed data frames.
First level version compatabilities are as for version 2.6-1.
2.6-1 (April 29, 2006): Stable release for R 2.0.0-2.2.1. Fixed major bug
in ordinal logit and ordinal probit expected value simulation procedure
(does not affect Bayesian ordinal probit). (reported by Ian Yohai) Added
the following ecological inference (EI) models: Bayesian hierarchical
EI, Bayesian dynamic EI, and RxC EI. First level version compatabilties
(at time of release) are as follows:
MASS 7.2-24
boot 1.2-24
VGAM 0.6-8
MCMCpack 0.7-1
mvtnorm 0.7-2
survival 2.24
sandwich 1.1-1
zoo 1.0-6
coda 0.10-5
2.5-4 (March 16, 2006): Stable release for R 2.0.0-2.2.1. Fixed bug related to
windows build. First-level dependencies are the same as in version 2.5-1.
2.5-3 (March 9, 2006): Stable release for R 2.0.0-2.2.1. Fixed bugs related to VDC
GUI. First level dependencies are the same as in version 2.5-1.
2.5-2 (February 3, 2006): Stable release for R 2.0.0-2.2.1. Fixed bugs related to
VDC GUI. First level dependencies are the same as in version 2.5-1.
2.5-1 (January 31, 2006): Stable release for R 2.0.0-2.2.1. Added methods for
multiple equation models. Fixed bugs related to robust estimation and upgrade of
sandwich and zoo packages. Revised setx() to use environments. Added
current.packages() to retrieve version of packages upon which Zelig depends.
First level version dependencies are as follows:
MASS 7.2-24
boot 1.2-24
VGAM 0.6-7
mvtnorm 0.7-2
survival 2.20
sandwich 1.1-0
zoo 1.0-4
MCMCpack 0.6-6
coda 0.10-3
2.4-6 (October 27, 2005): Stable release for R 2.0.0-2.2.0. Fixed bug
related to simulation for Bayesian Normal regression.
2.4-5 (October 18, 2005): Stable release for R 2.0.0-2.2.0. Updated
installation instructions.
2.4-4 (September 29, 2005): Stable release for R 2.0.0-2.2.0. Fixed
links for help.zelig().
2.4-3 (September 29, 2005): Stable release for R 2.0.0-2.2.0.
2.4-2 (August 30, 2005): Stable release for R 2.0.0-2.1.1. Fixed bug in
setx() related to as.factor() and I(). Streamlined qi.survreg().
2.4-1 (August 15, 2005): Stable release for R 2.0.0-2.1.1. Added the
following Bayesian models: factor analysis, mixed factor analysis,
ordinal factor analysis, unidimensional item response theory,
k-dimensional item response theory, logit, multinomial logit, normal,
ordinal probit, Poisson, and tobit. Also fixed minor bug in
formula (long variable names coerced to list).
2.3-2 (August 5, 2005): Stable release for R 2.0.0-2.1.1. Fixed bug in
simulation procedure for lognormal model.
2.3-1 (August 4, 2005): Stable release for R 2.0.0-2.1.1.
Fixed documentation errors related to model parameterization and code
bugs related to first differences and conditional prediction for
exponential, lognormal, and Weibull models. (reported by Alison Post)
2.2-4 (July 30, 2005): Stable release for R 2.0.0-2.1.1. Revised
relogit, additing options for weightig in addition to prior
correction. (reported by Martin Plöderl)
2.2-3 (July 24, 2005): Stable release for R 2.0.0-2.1.1. Fixed bug
associated with robust standard errors for negative binomial.
2.2-2 (July 13, 2005): Stable release for R 2.0.0-2.1.1. Fixed bug in
setx(). (reported by Ying Lu)
2.2-1 (July 11, 2005): Stable release for R 2.0.0-2.1.0. Revised
ordinal probit to use MASS library. Added robust standard errors
for the following regression models: exponential, gamma, logit,
lognormal, least squares, negative binomial, normal (Gaussian),
poisson, probit, and weibull.
2.1-4 (May 22, 2005): Stable release for R 1.9.1-2.1.0. Revised
help.zelig() to deal with CRAN build of Windows version. Added
recode of slots to lists in NAMESPACE. Revised install.R script
to deal with changes to install.packages(). (reported by Dan
Powers and Ying Lu)
2.1-3 (May 9, 2005): Stable release for R 1.9.1-2.1.0. Revised
param.lm() function to work with bootstrap simulation. (reported by
Jens Hainmueller)
2.1-2 (April 14, 2005): Stable release for R 1.9.1-2.1. Revised
summary.zelig().
2.1-1 (April 7, 2005): Stable release for R 1.9.1-2.1. Fixed bugs in
NAMESPACE and summary.vglm().
2.0-13 (March 11, 2005): Stable release for R 1.9.1-2.0.1. Fixed bugs in
NAMESPACE and rocplot.Rd.
2.0-12 (February 20, 2005): Stable release for R 1.9.1-2.0.1. Added plot
= TRUE option to rocplot().
2.0-11 (January 14, 2005): Stable release for R 1.9.1-2.0.1. Changed
class name for subsettted models from "multiple" to "strata", and
modified affected functions.
2.0-10 (January 4, 2005): Stable release for R 1.9.1 and R 2.0.0. Fixed
bug in simulation procedure for ordinal logit. (Reported by Ian Yohai.)
2.0-9 (October 21, 2004): Stable release for R 1.9.1 and R 2.0.0 (Linux
only). Fixed bugs in NAMESPACE.
2.0-8 (October 18, 2004): Stable release for R 1.9.1 and R 2.0.0
(Linux only). Revised Zelig for submission to CRAN.
2.0-7 (October 14, 2004): Stable release for R 1.9.1 \emph{and} R
2.0.0 (Linux only). Fixed bugs in summary.zelig(), NAMESPACE, and
assorted bugs related to new R release. Revised syntax for multiple
equation models.
2.0-6 (October 4, 2004): Stable release for R 1.9.1. Fixed problem
with NAMESPACE.
2.0-5 (September 25, 2004): Stable release for R 1.9.1. Changed
installation procedure to source install.R from Zelig website.
2.0-4 (September 22, 2004): Stable release for R 1.9.1. Fixed typo in
installation directions, implemented NAMESPACE, rationalized
summary.zelig(), and tweaked documentation for least squares.
2.0-3 (September 1, 2004): Stable release for R 1.9.1. Fixed bug in
conditional prediction for survival models.
2.0-2 (August 25, 2004): Stable release for R 1.9.1. Removed
predicted values from ls.
2.0-1b (July 16, 2004): Stable release for R 1.9.1. MD5 checksum
problem fixed. Revised plot.zelig() command to be a generic function
with methods assigned by the model. Revised entire architecture to
accept multiply imputed data sets with strata. Added functions to
simplify adding models. Completely restructured reference manual.
Fixed bugs related to conditional prediction in setx and summarizing
strata in summary.zelig.
1.1-2 (June 24, 2004): Stable release for R 1.9.1 (MD5
checksum problem not fixed, but does not seem to cause problems).
Fixed bug in help.zelig(). (reported by Michael L. Levitan)
1.1-1 (June 14, 2004): Stable release for R 1.9.0. Revised zelig()
procedure to use zelig2model() wrappers, revised help.zelig() to use a
data file with extension .url.tab, and revised setx() procedure to
take a list of fn to apply to variables, and such that fn = NULL
returns the entire model.matrix().
1.0-8 (May 27, 2004): Stable release for R 1.9.0. Fixed bug in
simulation procedure for survival models. (reported by Elizabeth
Stuart)
1.0-7 (May 26, 2004): Stable release for R 1.9.0. Fixed bug in relogit
simulation procedure. (reported by Tom Vanwellingham)
1.0-6 (May 11, 2004): Stable release for R 1.9.0. Fixed bug in
setx.default, which had previously failed to ignore extraneous
variables in data frame. (reported by Steve Purpura)
1.0-5 (May 7, 2004): Replaced relogit procedure with memory-efficient
version. (reported by Tom Vanwellingham)
1.0-4 (April 19, 2004): Stable release for R 1.9.0. Added vcov.lm
method; changed print for summary.relogit.
1.0-2 (April 16, 2004): Testing distribution for R 1.9.0.
1.0-1 (March, 23, 2004): Stable release for R 1.8.1.