SE.BOOT.cor: Compute the standard error of the measure by tsboot()

Description Usage Arguments Value Author(s) Examples

Description

Compute the standard error of the measure by tsboot()

Usage

1
2
SE.BOOT.cor(x, myfun, myfun.IF, ..., nsim = 1000, sim = "fixed",
  l = round(length(x)/5))

Arguments

x

vector of data

myfun

measure

myfun.IF

not used

...

other parameters

nsim

number of replicates

sim

the type of simulation

l

the length of the fixed block

Value

standard error

Author(s)

Xin Chen, chenx26@uw.edu

Examples

1
SE.BOOT.cor(x = rnorm(100), myfun = mean, nsim = 100)

chenx26/EstimatorStandardError documentation built on May 13, 2019, 3:53 p.m.