-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
project.org] On Behalf Of Jeff Newmiller
Sent: Thursday, September 13, 2012 1:46 PM
To: grond; r-help at r-project.org
Subject: Re: [R] Missing Values
Don't give it any. Instead of banks$two, use na.omit(banks$two).
-----------------------------------------------------------------------
----
Jeff Newmiller The ..... ..... Go
Live...
DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live
Go...
Live: OO#.. Dead: OO#..
Playing
Research Engineer (Solar/Batteries O.O#. #.O#. with
/Software/Embedded Controllers) .OO#. .OO#.
rocks...1k
-----------------------------------------------------------------------
----
Sent from my phone. Please excuse my brevity.
grond <agellis at usgs.gov> wrote:
I am using bootstrap and cannot figure how to tell R to ignore missing
values
(NA)
I tried this syntax and it did not work. The name of the file is
the
column two.
bootmean(banks$two,na.rm = True, conf = 90,nrep = 1000)