-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNEWS
More file actions
42 lines (33 loc) · 1.3 KB
/
NEWS
File metadata and controls
42 lines (33 loc) · 1.3 KB
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
networkreporting 0.3.2
========================
* replaced defunct dplyr `select_()` and `rename_()` calls (underscore SE
interface) with `select(all_of())` and `rename()` throughout
`report_aggregator.r`, `known_population.r`, and `scale_up.r`
networkreporting 0.3.1
========================
* fixed a bug that caused a lazy evaluation-related error for the `dropmiss`
param when using `kp.estimator_`
networkreporting 0.2.99
=======================
* updated `network.survival` function so that it returns cell-specific degree estimates
networkreporting 0.2
====================
* updated `nsum.estimator` function so that it can use an estimated
total degree that has come from some source other than the dataset being
used for scale-up estimates
* in `add.kp`, changed the name of the argument `total.pop.size` to be `total.popn.size`
networkreporting 0.1.1
======================
* very slight change to maintain compatability with upcoming
version of dplyr
networkreporting 0.1.0
======================
* moved C++ code and other bootstrap code into a separate package,
called surveybootstrap
* some new unit tests and vignette
networkreporting 0.0.2
======================
* rescaled bootstrap code now written in C++ for increased speed
networkreporting 0.0.1
======================
* first release