Jacknife.estimate: A function to estimate the bias and the standard error of the...

Description Usage Arguments Value Examples

Description

A function to estimate the bias and the standard error of the correlation statistic by jacknife method

Usage

1

Arguments

x

the first input variable

y

the second input variable

Value

the estimate of the bias and the standard error of the correlation statistic

Examples

1
2
3
4
## Not run: 
rnR <-Jacknife.estimate(c(0.1,0.5,1,1.2,0.2,0.4,0.8,0.6,0.8,1.3),c(4,2.7,5.4,3.6,6.3,3.9,4.7,3.9,2.8,5.6))

## End(Not run)

fjv587/StatComp18082 documentation built on May 29, 2019, 8:34 a.m.