-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNEWS
196 lines (118 loc) · 3.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
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
# moonBook 0.3.4
==============
(2023-Nov-28)
* new argument 'useSE' in mytable function to use standard error instead of standard deviation
# moonBook 0.3.3
==============
(2023-Mar-12)
* new argument 'clean_names' in mytable function for clean column names
* bug-fixed
# moonBook 0.3.2
==============
(2022-Nov-16)
* add function mycsv.mytable.df
# moonBook 0.3.1
==============
(2021-Dec-29)
* bugs fix in function extractOR and extractHR
# moonBook 0.3.0
==============
(2021-Dec-26)
* bugs fix in function extractOR and extractHR
# moonBook 0.2.9
==============
(2021-Dec-20)
* new argument 'missing' in mytable function for missing data analysis
* mytable() print red character in R console when p < 0.05
# moonBook 0.2.8
==============
(2021-Sep-4)
* Bug fixed :
# moonBook 0.2.7
==============
(2021-July-7)
* Bug fixed :
# moonBook 0.2.6
==============
(2021-Apr-27)
* Bug fixed :
# moonBook 0.2.5
==============
(2021-Jan-5)
* Bug fixed :
# moonBook 0.2.4
==============
(2021-Jan-5)
* Bug fixed
# moonBook 0.2.3
==============
(2018-July-21)
* Bug fixed
# moonBook 0.2.2
==============
(2018-June-18)
* New function getMapping() added
* new argument 'mapping' added to function addLabelDf()
# moonBook 0.2.1
==============
(2018-May-30)
* New argument 'catMethod' added to mytable() functions to select method for categorical variables
* New function deleteRows() added
# moonBook 0.2.0
==============
(2018-May-26)
* New function compress() and addComma() added
* New vignette "moonBook_update" added
# moonBook 0.1.9
==============
(2018-May-16)
* New S3 method mytable.formula and mytable.data.frame added
* mytable() functions can handle column label and value labels
# moonBook 0.1.8
===============
(2018-Apr-25)
* Bug fixed
# moonBook 0.1.7
==============
(2016-Nov-23)
* Bug fixed in function mytable()
# moonBook 0.1.6
==============
(2016-Nov-11)
* Bug fixed
* default method for compute confidence interval for glm model changed from confint to confint.default
# moonBook 0.1.4
==============
(2015-Jul-07)
* Bug fixed
* "mytable" function can show the total value when show.total parameter is TRUE.
# moonBook 0.1.3
==============
(2015-Feb-14)
* Bug fixed
* "myhtml" function makes a better-looking table
# moonBook 0.1.2
==============
(2014-Dec-7)
* new S3 method for class "data.frame" added to function "mylatex" and "myhtml"
* more option to function "mylatex" to adjust caption placement and position
# moonBook 0.1.1
==============
(2014-Dec-5)
* new function "mycsv" makes a csv file with an object of class "cbind.mytable" or "mytable" made by function "mytable"
* new function "myhtml" makes a html table with an object of class "cbind.mytable" or "mytable" made by function "mytable"
* Bug fixed
# moonBook 0.1.0
==============
* new function "ORplot" which draw odds ratio plot with an object of class glm
* new function "HRplot" which draw hazard ratio plot with an object of class coxph or a resultant data.frame of function "mycph"
* new function "mycph" which perform coxph of individual expecting variables from formula parameter
* new function "mytable" which automatically produce a table for descriptive
analysis easily. It is most useful to make a table to describe baseline
charateristics common in medical research papers. An object of class
"cbind.mytable" or "mytable" will be made by this function
* new function "mylatex" makes a latex table with an object of class "cbind.mytable" or "mytable" made by function "mytable"
* new function "densityplot" which draw Kernel density plot from formula
* new function "rank2group" which rank a numeric vector and returns a new ordinal vector
* new data "radial" added
* new data "acs" added