Skip to content

Commit

Permalink
document addition of gfam in data sim #266 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Mar 25, 2024
1 parent c117471 commit f1dcbc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: gratia
Version: 0.8.9.12
Date: 2024-03-23
Version: 0.8.9.13
Date: 2024-03-25
Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Authors@R: c(person(given = "Gavin L.", family = "Simpson",
email = "ucfagls@gmail.com",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# gratia 0.8.9.12
# gratia 0.8.9.13

## Breaking changes

Expand Down Expand Up @@ -131,6 +131,10 @@ to `select` and the function will continue.
Gu & Wabha's *f2* function, and `"lwf6"`, example function 6 from Luo & Wabha
(1997 JASA 92(437), 107-116).

* `data_sim()` can also simulate data for use with GAMs fitted using
`family = gfam()` for grouped families where different types of data in
the response are handled. #266 and part of #265

* `fitted_samples()` and `smooth_samples()` can now use the Metropolis Hastings
sampler from `mgcv::gam.mh()`, instead of a Gaussian approximation, to sample
from the posterior distribution of the model or specific smooths
Expand Down

0 comments on commit f1dcbc1

Please sign in to comment.