Re: [R] Looking up the code for a function

2015-05-06 Thread Boris Steipe
-4170 | http://www.wvbauer.com > >> -Original Message- >> From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Ronald >> Kölpin >> Sent: Wednesday, May 06, 2015 17:00 >> To: r-help@r-project.org >> Subject: [R] Looking up the code for a

Re: [R] Looking up the code for a function

2015-05-06 Thread Viechtbauer Wolfgang (STAT)
in > Sent: Wednesday, May 06, 2015 17:00 > To: r-help@r-project.org > Subject: [R] Looking up the code for a function > > Hi all, > > I am trying to find out how a certain functionality is implemented in R > respectively what a certain found does exactly. > > Specifically

[R] Looking up the code for a function

2015-05-06 Thread Ronald Kölpin
Hi all, I am trying to find out how a certain functionality is implemented in R respectively what a certain found does exactly. Specifically I am interested in multivariate kernel density estimation. I found the "ks" package and its "kde" function. Usually, my preferred way to "look under the hoo