stepdate-methods {uroot}R Documentation

Methods for Function stepdate in Package ‘uroot’

Description

This method returns the date `x' times ahead in the sample. If that date is out of sample a message is generated.

Value

An object of class vdate-class.

usage

stepdate (object, step)

arguments

object
an object of class vdate-class.
step
the number of dates ahead to move in the sample times.

Methods

object = "ANY":
None default method.
object = "vdate":
Returns the date `x' times ahead in the sample. If that date is out of sample a message is generated.

See Also

Mdates.


[Package uroot version 1.4 Index]