se.Jackknife: A Jackknife estimate of the standard error

Description Usage Arguments Value Examples

Description

A Jackknife estimate of the standard error of the correlation statistic.

Usage

1

Arguments

x, y

Numeric vectors or data frames.

Value

A Jackknife estimate of the standard error.

Examples

1
2
3
4
5
6
7
8
## Not run: 
data(law)
attach(law)
x <- law$LSAT
y <- law$GPA
se.Jackknife(x,y)

## End(Not run)

lxz124/StatComp18090 documentation built on May 12, 2019, 5:17 p.m.