Skip to content
Prev 301885 / 398506 Next

about lscv

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