Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

33 results for “from:Mahmood Naderan-Tahan”

Working with FactoMineR
Mahmood Naderan-Tahan · Feb 4, 2021 · r-help

OK . Thanks for that. Regards, Mahmood ________________________________ From: Bill Dunlap <williamwdunlap at gmail.com> Sent: Thursday, February 4, 2021 7:06:21 PM To: Mahmood Naderan-Tahan Cc: r-help at r-project.org Subject: Re: [R] Working with FactoMineR This...

Working with violin plot
Mahmood Naderan-Tahan · Mar 31, 2021 · r-help

Yes thank you very much. Regards, Mahmood ________________________________ From: Eric Berger <ericjberger at gmail.com> Sent: Wednesday, March 31, 2021 11:30:48 AM To: Mahmood Naderan-Tahan Cc: r-help at r-project.org Subject: Re: [R] Working with violin...

About Pearson correlation functions
Mahmood Naderan-Tahan · May 30, 2021 · r-help

Thanks. It seems that the differences I saw in some of my data points were related to the number of digits and rounding. Regards, Mahmood ________________________________ From: Bill Dunlap <williamwdunlap at gmail.com> Sent: Sunday, May 30, 2021 7:00:52...

Controling the presentation of violin plot
Mahmood Naderan-Tahan · Mar 31, 2021 · r-help

>Alternatively, plot the y axis in a log scale. Since there are zeros in >the data, scales::pseudo_log_trans, will be used. > >p + geom_dotplot(binaxis='y', stackdir='center', dotsize=1) + > scale_y_continuous( > trans = scales::pseudo_log_trans...

Colorizing different individuals with fviz
Mahmood Naderan-Tahan · Mar 29, 2021 · r-help

Hi Jim, It seems that the following proposed method doesn't work ind <- get_famd_ind(res.famd) fviz_famd_ind(res.famd, col=ifelse(x>10,"red","black"), repel = TRUE) Result is: Error in fviz_famd_ind(res.famd...

Specifying plot file name in the rscript
Mahmood Naderan-Tahan · Mar 9, 2021 · r-help

Right. Thank you very much. Regards, Mahmood ________________________________ From: Ben Tupper <btupper at bigelow.org> Sent: Tuesday, March 9, 2021 2:58:17 PM To: Mahmood Naderan-Tahan Cc: r-help at r-project.org Subject: Re: [R] Specifying plot file...

Colorizing contribution of variables
Mahmood Naderan-Tahan · Mar 21, 2021 · r-help

Yes I am using factoextra. >When you choose the argument "contrib" the colors are based on the >strength of the relationship overall (the length of the arrow), not >the contribution of any individual direction. Then, the question is why the...

Weighted violin chart
Mahmood Naderan-Tahan · Apr 15, 2021 · r-help

Hi again, As a follow up, does anybody know how to fix the following error? It seems that I can use a "weight" parameter in geom_violin, but I am able to figure out what is the problem with the...

Colorizing different individuals with fviz
Mahmood Naderan-Tahan · Mar 29, 2021 · r-help

I understand that I came across this error after that ind <- get_famd_ind(res.famd) fviz_famd_ind(res.famd, col.ind = ifelse(ind>10,"red","black"), repel = TRUE) Error in ifelse(ind > 10, "red", "black") : 'list' object cannot...

Colorizing different individuals with fviz
Mahmood Naderan-Tahan · Mar 30, 2021 · r-help

Thanks Jim, It is now working. Regards, Mahmood ________________________________ From: Jim Lemon <drjimlemon at gmail.com> Sent: Tuesday, March 30, 2021 4:28:50 AM To: Mahmood Naderan-Tahan Subject: Re: [R] Colorizing different individuals with fviz Hi Mahmood, After scanning...

Weighted violin chart
Mahmood Naderan-Tahan · Apr 15, 2021 · r-help

Correct. This one p <- ggplot(mydata, aes(x=V3, y=V1, weight=V2)) + geom_violin(trim=FALSE) works fine. Thank you very much. Regards, Mahmood ________________________________ From: Duncan Murdoch <murdoch.duncan at gmail.com> Sent: Thursday, April 15, 2021 5:24...

Weighted violin chart
Mahmood Naderan-Tahan · Apr 15, 2021 · r-help

It seems that using weight in ggplot has no effect. Also, using weight parameter in geom_violin results in an error. > mydata V1 V2 V3 P1 73.6 5 R P2 75.2 5 R P3 6.5 60 R...

Customizing plot
Mahmood Naderan-Tahan · Feb 5, 2021 · r-help

>No need to post twice.? You probably didn't get an answer the first time >because it was just an hour ago, and you didn't include "mydata" (or a >suitable subset) in your posting.? For the best chance at...

Can't find what you're looking for? Try searching with Google .