
Extract partial effects for specified model terms
get_term(data, fit, term, n = 100, ...)
A data frame containing variables used to fit the model. Only first row will be used.
A fitted object of class gam
.
The (non-linear) model term of interest.
Further arguments passed to seq_range
.