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.

13 results for “from:Andrés Aragón”

fractal image analysis
Andrés Aragón · Dec 19, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111219/487334eb/attachment.pl>

Analysis of Variance
Andrés Aragón · Nov 29, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121129/dbdcea40/attachment.pl>

Rcmdr help
Andrés Aragón · Aug 26, 2011 · r-help

Hi, please help me, I want to have a functional Rcmdr but after install as indicated in: http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/installation-notes.html obtain the following: Loading Tcl/Tk interface ... done Loading required package: car Loading...

PCA on SNP genotypes
Andrés Aragón · Mar 3, 2016 · r-help

Mohsen, Check at Bioconductor. Andr?s > El 03/03/2016, a las 9:43, Mohsen Jafarikia <jafarikia at gmail.com> escribi?: > > Hello everyone: > > I have about a couple of thousands of samples each with about 100 SNP > genotypes and I...

extract data for specific levels factor
Andrés Aragón · Oct 25, 2011 · r-help

Dear all, I'm trying to analyze data with the following structure: ind cat tx age 40.2 por fol peq vh 35 41.9 por fol med vh 35 68.9 por fol preov vh 35 71.5 por...

locating boxplot in bwplot (lattice)
Andrés Aragón · Feb 24, 2013 · r-help

Hi Elaine, In your dataset create a vector with the order in which you want appear the levels, then use that vector in the argument "reorder". Andr?s AM El 24/02/2013, a las 00:59, Elaine Kuo <elaine...

Working with FactoMineR
Andrés Aragón · Feb 4, 2021 · r-help

Hi, Could you send a sample of your data frame? Andr?s > El 4 feb 2021, a las 7:07, Mahmood Naderan-Tahan <mahmood.naderan at ugent.be> escribi?: > > Hi, > > I tried to run the HCPC example [1] in the...

making a plot
Andrés Aragón · Oct 20, 2014 · r-help

Enrico, This may help you: text(locator(1), "*", cex=1.5,adj=0.5 and text(locator(1), "?", cex=1.5,adj=0.5 Draw your plot, then write the code, locate the cursor on your plot, put the symbols...

Question about ggplot2 and stat_smooth
Andrés Aragón · Oct 3, 2011 · r-help

Hi, Try some like this: c <- ggplot(mtcars, aes(qsec, mpg, colour=factor(cyl))) c + stat_smooth(aes(group=cyl))+stat_smooth(aes(fill=factor(cyl)))+geom_point() Andr?s AM 2011/10/3, Thomas Adams <Thomas.Adams at noaa...

Help with abs function
Andrés Aragón · Jun 14, 2015 · r-help

Hi, Just do the following: > tran<-c(7.2) > tgrid<-c(7.1,7.4,7.3,7.1,7.3) > tgrid<-tgrid-tran > tgrid [1] -0.1 0.2 0.1 -0.1 0.1 > abs(tgrid[tgrid>0...

extract data for specific levels factor
Andrés Aragón · Oct 26, 2011 · r-help

Dear all, Thanks for your help. Option of Sarah and Dan is just what I want: ff1<-mydata[mydata$cat%in%c(?wish1?, ?wish2?, ?wish3?),] Then I used ff1 in ggplot2 without problems. Option of Dennis (reshape2) does produced an...

labels in a boxplot
Andrés Aragón · Oct 12, 2011 · r-help

Francesco, Try cex.axis=0.6 Regards, Andr?s AM 2011/10/12, Francesco Sarracino <f.sarracino at gmail.com>: > Dear R-listers, > > I have a little problem with a boxplot and I hope you can help me figuring > it...

Arranging two different types of ggplot2 plots with axes lined up
Andrés Aragón · Apr 18, 2013 · r-help

Hi Saalem, Check the following: http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/ Regards, Andr?s AM El 18/04/2013, a las 09:47, Saalem Adera <saalemadera at gmail.com> escribi?: > Hi all, > > I want...

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