View source: R/methods-xspliner.R
Extract variable transformation from xspliner
1 2 3 4 | transition(model, ...)
## S3 method for class 'xspliner'
transition(model, predictor, type = "function", ...)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.