Hi, I installed "osmar". Q: How do I learn what methods it contains. I tried> Help, things like that....Thanks cellurl [[alternative HTML version deleted]]
The help function in R is just that -- a function -- so you have to invoke it, e.g., as help(mean) rather than just typing Help. You might also try help.start() which opens a fuller help system in your browser. To see the available functionality of the package, the easiest way is to check its CRAN listing here: http://cran.r-project.org/web/packages/osmar/index.html and to take a look through the reference manual. More info might also be available on the package's listed webpage. Hope this gets you started, Michael On Mon, Jun 18, 2012 at 8:39 PM, james pruett <gpscruise at gmail.com> wrote:> Hi, > > I installed "osmar". > Q: How do I learn what methods it contains. > > I tried >> Help, things like that.... > > Thanks > cellurl > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.
Hello, Search by yourself. http://cran.r-project.org/web/packages/osmar/index.html Regards. Le 12/06/19 10:39, james pruett a ?crit :> Hi, > > I installed "osmar". > Q: How do I learn what methods it contains. > > I tried >> Help, things like that.... > > Thanks > cellurl > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. >
James, Try library(osmar) library(help = "osmar") HTH, Jorge.- On Mon, Jun 18, 2012 at 9:39 PM, james pruett <> wrote:> Hi, > > I installed "osmar". > Q: How do I learn what methods it contains. > > I tried > > Help, things like that.... > > Thanks > cellurl > > [[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. >[[alternative HTML version deleted]]