File: boot-practicals.Rd

package info (click to toggle)
boot 1.2.33-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 968 kB
  • ctags: 1
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\name{boot-practicals}
\alias{nested.corr}
\alias{lik.CI}
\title{ Functions for Bootstrap Practicals}
\description{
 Functions for use with the practicals in Davison and Hinkley (1997)}
\usage{
nested.corr(data, w, t0, M)
lik.CI(like, lim)
}
\details{
\code{nested.corr} is meant for use with the double bootstrap
in practical 5.5 of Davison and Hinkley (1997).

\code{lik.CI} is meant for use with practicals 10.1 and 10.2 of
Davison and Hinkley (1997). 
}
\references{ 
Davison, A. C. and Hinkley, D. V. (1997)
\emph{Bootstrap MEthods and Their Application}. Cambridge University
Press.
}
\author{ Angelo J. Canty }
\keyword{internal}