We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gfam()
Add support for models fitted with family = gfam(). These models can be fitted by
family = gfam()
gam()
bam()
with any non-matrix response using the base R families or the extended families.
Support need for
data_sim()
appraise()
draw()
fitted_samples()
posterior_samples()
smooth_samples()
simulate.gam()
The text was updated successfully, but these errors were encountered:
add simulator for gfam models; part of #265 and closes #266
189f00e
add some tests for aspects of #265 and #266
c117471
No branches or pull requests
Add support for models fitted with
family = gfam()
. These models can be fitted bygam()
bam()
with any non-matrix response using the base R families or the extended families.
Support need for
data_sim()
#266appraise()
#267draw()
works with gfam models #268fitted_samples()
#269posterior_samples()
#270smooth_samples()
#271simulate.gam()
#272The text was updated successfully, but these errors were encountered: