Learn R Programming

ouch (version 2.7-2)

hansentree-methods: Methods of the "hansentree" class

Description

Methods of the "hansentree" class.

Usage

## S3 method for class 'hansentree':
logLik(object)
## S3 method for class 'hansentree':
coef(object, \dots)
## S3 method for class 'hansentree':
summary(object, \dots)
## S3 method for class 'hansentree':
show(object)
## S3 method for class 'hansentree':
print(x, \dots)
## S3 method for class 'hansentree':
plot(x, y, regimes, \dots)
## S3 method for class 'hansentree':
simulate(object, nsim = 1, seed = NULL, \dots)
## S3 method for class 'hansentree':
update(object, data, regimes, sqrt.alpha, sigma, \dots)
## S3 method for class 'hansentree':
bootstrap(object, nboot = 200, seed = NULL, \dots)
## S3 method for class 'hansentree':
as(object, class)
## S3 method for class 'hansentree,data.frame':
coerce(from, to = "data.frame", strict = TRUE)

Arguments

object
The hansentree object.
x
the hansentree object.
class
character; name of the class to which object should be coerced.
from, to
the classes betwen which coercion should be performed.
nsim
The number of simulations to perform.
nboot
The number of boostraps to perform.
seed
The random seed to use in simulations.
regimes, sqrt.alpha, sigma
See hansen.
data
see hansen.
y, strict
Ignored.
...
Further arguments (either ignored or passed to underlying functions). In the case of update, these replace the corresponding arguments in the original call.

See Also

ouchtree, hansen