Description Usage Arguments Value Author(s) Examples
Compute the standard error of the measure by tsboot()
1 2 | SE.BOOT.cor(x, myfun, myfun.IF, ..., nsim = 1000, sim = "fixed",
l = round(length(x)/5))
|
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 |
standard error
Xin Chen, chenx26@uw.edu
1 | SE.BOOT.cor(x = rnorm(100), myfun = mean, nsim = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.