variable.names.kspm {KSPM} | R Documentation |
Variable names of fitted models
Description
Simple utility returning names of variables involved in a kernel semi parametric model.
Usage
## S3 method for class 'kspm'
variable.names(object, ...)
Arguments
object |
an object of class "kspm", usually, a result of a call to |
... |
additional optional argument (currently unused). |
Value
a list of character vectors. The first element correspond to the names of variables included in the linear part of the model. Then, a vector containing names of variables including in kernel part is provided for each kernel.
Author(s)
Catherine Schramm, Aurelie Labbe, Celia Greenwood
See Also
kspm, summary.kspm, case.names.kspm.
[Package KSPM version 0.2.1 Index]