Re: [R] Arguments in functions when packaging

2014-01-28 Thread Duncan Murdoch
On 14-01-28 2:48 AM, Eva Prieto Castro wrote: Hi everybody, I have a doubt in relation with arguments in functions when packaging: Does it make sense the fact of having dots as an argument when it is the only argument?. I mean you have a package and a function that will be used directly by the

Re: [R] Arguments in functions

2010-12-16 Thread Phil Spector
Paul - Please take a look at the help file for boot, i.e. type ?boot at the R prompt. There you will see, along with other information: statistic: A function which when applied to data returns a vector containing the statistic(s) of interest. When ‘sim="parametric"’