Boot-class {pARccs}R Documentation

Class "Boot"

Description

Presentation of bootstrap confidence intervals

Objects from the Class

Objects can be created by calls of the form new("Boot", ...).

Slots

CI_perc:
Percentile confidence intervals = Object of class "matrix"
CI_bca:
BCa confidence intervals = Object of class "matrix"

Methods

getCIbca
signature(object = "Boot"): get BCa confidence intervals
getCIperc
signature(object = "Boot"): get percentile confidence intervals
print
signature(x = "Boot")
show
signature(object = "Boot")

Author(s)

Christiane Raemsch

See Also

Class PAR, Class AR

Examples

showClass("Boot")

[Package pARccs version 0.2-1 Index]