[R] Using boot.ci to find lower confident bound

2007-02-04 Thread Nguyen Manh The

Dear R-users,
I am trying to find lower confident bound (one side
CI) for a variable of interest using boot.ci command
in bootstrap method. In the boot.ci, it provides 5
methods for finding CI (two-side CI). Anyone can help
me with that? Or any suggestions? Do I have to use a
different commands?
Many thanks,
The 

Nguyen Manh The
Department of Statistics
University of Glasgow


 

Don't pick lemons.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Using boot.ci to find lower confident bound

2007-02-04 Thread Simon Blomberg
Start by reading the references in ?boot.ci, to understand the different 
methods. Then you pays your money and you takes your choice. (Hint: R is 
free.)

Cheers,

Simon.

Nguyen Manh The wrote:
 Dear R-users,
 I am trying to find lower confident bound (one side
 CI) for a variable of interest using boot.ci command
 in bootstrap method. In the boot.ci, it provides 5
 methods for finding CI (two-side CI). Anyone can help
 me with that? Or any suggestions? Do I have to use a
 different commands?
 Many thanks,
 The 
 
 Nguyen Manh The
 Department of Statistics
 University of Glasgow
 
 
  
 
 Don't pick lemons.
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
 


-- 
Simon Blomberg, B.Sc.(Hons.), Ph.D, M.App.Stat.
Centre for Resource and Environmental Studies
The Australian National University
Canberra ACT 0200
Australia
T: +61 2 6125 7800 email: Simon.Blomberg_at_anu.edu.au
F: +61 2 6125 0757
CRICOS Provider # 00120C

The combination of some data and an aching desire for
an answer does not ensure that a reasonable answer
can be extracted from a given body of data.
- John Tukey.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Using boot.ci to find lower confident bound

2007-02-04 Thread Prof Brian Ripley
I think the question was 'how do I get one-sided confidence limits from 
package boot?'   As far as I know you would have to rewrite the code to do 
so, and this looks pretty simple.

Simon is right to point out that you need to understand the methods: some 
of these methods are much worse for one-sided limits, especially the 
so-called 'basic' method.

On Mon, 5 Feb 2007, Simon Blomberg wrote:

 Start by reading the references in ?boot.ci, to understand the different
 methods. Then you pays your money and you takes your choice. (Hint: R is
 free.)

 Cheers,

 Simon.

 Nguyen Manh The wrote:
 Dear R-users,
 I am trying to find lower confident bound (one side
 CI) for a variable of interest using boot.ci command
 in bootstrap method. In the boot.ci, it provides 5
 methods for finding CI (two-side CI). Anyone can help
 me with that? Or any suggestions? Do I have to use a
 different commands?
 Many thanks,
 The

 Nguyen Manh The
 Department of Statistics
 University of Glasgow



 
 Don't pick lemons.

 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.





-- 
Brian D. Ripley,  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.