# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tidygam" in publications use:' type: software license: MIT title: 'tidygam: Tidy Prediction and Plotting of Generalised Additive Models' version: 1.0.0 doi: 10.32614/CRAN.package.tidygam abstract: Provides functions that compute predictions from Generalised Additive Models (GAMs) fitted with 'mgcv' and return them as a tibble. These can be plotted with a generic plot()-method that uses 'ggplot2' or plotted as any other data frame. The main function is predict_gam(). authors: - family-names: Coretta given-names: Stefano email: stefano.coretta@gmail.com repository: https://CRAN.R-project.org/package=tidygam repository-code: https://github.com/stefanocoretta/tidygam url: https://stefanocoretta.github.io/tidygam/ date-released: '2024-12-18' contact: - family-names: Coretta given-names: Stefano email: stefano.coretta@gmail.com