Re: [R] Finance & R

2020-12-23 Thread Eric Berger
Hi Ben, A few comments: 1. you might want to also post this question to the more focused group r-sig-finance 2. as Duncan writes, it would be helpful if you included some topics that are not covered in the packages you mentioned 3. in my experience, the authors/maintainers of the packages you

Re: [R] Finance & R

2020-12-23 Thread Duncan Murdoch
On 23/12/2020 1:52 p.m., Dr Eberhard W Lisse wrote: Joshua, there may be some cultural differences in play, some people are direct, some don't like the American passive aggressiveness, and then English may not be the first language of a poster. A package may be a bit outdated, or not. If so, it

Re: [R] Finance & R

2020-12-23 Thread Dr Eberhard W Lisse
Joshua, there may be some cultural differences in play, some people are direct, some don't like the American passive aggressiveness, and then English may not be the first language of a poster. A package may be a bit outdated, or not. If so, it in itself means nothing other than that it is a bit o

Re: [R] Finance & R

2020-12-23 Thread Sarah Goslee
CRAN Task Views, available thru your favorite mirror, are very useful for this sort of question. There's a Finance task view, and others of possible interest. R being Open Source, you can also implement the LatestGreatest yourself, or hire a programmer, if the available tools aren't to your taste.

Re: [R] Finance & R

2020-12-23 Thread Joshua Ulrich
Hi Ben, It's not very polite to call people's work "outdated", especially when given to you for free. Those packages have been around and stable for the better part of a decade, will remain stable, are actively maintained, and all work well together to form a comprehensive suite of tools for fina

[R] Finance & R

2020-12-23 Thread Ben van den Anker via R-help
Hello everyone,  Could anyonre recommend some good resources for finance applications in R? I find the packages quantmod, TTR and PerformanceAnalytics a bit outdated. There must be something more recent on the market. Any suggestions will be much appreciated!  Cheers,  Ben van den Anker

Re: [R] error in installing limma

2020-12-23 Thread Ayushi Dwivedi
please find the attached doc which contains error while installing limma.. *Ayushi Dwivedi* *Ph.D. Scholar* *Dept. of Biotechnology & Bioinformatics,* School of Life Sciences, University of Hyderabad, Hyderabad - 500046 ( India ). Phone No. :- +91 - 8858037252 Email Id :- ayushi.crea...@gmail.co

Re: [R] error in installing limma

2020-12-23 Thread Ayushi Dwivedi
hey.. I used this command to install limma but after running sometime it terminated with error "installation of package ‘limma’ had non-zero exit status". if (!requireNamespace("BiocManager", quietly = TRUE)) + install.packages("BiocManager") > BiocManager::install("limma") *Ayushi Dwivedi* *Ph

Re: [R] cooks distance for repeated measures anova

2020-12-23 Thread Tom Woolman
Hi Dr. Pedersen. I haven't used cook's on an aov object but I do it all the time from an lm (general linear model) object, ie.: mod <- lm(data=dataframe) cooksdistance <- cooks.distance(mod) I *think* you might be able to simulate an aov using the lm functon by selecting the parameter in

Re: [R] FInd packages in need of Update (like RStudio)

2020-12-23 Thread Dr Eberhard W Lisse
Or rather Rscript -e 'local({r <- getOption("repos");r["CRAN"] <- "https://cloud.r-project.org/";options(repos = r)});update.packages(dependencies = TRUE, ask=FALSE)' as a one liner :-)-O el On 2020-12-23 17:59 , Dr Eberhard W Lisse wrote: > Thanks, > > update.packages(dependenci

[R] cooks distance for repeated measures anova

2020-12-23 Thread Walker Scott Pedersen
Hi all, Is there a way to get cook's distance for a repeated measures anova? Neither cooks.distance or CookD from the predictmeans package seem to allow for this. For example, if I have the model data(iris) mod<-aov(Sepal.Length ~ Petal.Length + Petal.Width + Error(Species), data=iris) both

Re: [R] FInd packages in need of Update (like RStudio)

2020-12-23 Thread Dr Eberhard W Lisse
Thank you, but the RFTM suggestion helped me even more :-)-O greetings, el On 2020-12-23 17:06 , Sarah Goslee wrote: > Does update.packages() meet your needs? > > > Sarah > > On Wed, Dec 23, 2020 at 9:39 AM Dr Eberhard W Lisse wrote: >> >> Hi, >> >> does anyone know how one would look which

Re: [R] FInd packages in need of Update (like RStudio)

2020-12-23 Thread Dr Eberhard W Lisse
Thanks, update.packages(dependencies = TRUE, ask=FALSE) does what I want. greetings, el On 2020-12-23 17:30 , Deepayan Sarkar wrote: > On Wed, Dec 23, 2020 at 8:09 PM Dr Eberhard W Lisse wrote: >> >> Hi, >> >> does anyone know how one would look which packages require an update >> (lik

Re: [R] FInd packages in need of Update (like RStudio)

2020-12-23 Thread Deepayan Sarkar
On Wed, Dec 23, 2020 at 8:09 PM Dr Eberhard W Lisse wrote: > > Hi, > > does anyone know how one would look which packages require an update > (like the Tools -> Update Packages) but can do it from R (ie Rscript) or > any other way from the command line (on the MAc) ? old.packages Best, -Deepayan

Re: [R] FInd packages in need of Update (like RStudio)

2020-12-23 Thread Jeff Newmiller
This is not normally something one would apply automatically, as it can break existing code. But wouldn't?update.packages be the obvious choice interactively? On December 23, 2020 6:38:41 AM PST, Dr Eberhard W Lisse wrote: >Hi, > >does anyone know how one would look which packages require an upd

Re: [R] FInd packages in need of Update (like RStudio)

2020-12-23 Thread Sarah Goslee
Does update.packages() meet your needs? Sarah On Wed, Dec 23, 2020 at 9:39 AM Dr Eberhard W Lisse wrote: > > Hi, > > does anyone know how one would look which packages require an update > (like the Tools -> Update Packages) but can do it from R (ie Rscript) or > any other way from the command l

[R] FInd packages in need of Update (like RStudio)

2020-12-23 Thread Dr Eberhard W Lisse
Hi, does anyone know how one would look which packages require an update (like the Tools -> Update Packages) but can do it from R (ie Rscript) or any other way from the command line (on the MAc) I would like to build this into my update script which currently does brew, cpan and pip3 :-)-O greet

Re: [R] error in installing limma

2020-12-23 Thread Martin Morgan
Show the entire command and output. I have > BiocManager::install("limma") Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.3 (2020-10-10) Installing package(s) 'limma' trying URL 'https://bioconductor.org/packages/3.12/bioc/src/contrib/limma_3.46.0.tar.gz' Content type 'application/x-gzip'