get_term {pammtools} | R Documentation |
Extract partial effects for specified model terms
Description
Extract partial effects for specified model terms
Usage
get_term(data, fit, term, n = 100, ...)
Arguments
data |
A data frame containing variables used to fit the model. Only first row will be used. |
fit |
A fitted object of class |
term |
The (non-linear) model term of interest. |
... |
Further arguments passed to |
[Package pammtools version 0.7.3 Index]