Re: [R] How prevent update of a package

2019-12-05 Thread Amit Mittal
Just install Older R from the project R archives in a separate directory Best Regards Please excuse the brevity of the message. This message was sent from a mobile device. From: R-help on behalf of Marc Girondot via R-help Sent: Friday, December 6, 2019 1:09

Re: [R] Tidyverse data frame conversion from monthly to annual

2019-03-03 Thread Amit Mittal
Try using time series objects in xts. Should be easy. At worst once the xts object is automatically arranged by date you have to note the row numbers for each year period and I think data would be ok to handle unless it is more than 30-40 years when you would look up other xts options. Xts objec

[R] Issues with R3.5.2

2018-12-24 Thread Amit Mittal
It asks you when you install packages after loading the current workspace TYPICALLY WHEN CORE PACKAGES ARE NOT SUFFICIENT BR Amit Amit Mittal 5th year - PhD in Finance and Accounting IIM Lucknow http://ssrn.com/author=2665511 *Top 10%, downloaded author since July 2017 From: Janh Anni

Re: [R] SVAR: error message

2018-10-23 Thread Amit Mittal
I had no problem using svar () I think you should try the code examples in the var package PDF by the authors, the research has since been quoted successfully Amit Mittal PhD in Finance and Accounting (tbd) IIM Lucknow http://ssrn.com/author=2665511 *Top 10%, downloaded author

Re: [R] GLM Model Summary

2018-10-16 Thread Amit Mittal
.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 commented, minimal, self-contained, reproducible code. > -- __

Re: [R] keeping github packages up to date

2018-10-12 Thread Amit Mittal
phone. Please excuse my brevity. > > __ > 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 &g

Re: [R] Package updates for new versions

2018-10-11 Thread Amit Mittal
with git or other software development repositories. > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and > sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On

Re: [R] Package updates for new versions

2018-10-11 Thread Amit Mittal
.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- __ Amit Mittal Pursuing Ph.D. in Finance and Accounting Indian Ins

Re: [R] R - Reading a horizontally arranged csv file, replacing values and saving again

2018-10-01 Thread Amit Mittal
You can just transpose in xl and read the regular form. Also use na.omit(data) and is.na() to replace na with 0 or remove rows with na data items Amit Mittal PhD in Finance and Accounting (tbd) IIM Lucknow http://ssrn.com/author=2665511 *Top 10%, downloaded author since July 2017

Re: [R] Efficient way of loading files in R

2018-09-07 Thread Amit Mittal
> __ > 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 commented, minimal,

Re: [R] Bitbucket code

2018-08-29 Thread Amit Mittal
I stumbled upon `remotes` and that is based on `devtools` but it fails because RTOOLS haven't been upgraded for 3.5.1 Sorry about posting twice and I am pretty sure I added this detail in another msg which will also be released by the moderator q yet :x Amit Mittal Sent fr