All Projects → gavinsimpson → schoenberg

gavinsimpson / schoenberg

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
ggplot-based graphics and useful functions for GAMs fitted using the mgcv package

Programming Languages

r
7636 projects
Makefile
30231 projects

Projects that are alternatives of or similar to schoenberg

TDAstats
R pipeline for computing persistent homology in topological data analysis. See https://doi.org/10.21105/joss.00860 for more details.
Stars: ✭ 26 (+4%)
Mutual labels:  ggplot2, r-packages
Ghibli
Studio Ghibli colour palettes
Stars: ✭ 227 (+808%)
Mutual labels:  ggplot2
Econocharts
Microeconomics/macroeconomics charts in ggplot2
Stars: ✭ 161 (+544%)
Mutual labels:  ggplot2
Treemapify
🌳 Draw treemaps in ggplot2
Stars: ✭ 186 (+644%)
Mutual labels:  ggplot2
Gglabeller
Shiny gadget for labeling points on ggplot
Stars: ✭ 161 (+544%)
Mutual labels:  ggplot2
Ggcharts
Get You to Your Desired Plot Faster
Stars: ✭ 205 (+720%)
Mutual labels:  ggplot2
Ggh4x
ggplot extension: options for tailored facets, multiple colourscales and miscellaneous
Stars: ✭ 148 (+492%)
Mutual labels:  ggplot2
ggplot2 themes in github
A generated list of repos containing themes/styles for ggplot2
Stars: ✭ 43 (+72%)
Mutual labels:  ggplot2
Ggedit
Interactively edit ggplot layer aesthetics and theme definitions
Stars: ✭ 223 (+792%)
Mutual labels:  ggplot2
Ggnet
Network visualization with ggplot2
Stars: ✭ 182 (+628%)
Mutual labels:  ggplot2
Gghalves
✂️ Easy half-half geoms in ggplot2
Stars: ✭ 174 (+596%)
Mutual labels:  ggplot2
Plotly
An interactive graphing library for R
Stars: ✭ 2,096 (+8284%)
Mutual labels:  ggplot2
Gggenes
➡️️➡️️⬅️️➡️️ Draw gene arrow maps in ggplot2
Stars: ✭ 214 (+756%)
Mutual labels:  ggplot2
Calendr
Ready to print calendars with ggplot2
Stars: ✭ 161 (+544%)
Mutual labels:  ggplot2
R4ds Exercise Solutions
Exercise solutions to "R for Data Science"
Stars: ✭ 226 (+804%)
Mutual labels:  ggplot2
Patchwork
The Composer of ggplots
Stars: ✭ 2,002 (+7908%)
Mutual labels:  ggplot2
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (+576%)
Mutual labels:  ggplot2
Ggdist
Visualizations of distributions and uncertainty
Stars: ✭ 197 (+688%)
Mutual labels:  ggplot2
ggplotify
ggplot everything
Stars: ✭ 89 (+256%)
Mutual labels:  ggplot2
Ggfittext
🔠 ggplot2 geoms to fit text into boxes
Stars: ✭ 233 (+832%)
Mutual labels:  ggplot2

schoenberg

The schoenberg package for R provides ggplot-based graphics and useful functions for GAMs fitted using the mgcv package.

Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

I've abondonded this project, moving development to the gratia package because the name "schoenberg" has recently been taken by another package on CRAN. I'm leaving this repo up though as I know some people were using it in scripts, I was using it in a preprint of a GAM paper that is under review, and I have blog posts using it.

Build status

Build Status Build status codecov

Features

The main features of schoenberg are currently

  • A ggplot2-based replacement for mgcv:::plot.gam(): draw(gam_model).

    Note specialist smoothers (bs %in% c("re","fs","mrf","so")) are not supported, but univariate, factor and continuous by-variable smooths, and bivariate tensor product smooths are supported,

  • Estimatation of derivatives of fitted smoothers: fderiv(gam_model),

  • Estimation of point-wise across-the-function confidence intervals and simultaneous intervals for smooths: confint(gam_model).

Installing schoenberg

schoenberg is under active development and has not yet had its first release to CRAN. The easiest way to install the package is via the install_github() function from package devtools. Make sure you have devtools installed, then run

devtools::install_github("gavinsimpson/schoenberg")

to install the package.

History

schoenberg grew out of an earlier package, tsgam, which was originally intended to be used with GAMs fitted to time series. As I was developing tsgam however it became clear that the package could be used more generally and that the name "tsgam" was no longer appropriate. To avoid breaking blog posts I had written using tsgam I decided to copy the git repo and all the history to a new repo for the package under the name schoenberg.

Why schoenberg?

In naming his greta package, Nick Golding observed the recent phenomena of naming statistical modelling software, such as Stan or Edward, after individuals that played a prominent role in the development of the field. This lead Nick to name his Tensor Flow-based package greta after Grete Hermann.

In the same spirit, schoenberg is named in recognition of the contributions of Grace Wahba, who did pioneering work on the penalised spline models that are at the foundation of the way GAMs are estimated in mgcv. I wanted to name the package grace, to more explicitly recognise Grace's contributions, but unfortunately there was already a package named Grace on CRAN. So I looked elsewhere for inspiration.

Grace Wahba is the IJ Schoenberg-Hilldale Professor of Statistics at the University of Wisconsin-Madison, where she has worked since 1967. The chair is named after Isaac J Schoenberg, a former University Madison-Wisconsin Professor of Mathematics, who in a 1946 paper provided the first mathematical reference to "splines".

The name schoenberg links and recognises two pioneers in the field of splines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].