Skip to content

Commit

Permalink
Add NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
salernos committed Dec 3, 2024
1 parent a184e7f commit f9b2afe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ipd 0.1.3

* Added a `NEWS.md` file to track changes to the package.

* `ipd()` now allows for regression through the origin with `intercept = FALSE` argument

* `ipd()` now takes an additional argument, `na_action`, to handle missing covariate data

* Currently supports `"na.fail"` and `"na.omit"`. Defaults to `na.fail`

* Provides a more informative error message and lists which covariates are missing observations

* `ipd()` now takes an additional argument, `n_t`, which denotes the (optional) size of the training set used to generate the prediction rule. Defaults to `Inf` but is necessary for the `postpi_X` methods if `n_t` < `n`, `N`, the number of labeled and unlabeled observations, respectively, in the data being analyzed

0 comments on commit f9b2afe

Please sign in to comment.