[R] Intuition behind time varying parameters regression model.

2019-04-24 Thread Ashim Kapoor
Dear All, I have a query which I have posted on Stack Exchange:- https://stats.stackexchange.com/questions/404353/do-all-parameters-have-to-have-the-same-nature-in-a-structural-change-test Can some one here please have a look at this ? I posted but I did not receive any reply. Many thanks,

Re: [R] Read_fwf in package readr, double vs. numeric

2019-04-24 Thread Sarah Goslee
And just for thoroughness, I meant that it works in readr 1.3.1, as my sessionInfo (but not what I typed myself) said. Sorry for the typo, but I'm glad it solved your problem nonetheless. Sarah On Wed, Apr 24, 2019 at 11:38 AM Doran, Harold wrote: > > Thank you, Sarah. Seems that updating to a

Re: [R] Read_fwf in package readr, double vs. numeric

2019-04-24 Thread Doran, Harold
Thank you, Sarah. Seems that updating to a newer version does indeed solve that problem. For completeness, below is the version in which it seems to work properly and below is the version in which I observe the problem I described. > sessionInfo() R version 3.5.3 (2019-03-11) Platform:

Re: [R] Read_fwf in package readr, double vs. numeric

2019-04-24 Thread Sarah Goslee
Hi, I can't reproduce your problem: with readr 1.1.1 on linux, it works as expected. Letting read_fwf guess the types also works fine. (See below.) If you aren't running the current version of readr, update and retry. If you are, then we probably need more info, at least sessionInfo(). Sarah

[R] Read_fwf in package readr, double vs. numeric

2019-04-24 Thread Doran, Harold
Suppose I have the following data sitting in a fwf file 'foo.txt'. The point of this email is to ask the group how to properly read in the value in this pseudo-data "1e-20" using the read_fwf function in the package readr. 11e-201043 1712201043 1912201055 First, suppose I do it this way, where

[R] (no subject)

2019-04-24 Thread Mahnoor Malik
[[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide