Berwin A Turlach wrote:
> G'day Stavros,
>
> On Fri, 13 Feb 2009 11:11:28 -0500
> Stavros Macrakis wrote:
>
>
>> On Fri, Feb 13, 2009 at 10:47 AM, Gabor Grothendieck
>> wrote:
>>
>>> See ?get and try:
>>>
>> Interesting. I hadn't paid attention to the 'mode' argument before.
>>
>>
Stavros Macrakis wrote:
> On Fri, Feb 13, 2009 at 12:25 PM, Berwin A Turlach
> wrote:
>
>> On Fri, 13 Feb 2009 11:11:28 -0500
>> Stavros Macrakis wrote:
>>
>>> Where would it be advisable to use anything but mode='any' or
>>> mode='function'?
>>>
>> I guess the answer to this quest
On Fri, Feb 13, 2009 at 12:25 PM, Berwin A Turlach
wrote:
> On Fri, 13 Feb 2009 11:11:28 -0500
> Stavros Macrakis wrote:
>> Where would it be advisable to use anything but mode='any' or
>> mode='function'?
>
> I guess the answer to this question is more often than not in the source. :)
...
> The
G'day Stavros,
On Fri, 13 Feb 2009 11:11:28 -0500
Stavros Macrakis wrote:
> On Fri, Feb 13, 2009 at 10:47 AM, Gabor Grothendieck
> wrote:
> > See ?get and try:
>
> Interesting. I hadn't paid attention to the 'mode' argument before.
>
> Where would it be advisable to use anything but mode='an
Stavros Macrakis wrote:
> On Fri, Feb 13, 2009 at 10:47 AM, Gabor Grothendieck
> wrote:
>
>> See ?get and try:
>>
>
> Interesting. I hadn't paid attention to the 'mode' argument before.
>
> Where would it be advisable to use anything but mode='any' or mode='function'?
>
>
don't know i
On Fri, Feb 13, 2009 at 10:47 AM, Gabor Grothendieck
wrote:
> See ?get and try:
Interesting. I hadn't paid attention to the 'mode' argument before.
Where would it be advisable to use anything but mode='any' or mode='function'?
-s
__
R-help@r
See ?get and try:
sin <- 1
get("sin", mode = "numeric")
get("sin", mode = "function")
On Fri, Feb 13, 2009 at 10:20 AM, wrote:
> guRus:
>
> I have a variable "beta" as an argument to R's beta function. So
> essentially I have a case of beta(alpha, beta). What surprises me is that
> R doesn't
guRus:
I have a variable "beta" as an argument to R's beta function. So
essentially I have a case of beta(alpha, beta). What surprises me is that
R doesn't barf on this stupid programming practice. R gets the right
answer. How does R know "beta the variable" from "beta the function"?
Josep
8 matches
Mail list logo