We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fff90 commit 71fededCopy full SHA for 71feded
NEWS.md
@@ -1,3 +1,12 @@
1
+# enrichwith 0.3
2
+
3
+## New functionality
4
+* Added support for `wedderburn` family from the `gnm` R package.
5
6
+## Other improvements, updates and additions
7
+* Improved documentation
8
+* Improved tests and added some new
9
10
# enrichwith 0.2
11
12
## Bug fixes
tests/testthat/test-betareg.R
@@ -2,7 +2,7 @@ context("enrichment of betareg objects")
library("betareg")
-
+library("numDeriv")
## Section 4 from Ferrari and Cribari-Neto (2004)
data("GasolineYield", package = "betareg")
0 commit comments