[R] [R-pkgs] GmooG, ChessGmooG, FilmsGmooG, ComradesM

2024-09-25 Thread Antony Unwin
Dear all, GmooG, ChessGmooG, FilmsGmooG, ComradesM are dataset packages accompanying my book “Getting (more out of) Graphics” (CRC Press 2024). They are now available on CRAN. R code producing the graphics in the book will be put online in a few weeks. Regards Antony Professor Antony

Re: [R] Adding a legend to a (multi-facet) plot produced by ggplot().

2019-12-01 Thread Antony Unwin
lour=type, shape=type)) + geom_point() + geom_abline(intercept=3, slope=2) + facet_grid(rows=vars(type), cols=vars(grp)) + scale_colour_manual(values=c("blue", "red")) + scale_shape_manual(values=c(20,3)) Antony Unwin University of Augsburg, Germany > From: Rolf Turne

[R] [R-pkgs] OutliersO3 version 0.5.3 released

2018-02-07 Thread Antony Unwin
rate the use of the package. Queries, comments, suggestions are welcome. Thanks to Michael Friendly, Tae-Rae Kim, Nina Wu, and, in particular, Bill Venables for their comments on the old version. Regards Antony Professor Antony Unwin Mathematics Institute, University of Augsburg, 86135 Augsb

[R] [R-pkgs] The OutliersO3 package is now on CRAN

2017-09-28 Thread Antony Unwin
and a video of a talk on O3 plots from useR!: https://channel9.msdn.com/events/useR-international-R-User-conferences/useR-International-R-User-2017-Conference/When-is-an-Outlier-an-Outlier-The-O3-plot?term=unwin Queries, comments, suggestions are welcome. Regards Antony Professor Antony

[R] R Course in Dublin (May 24th-May 26th, 2017) Introductory -> Modern

