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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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'
18 matches
Mail list logo