-
Notifications
You must be signed in to change notification settings - Fork 18
/
NEWS
92 lines (49 loc) · 1.68 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
rddtools 1.0.0
=====================
* stable release
* various mainenance updates
* documentation updates
rddtools 0.5.0
=====================
* cleanup documentation
rddtools 0.3.0
=====================
* development taken over by Bastiaan
* rename package to rddtools (from RDDtools)
* rename functions to lower case
* move package from subdir to repo root directory
* change S3class method to export for roxygen
* connect method functions with . in stead of white space
* classify default functions as RDDcoef.default etc.
* update DESCRIPTION with CRAN guidelines
* change .onLoad to .onAttach
* remove old lyx vignette in several places
* move examples from README.Rmd to Rmd vignettes
* fix empty package dependency bug
rddtools 0.22
===========
Updated on 21/5/14
* RDDdata: change arg z to covar, add new argument z for sharp, currently unused.
* dens_test: work now on RDDreg, return object htest
* Multiple changes in help files
* Correct import, suggests, calls to :::
rddtools 0.21
===========
Updated on 25/7/13
* Add new function RDDpred
* Add new model.matrix.RDDdata, preparing all output, now used by all RDDreg_np, RDDreg_lm, RDDgenre...
* Add method vcov.RDDreg, as.lm.RDDreg
* Add enw function vcovCluster2, complement doc, add M Arai,
* Add data STAR_MHE
* Many small fixes
rddtools 0.2
===========
Updated on 16/7/13
* Add new option to have separate or same covariates
* Add as.nprg, to convert to a np regression from package np
* Add RDDcoef, working on multiple models (lm, np, npreg).
* Many fixes...
rddtools 0.1
===========
Initial commit on 29/04/2013
* Initial commit, containing RDDdata, RDDreg_lm, RDDreg_np, plotSensi, plotPlacebo, etc...