update.tvlm {tvReg} | R Documentation |
Update and Re-fit the Models of package tvReg
Description
Update and Re-fit the Models of package tvReg
Usage
## S3 method for class 'tvlm'
update(object, ...)
## S3 method for class 'tvar'
update(object, ...)
## S3 method for class 'tvvar'
update(object, ...)
## S3 method for class 'tvsure'
update(object, ...)
## S3 method for class 'tvplm'
update(object, ...)
Arguments
object |
An object of any class in package tvReg. |
... |
Other parameters passed to specific methods. |
Value
An object of the same class than the argument *object*.
[Package tvReg version 0.5.9 Index]