diff --git a/DESCRIPTION b/DESCRIPTION index 6c5d28f34..5aec96ffa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: parameters Title: Processing of Model Parameters -Version: 0.22.2.7 +Version: 0.22.2.8 Authors@R: c(person(given = "Daniel", family = "Lüdecke", diff --git a/NEWS.md b/NEWS.md index e6a90255e..39b9a541d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,6 +9,11 @@ way to test the direction of the effect, which formerly was already (and still is) possible with `pd = TRUE` in `model_parameters()`. +* `p_function()` gets a `vcov` and `vcov_args` argument to compute robust + standard errors for the confidence curves. + +* Revision / enhancement of some documentation. + # parameters 0.22.2 ## New supported models