Displaying 6 results from an estimated 6 matches for "my_break".
Did you mean:
yy_break
2017 Aug 23
4
Possible repeat{} / break function bug in R 3.4.1
...ll fix
Tomas
On 08/23/2017 09:22 AM, Lionel Henry wrote:
> I don't think that's a bug. source() uses eval(), and eval() creates a
> new function-like context frame. In a way expecting `break` to work
> inside source() is like expecting `break` to cross stack frames:
>
> my_break <- function() break
> repeat(my_break())
>
> Lionel
>
>
>> On 23 ao?t 2017, at 09:17, Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>>
>>>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>>>>...
2017 Aug 23
2
Possible repeat{} / break function bug in R 3.4.1
>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Wed, 23 Aug 2017 09:10:20 +0200 writes:
>>>>> Peter Bosa <Peter.Bosa at oregonmetro.gov>
>>>>> on Tue, 22 Aug 2017 14:39:50 +0000 writes:
>> Hello, I've noticed the following error using repeat{} / break in R 3.4.1 running on Windows 10 and
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
I don't think that's a bug. source() uses eval(), and eval() creates a
new function-like context frame. In a way expecting `break` to work
inside source() is like expecting `break` to cross stack frames:
my_break <- function() break
repeat(my_break())
Lionel
> On 23 ao?t 2017, at 09:17, Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>
>>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>>> on Wed, 23 Aug 2017 09:10:20 +0200 wr...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
...23/2017 09:22 AM, Lionel Henry wrote:
>> I don't think that's a bug. source() uses eval(), and eval() creates a
>> new function-like context frame. In a way expecting `break` to work
>> inside source() is like expecting `break` to cross stack frames:
>>
>> my_break <- function() break
>> repeat(my_break())
>>
>> Lionel
>>
>>
>>> On 23 ao?t 2017, at 09:17, Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>>>
>>>>>>>> Martin Maechler <maechler at stat.math.ethz.ch&...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
...23/2017 09:22 AM, Lionel Henry wrote:
>> I don't think that's a bug. source() uses eval(), and eval() creates a
>> new function-like context frame. In a way expecting `break` to work
>> inside source() is like expecting `break` to cross stack frames:
>>
>> my_break <- function() break
>> repeat(my_break())
>>
>> Lionel
>>
>>
>>> On 23 ao?t 2017, at 09:17, Martin Maechler
>>> <maechler at stat.math.ethz.ch> wrote:
>>>
>>>>>>>> Martin Maechler <maechler at stat.ma...
2007 Jun 06
1
Chow Test
Hello R-users!
I tried to find a package to run a CHOW TEST. As a reference package I found
the STRUCCHANGE package. Do you know if it works well otherwise can you
recommend a different one?
Thanks, Bernd
--
View this message in context: http://www.nabble.com/Chow-Test-tf3878416.html#a10990270
Sent from the R help mailing list archive at Nabble.com.