Skip to content

about lscv

3 messages · chester123, Sarah Goslee, Bert Gunter

#
Hi,
On Tue, Jul 31, 2012 at 4:08 PM, chester123 <chester123 at live.cn> wrote:
Do you mean lscv() from the locfit package? There's no lscv() in base R.
"........" doesn't mean anything.

"..." - three dots, or an ellipsis, means exactly what it says in the help:

... 	other arguments to locfit or lscv.exact

If you read the help for locfit() and lscv.exact() you will see the
optional arguments that can be passed to lscv by name.

The examples given in the help for lscv() even demonstrate how to use
that capability.

Sarah
#
I should add that it's also explained in more technical detail in
4.1.2 and 4.3 of the R Language Manual.

-- Bert
On Tue, Jul 31, 2012 at 1:08 PM, chester123 <chester123 at live.cn> wrote: