extract_pure_gam_part {deepregression} | R Documentation |
Extract the smooth term from a deepregression term specification
Description
Extract the smooth term from a deepregression term specification
Usage
extract_pure_gam_part(term, remove_other_options = TRUE)
Arguments
term |
term specified in a formula |
remove_other_options |
logical; whether to remove other options withing the smooth term |
Value
pure gam part of term
[Package deepregression version 1.0.0 Index]