transition: Extract variable transformation from xspliner

Description Usage Arguments

View source: R/methods-xspliner.R

Description

Extract variable transformation from xspliner

Usage

1
2
3
4
transition(model, ...)

## S3 method for class 'xspliner'
transition(model, predictor, type = "function", ...)

Arguments

model

xspliner model

...

Other parameters passed to method. Currently not used.

predictor

variable name for which transformation should be extracted

type

If 'function' then transformation function is extracted. For 'base' there is sourced object on which transformation was built - in case of quantitative variable GAM model, for qualitative factorMerger.


xspliner documentation built on Sept. 26, 2019, 1:02 a.m.