thank you for the help

So will the entire syntax appear as 

bootmean(na.omit(banks$two),na.rm = TRUE, conf = 90,nrep = 1000)




From:
Jeff Newmiller <jdnew...@dcn.davis.ca.us>
To:
grond <agel...@usgs.gov>, r-help@r-project.org
Date:
09/13/2012 04:46 PM
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:<jdnew...@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 <agel...@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 banks
>the
>column two.
>
>bootmean(banks$two,na.rm = True, conf = 90,nrep = 1000)
>
>
>
>
>
>--
>View this message in context:
>http://r.789695.n4.nabble.com/Missing-Values-tp4643059.html
>Sent from the R help mailing list archive at Nabble.com.
>
>______________________________________________
>R-help@r-project.org 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.




        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.

Reply via email to