Hi Alex,

There are a couple ways.  You can install the SOS package, which has
some nice search features.  You can also use R's built in
RSiteSearch("some relevant keywords"), also, if you think you are
close to what the function should be called, you can try:

> apropos("cov")
[1] "ability.cov" "cov"         "cov2cor"     "covratio"    "cov.wt"
[6] "discoveries" "recover"     "vcov"

which turns up functions with your search term in them.  To answer
your question about the function, see ?cov .

Cheers,

Josh

On Mon, Oct 18, 2010 at 5:26 AM, Alaios <ala...@yahoo.com> wrote:
> Hello everyone.,
> I am looking for a covariance function this not the first time I have this 
> type
> of problem (to find which function does something). I try in google with "R 
> cran
> covariance function" but usually this ends with different results that do not
> help me that much.
>
>
> Could you please try to advice me how to search for what function implements 
> the
> functionality you want.
>
> Best Regards
> Alex
>
>
>
>        [[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.
>



-- 
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
http://www.joshuawiley.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.

Reply via email to