2017-04-19 Thread Antony Unwin
An R course from introductory to modern will be given by Louis Aslett (Durham University, author of the packages PhaseType and ReliabilityTheory) and Antony Unwin (author of the book “Graphical Data Analysis with R” CRC Press 2015 http://www.gradaanwr.net <http://www.gradaanwr.net/>)

[R] R Course in Dublin (January 30th-February 1st, 2017) Intoductory -> Modern

2016-11-27 Thread Antony Unwin
An R course from introductory to modern will be given by Louis Aslett (Oxford University, author of the packages PhaseType and ReliabilityTheory) and Antony Unwin (author of the book “Graphical Data Analysis with R” CRC Press 2015 http://www.gradaanwr.net <http://www.gradaanwr.net/>)

[R] R Course in Dublin (July 20th-22nd, 2016) Intoductory -> Modern

2016-05-24 Thread Antony Unwin
An R course from introductory to modern will be given by Louis Aslett (Oxford University, author of the packages PhaseType and ReliabilityTheory) and Antony Unwin (author of the book “Graphical Data Analysis with R” CRC Press 2015 http://www.gradaanwr.net). The course will be offered again on

[R] Matrix-free fused lasso

2016-02-16 Thread Antony Lee
ach). Any pointers would be welcome. Thanks! Antony [[alternative HTML version deleted]] __ 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-p

[R] R Course in Dublin (February 3rd-5th)

2016-01-05 Thread Antony Unwin
The course will be given by Louis Aslett (Oxford University, author of the packages PhaseType and ReliabilityTheory) and Antony Unwin (author of the book “Graphical Data Analysis with R” CRC Press 2015). Details at http://insightsc.ie/training/r-statistical-software/ <http://insightsc

[R] R Course in Dublin (September 14-16)

2015-07-21 Thread Antony Unwin
Details at http://insightsc.ie/training/r-statistical-software/ <http://insightsc.ie/training/r-statistical-software/> Antony Unwin University of Augsburg, Germany and Insight Statistical Consulting, Dublin, Ireland [[alternative HTML version d

[R] R Course in Dublin (April 15-17)

2015-03-19 Thread Antony Unwin
Details at http://insightsc.ie/training/r-statistical-software/ Antony Unwin University of Augsburg, Germany and Insight Statistical Consulting, Dublin, Ireland __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https

[R] R - Need Help : Using R's qcc package in .Net Appln

2014-04-15 Thread antony romar
executing this in R it produces a plot in R. 3. My Query : Is there any way to include/add/reference qcc packge in .Net Application. Sample Example on this will be greatly appreciated. Regards,Antony [[alternative HTML version deleted

Re: [R] Select csv files by choosing datetime

2013-07-23 Thread Akkara, Antony (GE Power & Water, Non-GE)
th, pattern = "*.csv", all.files = FALSE, : could not find function "file.info<-"] But how can I get filenames along with path which is created between(modified date) two date/time. Thanks Antony. -Original Message- From: Akkara, Antony (GE Energy, Non-GE) Sent

Re: [R] Select csv files by choosing datetime

2013-07-23 Thread Akkara, Antony (GE Power & Water, Non-GE)
Hi, I tried with file.info() . But how can I get a set of filenames with path which is created between two date/time. Thanks, Antony. -Original Message- From: Jim Holtman [mailto:jholt...@gmail.com] Sent: Monday, July 22, 2013 4:23 PM To: Akkara, Antony (GE Power & Water, Non-GE

Re: [R] Month Difference

2012-09-07 Thread Akkara, Antony (GE Energy, Non-GE)
Yes. Its working fine. We need to convert to "as.Date" thatz all. Thank you Petr. -Original Message- From: PIKAL Petr [mailto:petr.pi...@precheza.cz] Sent: Friday, September 07, 2012 3:42 PM To: Akkara, Antony (GE Energy, Non-GE); r-help@r-project.org Subject: RE: [R] Month

Re: [R] Create and Assign value into a variable from Another variable

2012-08-28 Thread Akkara, Antony (GE Energy, Non-GE)
t;[this was the 1st requirement, now I got the solution] Now, " MyDataFrame " is a variable and containing some values in that. And Now, the problem what is I need to do "rbind" into the variable " MyDataFrame ". I tried to do, rbind(as.character(Variable_1), data.frame(

[R] FW: Create and Assign value into a variable from Another variable

2012-08-28 Thread Akkara, Antony (GE Energy, Non-GE)
a.frame(read.csv("c:\\My2ndData.csv"))) and I tried this too rbind(as.name(Variable_1), data.frame(read.csv("c:\\My2ndData.csv"))) and I getting the error like Error: " object of type 'symbol' is not subsettable " Here I am getting stuck ! - Thanks Antony

Re: [R] ERROR : cannot allocate vector of size (in MB & GB)

2012-08-07 Thread Akkara, Antony (GE Energy, Non-GE)
How is possible to split a .csv file in terms of size (in KiloByte) ? -Original Message- From: jim holtman [mailto:jholt...@gmail.com] Sent: Tuesday, July 24, 2012 11:30 PM To: Akkara, Antony (GE Energy, Non-GE) Cc: r-help@r-project.org Subject: Re: [R] ERROR : cannot allocate vector

Re: [R] ERROR : cannot allocate vector of size (in MB & GB)

2012-07-25 Thread Akkara, Antony (GE Energy, Non-GE)
Thank you Jim. Its working fine !. Thanks a lot. - Antony. -Original Message- From: jim holtman [mailto:jholt...@gmail.com] Sent: Tuesday, July 24, 2012 11:30 PM To: Akkara, Antony (GE Energy, Non-GE) Cc: r-help@r-project.org Subject: Re: [R] ERROR : cannot allocate vector of size (in

[R] Bill Veanables Workshop

2012-06-07 Thread Antony Unwin
h.uni-augsburg.de/termin/R-workshop.html Organised by the Department of Computer-Oriented Statistics and Data Analysis, University of Augsburg Antony Unwin un...@math.uni-augsburg.de [[alternative HTML version deleted]] __ R-help@r-projec

Re: [R] Separate Array Variable Content

2012-06-01 Thread Akkara, Antony (GE Energy, Non-GE)
F 40 50 60 F F F 70 80 90 F F T Can I get an immediate reply ? - Thanks Antony.

[R] phone number extraction

2012-04-26 Thread antony
Hi, How can I extract the phone numbers( consecutive 10 digits or in a pattern like 3digits-3digits-4digits) from a verbatim? Thanks in advance for any help... Antony -- View this message in context: http://r.789695.n4.nabble.com/phone-number-extraction-tp4591802p4591802.html Sent from the R

Re: [R] Contingency table in R

2011-03-02 Thread Antony Raj
Hi Laura and R users, I would like to know whether we can do siginificance test between Column Yes and Column No. Any one tried? I have seen it in Tabulaiton software packages from our vendors and in SPSS Custom Table. Thanks, On Wed, Mar 2, 2011 at 7:43 PM, Laura Clasemann wrote: > > Hi, > >

[R] Re. When is *interactive* data visualization useful to use?

2011-02-11 Thread Antony Unwin
lt or impossible to find analytically. Have a look at Interactive Graphics for Data Analysis: Principles and Examples by Martin Theus and Simon Urbanek (Chapman & Hall). There are some excellent explanations and case studies there. I could go on (and on), but what you really need is a good

Re: [R] Where has the stats-rosuda-devel mailing list gone?

2010-05-18 Thread Antony Unwin
Oliver, Apologies for the confusion, there was a server upgrade in the computer centre here which gave us some grief. The list should be fine now. Best regards Antony Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Augsburg

Re: [R] Visualizing binary response data?

2010-05-05 Thread Antony Unwin
necessarily the method of choice to select your predictor variables, as Frank Harrell has pointed out. It is also sensible not to rely on modelling alone. Graphic displays can help you better understand your data and models. The two approaches are complementary. Antony Unwin University of

Re: [R] pairs plots in R

2008-10-20 Thread Antony Unwin
; for some ideas. Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Augsburg, 86135 Augsburg, Germany Tel: + 49 821 5982218 > > From: "Sharma, Dhruv" <[EMAIL PROTECTED]> > Date: 19 October 2008 10:58:53 pm GM

Re: [R] Using interactive plots to get information about data points

2008-08-27 Thread Antony Unwin
variables of current interest. This means that selecting a point highlights it in all displays and you can see or query the corresponding values. Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Augsburg, 86135 Augsburg, Germ

Re: [R] History pruning

2008-08-01 Thread Antony Unwin
JGR's "Copy Commands" command works well for me (even if it is both fascinating and embarrassing how little is sometimes left over). It retains only commands that worked, so it is still not the minimum possible. Antony Unwin Professor of Computer-Oriented Statistics an

Re: [R] Datasets in R

2008-05-30 Thread Antony Unwin
data are well fit with linear models, the residuals are normal and there is no sign of heteroscedacity. That sounds a very unusual set of examples! Best Antony > From: Roland Rau <[EMAIL PROTECTED]> > Date: 30 May 2008 12:23:17 AM GMT+02:00 > To: Carlos López <[EMAIL PROTECTE

[R] R outside of universities

2008-05-24 Thread Antony Unwin
just how widely R is used, where it is used most (and where least or not at all). Does anyone have a good overview? Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Augsburg, 86135 Augsburg, Germany Tel: + 49 821 5982218 [EMAIL PROT

Re: [R] Response to R across the university + Eddie Izzard Bonus

2008-04-19 Thread Antony Unwin
On 19 Apr 2008, at 12:01 AM, Peter Dalgaard wrote: > Antony Unwin wrote: >> >>> A couple other maybe not all that trivial things to do is to >>> improve the data import (it is losing out on most of the things >>> that I tried) >> >> Now what

Re: [R] Response to R across the university

2008-04-18 Thread Antony Unwin
On 18 Apr 2008, at 6:42 pm, Peter Dalgaard wrote: > Antony Unwin wrote: >> ... >> >> The course itself went very well. We encouraged people to bring >> their laptops and work in groups. Using JGR as the interface to R >> helped a lot, as it was easier

[R] Response to R across the university

2008-04-12 Thread Antony Unwin
ng a good impression. Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Augsburg, 86135 Augsburg, Germany Tel: + 49 821 5982218 http://stats.math.uni-augsburg.de/ [[alternative HTML version deleted]]

Re: [R] Quick question: Does this graph have a name?

2008-03-30 Thread Antony Unwin
ants might be the best, either multiple barcharts or a fluctuation diagram. Why don't you make your data available, tell us what you want to show, and let all of us have a go? Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Aug

Re: [R] Spidergram

2008-03-05 Thread Antony Unwin
A parallel coordinate plot would do fine. Load the package iplots and then use the command ipcp(x1, x2,...) Antony Unwin __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

[R] "Raw" histogram plots

2008-03-01 Thread Antony Unwin
x27;s distribution is not a good idea. A couple of people suggested estimating the density. That may miss roundings, discretisation or other odd structures. We should never underestimate what Peter Huber called "the rawness of raw data". Antony Unwin Professor of Computer-Oriented Stat

Re: [R] Scatterplot Showing All Points

2007-12-18 Thread Antony Unwin
ot made the boxes too large to fit in their cells, > but it fixed itself when I resized the window, and the bug doesn't > seem to be repeatable. Thanks. This happens occasionally on the Mac too. Refreshing solves it in practice, but we need to find out why it can happen (and stop

Re: [R] Scatterplot Showing All Points

2007-12-18 Thread Antony Unwin
iagram variant of a mosaic plot: xx<-as.factor(x) yy<-as.factor(y) imosaic(xx,yy, type="f") Using jittering for categorical data is really not to be recommended and will certainly degrade in performance as the dataset gets bigger. Antony Unwin Professor of Computer-Oriented

Re: [R] Scatterplot Showing All Points

2007-12-18 Thread Antony Unwin
must admit to being very surprised that jittering and sunflower plots have been suggested for a dataset of 5000 points. Do those who mentioned these methods have examples on that scale where they are effective?) Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Unive

Re: [R] Packages - a great resource, but hard to find the right one

2007-11-24 Thread Antony Unwin
re what > it gains the wider community A review would help the wider community more and that should be the aim. Naturally authors would benefit as well. > (apart from having better software). Ah, that would be nice. Antony Unwin Professor of Computer-Oriented Statistics and

Re: [R] Packages - a great resource, but hard to find the right one

2007-11-23 Thread Antony Unwin
Apologies for JSS's webpage being down to-day, Jan de Leuw tells me it's something to do with Thanksgiving weekend. Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Augsburg, Germany [[alternative HTML version del

Re: [R] Packages - a great resource, but hard to find the right one

2007-11-23 Thread Antony Unwin
he initial infrastructure > is geared at addressing problems rather than packages. We should differentiate between rave reviews of features that just happened to be very useful to someone and reviews of a package as a whole. Both have their place and at the moment we don't have either.

Re: [R] Packages - a great resource, but hard to find the right one

2007-11-22 Thread Antony Unwin
re lots of packages. As the software editor of the Journal of Statistical Software I suggested we should review R packages. No one has shown any enthusiasm for this suggestion, but I think it would help. Any volunteers? Antony Unwin Professor of Computer-Oriented Statistics and Dat

Re: [R] Tart charts

2007-10-08 Thread Antony Unwin
plots, but this isn't one of the better ones. A multiple barchart looks good here. I did like your idea of using colours, it emphasised the number of women with dark blue hair. Antony [[alternative HTML version deleted]] __ R-help@r-

Re: [R] sprucing up the R homepage

2007-09-29 Thread Antony Unwin
able distance. I liked Hadley's comment. It struck me as fortun(at)e. Antony Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Augsburg, 86135 Augsburg, Germany [[alternative HTML version deleted]] ___

Re: [R] sprucing up the R homepage

2007-09-27 Thread Antony Unwin
th data (swiss) and then ipcp(swiss). So maybe someone should suggest graphics from another dataset to adorn the webpage and demonstrate R's graphics capabilities. Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Augsburg,