-
Notifications
You must be signed in to change notification settings - Fork 5
/
NEWS
180 lines (111 loc) · 2.64 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
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
# autoReg 0.3.4
===============
(2023-Nov-26)
* bug fixed
# autoReg 0.3.3
===============
(2023-Nov-10)
* using plotmath to plot Greek letter '≤' in plots.
# autoReg 0.3.2
===============
(2023-Apr-11)
* rewrite examples in functions ggcmprsk and ggcmprsk2
# autoReg 0.3.1
===============
(2022-Nov-16)
* remove warnings from myft() ... compatible with flextable 0.8.3
# autoReg 0.3.0
===============
(2022-July-14)
* bug-fixed in function showEffect
# autoReg 0.2.9
===============
(2022-Jun-14)
* bug-fixed in function shorten
* new argument autoCat is added to gaze_sub()
* adjustedPlot can handle an object of class "survfit"
# autoReg 0.2.8
===============
(2022-May-17)
* new function adjustedPlot2.survreg added
* bug-fixed in function autoReg.coxph
# autoReg 0.2.7
===============
(2022-May-10)
* gaze.data.frame can handle columns with all NA values
# autoReg 0.2.6
===============
(2022-Apr-6)
* new function strata2df added
# autoReg 0.2.5
===============
(2022-Mar-18)
* new function autoReg.survreg added
# autoReg 0.2.4
===============
(2022-Mar-4)
* rewrite ggcmprsk and ggcmprsk2
* new function gaze.tidycrr added
# autoReg 0.2.3
===============
(2022-Feb-25)
* add new argument newdata to function adjustedPlot
* new function addLabelData added
# autoReg 0.2.2
===============
(2022-Feb-22)
* New function adjustedPlot2 added
# autoReg 0.2.1
===============
(2022-Feb-16)
* New function gaze.survreg adjustedPlot.survreg added
# autoReg 0.2.0
===============
(2022-Feb-15)
* New function residualNull added
* rewrite the function residualPlot
# autoReg 0.1.9
===============
(2022-Feb-13)
* New function num2factor added
# autoReg 0.1.8
===============
(2022-Feb-10)
* New function coxzphplot added
* change the function name of expectedPlot to adjustedPlot
* change the function name of expected2Plot to expectedPlot
# autoReg 0.1.7
===============
(2022-Feb-8)
* New function highlight2 added
# autoReg 0.1.6
===============
(2022-Feb-6)
* New function gaze.coxph, gaze,glm, gaze.lm added
* New function modelsSummary and modelsSummmaryTable added
# autoReg 0.1.5
===============
(2022-Feb-3)
* New function expectedPlot2 added
* delete function bootCompare
# autoReg 0.1.4
===============
(2022-Jan-30)
* New function expectedPlot added
# autoReg 0.1.3
===============
(2022-Jan-13)
* New function bootCompare added
# autoReg 0.1.2
===============
(2022-Jan-12)
* New function loglogplot, OEplot, fit2newdata added
* Rewrite function residualPlot
# autoReg 0.1.1
===============
(2022-Jan-10)
*bug-fixed in findDup()
# autoReg 0.1.0
===============
(2022-Jan-8)
* New function gaze(), autoReg() and modelPlot() added