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.
Specify the output sequence either by supplying the
length of the sequence with n
, or the spacing between value
with by
. Specifying both is an error.
I recommend that you name these arguments in order to make it clear to the reader.
Further arguments passed to seq_range
.