File: boot-practicals.Rd

package info (click to toggle)
boot 1.3-5-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,140 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\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.  Faster version of \code{nested.corr} for
  \pkg{boot} 1.3-1 by Brian Ripley.
}
\keyword{internal}