# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "gKRLS" in publications use:' type: software license: GPL-2.0-or-later title: 'gKRLS: Generalized Kernel Regularized Least Squares' version: 1.0.4 doi: 10.32614/CRAN.package.gKRLS abstract: Kernel regularized least squares, also known as kernel ridge regression, is a flexible machine learning method. This package implements this method by providing a smooth term for use with 'mgcv' and uses random sketching to facilitate scalable estimation on large datasets. It provides additional functions for calculating marginal effects after estimation and for use with ensembles ('SuperLearning'), double/debiased machine learning ('DoubleML'), and robust/clustered standard errors ('sandwich'). Chang and Goplerud (2024) provide further details. authors: - family-names: Chang given-names: Qing email: qic108@pitt.edu - family-names: Goplerud given-names: Max email: mgoplerud@austin.utexas.edu repository: https://CRAN.R-project.org/package=gKRLS repository-code: https://github.com/mgoplerud/gKRLS url: https://github.com/mgoplerud/gKRLS date-released: '2024-11-07' contact: - family-names: Goplerud given-names: Max email: mgoplerud@austin.utexas.edu