similar to: How to create separate plots for all combinations of some factors

Displaying 20 results from an estimated 2000 matches similar to: "How to create separate plots for all combinations of some factors"

2009 Apr 24
0
By= levels with the Hmisc summarize function.
Hi, All I have a data frame as follows: > attach(mf) > names(mf) [1] "centre" "complex" "appl" "pool" "month" "alloc_gb" I want to summarize this as follows: agg<-summarize(alloc_gb,by=llist(centre,complex,appl,month),FUN=sum, na.rm=TRUE) That seems to run fine but there something odd about the output. The
2009 Apr 22
1
How to make a time series object from a data frame containing dates.
Hi, All I have a data frame like this. > names(x) [1] "month" "alloc_gb" One of the columns contains the dates I want to use: > data.class(x$month) [1] "yearmon" I would like to make a time series object out of this. However the ts function seems to require me to spell out the starting date. Is there a way to tell ts to use the date column I already
2009 Apr 15
3
How to apply a function to all combinations of the values of 2 or more variables?
Hi, All Forgive me if this is a stupid newbie question. I'm having no luck googling an answer to this, probably because I don't know the right R terminology to frame my question. I want to know how to run an R function on each combination of the values of 2 or more variables. In SAS-speak this is multiple "BY variables" or "CLASS variables". In R I've figured
2008 Aug 20
0
How to concatenate values from a time series and a forecast
Hi, All I have a time series object: o1ts Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 2005 56 58 67 68 69 71 78 78 2006 84 83 86 97 103 123 120 134 131 127 135 137 2007 142 138 141 151 155 173 181 188 195 191 262 273 2008 283 295 311 327 334 340 361 And a forecast derived from it: > o1fa Point Forecast Lo 95 Hi 95 Aug 2009 374
2008 Aug 27
1
Rsync Error Code 23?
Regarding "rsync error code 23" could the below "delete_file: ...file exist" failures cause the error code 23? Or, how can I resolve this as these are the only errors I see in the log files. Thank you! START Tue Aug 26 11:10:12 PDT 2008 /home/filerep/bin/rsync -e /var/openssh/bin/ssh --archive --stats --timeout 3600 fmttcesrv1::tce_data
2012 Jun 20
0
formula method with "special" characters
Dear List, I'm trying to create a formula method, allowing for a "special" character in the formula (i.e., similar to for example the gam package with the character "s" in y ~ s(x)). I've checked and it seems this is done through attr(,"specials"). However, the section of code below (as an example extracted from the gam package) gives me an error as shown at
2006 Jul 16
1
Hmisc xYplot
Dear R community, I am having trouble with a particular plot that I am trying to produce using Hmisc's xYplot function. I've been using primarily lattice and Hmisc packages for my plotting needs for the past few years, with great success. However, what I want to do now with xYplot is plot more than one data trend in the same panel, much as I would use xyplot from package lattice in
2005 May 18
1
[LLVMdev] runtest on cygwin for a gdb built on mingw failed
Hi, as you know dejagnu and expect have not yet been ported to MinGW correctly, so, I need to know how can I run runtest on cygwin for a gdb that was built on mingw Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Dec 17
1
vorbis physical bitstream structure
Hello, could somenone please describe me the vorbis specific physical bitstream structure, as I haven't found any documentation about it. Thank you ******************* Pierre-Henri Quelen phq@laposte.net "Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn)" --- >8 ---- List archives:
2009 Oct 24
3
Need info on vnet mapping to guests
Hello: I have a host running two KVM guests. The guests use br0 and each has a static IP address. I am trying to figure out if there is a way to use snmpd on the host to measure the traffic usage of the guests. I do not want to require anything running on the guests since I do not control them. Looking at netstat -in on the host, I see this info: Kernel Interface table Iface MTU Met
2006 Feb 02
0
Anyone know a good ITSP in Canada that suppo rts *?
There are a number of them, try Comwave, Voxip or Wiztel. Depends on what you need we may also provide it... email me privately if you're interested. Some provide IAX, some only SIP, H323, & MGCP... -----Original Message----- From: hugolivude [mailto:hugolivude@gmail.com] Sent: Thursday, February 02, 2006 7:39 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject:
2006 May 18
2
help
Dear Sir, I’am a frensh student and i’am a new user of the R software. After using the command (x<-read.delim(“clipboard”) to read a spreadsheet of Excel, I want to run the bds test and calculate the Lyapunov exponent. I have charged the R software by the packages tseries and tseriesChaos. when i run bds.test(x,m=2) Unfortunately the R software displays “error in as.vector(x,mode= “double”) :
2006 Jan 23
0
xend fail to start
Hi all, I resintalled my Debian from scratch. I download Xen 3 sources, compiled them, ... I reboot my computer and try to start xend. xend fail to start. My log file contains : jmcaricand@amande:~$ cat xend-debug.log Traceback (most recent call last): File "/usr/sbin/xend", line 111, in ? sys.exit(main()) File "/usr/sbin/xend", line 93, in main return
2005 May 17
0
[LLVMdev] built on mingw and runtest on cygwin
Hi, as you know dejagnu and expect have not yet been ported to MinGW correctly, so, I need to know how can I run runtest on cygwin for a gdb that was built on mingw Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Dec 06
1
packet over several pages
Hello everyone, I'm programming something using ogg vorbis and i was wondering how I could get a packet from a logical bitstream when this packet is over several pages. let's say I made a call to ogg_stream_pagein, then ogg_stream_packetout, but the packet is incomplete and continued in the next page(s). If I get the following page and I call ogg_stream_pagein again, how can i get
2006 May 13
1
apply
Dear Sir, I’am a new user of “R” Software. I thank you very much for this Software. By running the “R” 2.3.0 software I have encountred aproblem: I have downloaded the tseriesChaos package from CRAN. When I try to run any function of the the tseriesChaos package for example, the c2 function the “R” software diplays on the screen ‘error, impossible to find the c2 function). Please help me! What
2006 Jun 01
4
FW: How to create a new package?
Hi, I'm a group of functions and I would like to create a package for load in R. I have created a directory named INE and a directory below that named R, for the files of R functions. A have created the files DESCRIPTION and INDEX in the INE directory. The installation from local zip files, in the R 2.3.0, results but to load the package I get an error like: 'INE' is not a
2006 Dec 12
2
tklistbox...
Hi everyone, I have different listboxes in the same toplevel window. The problem is, if I select (by left clicking) one of those listbox elements, the current selection in the other listboxes is cleared! Anybody knows how I can prevent this? Thanks, --------------------------------------------------- Rita Sousa DME - ME: Departamento de Metodologia Estatística - Métodos Estatísticos INE -
2007 Nov 13
35
XEN - Broadcom issue: survey
I totally agree with Luc Boudreau about this problem. On modern branded server they ALL use Broadcom chipset... I must admit that: a) lot of people are experiencing the problem but can tolerate it or b) someone already experienced this problem and solved it Lets'' approach the problem pragmatically... just start with a survey on the list. ... hope we solve this issue soon. Ivan
2006 Jun 29
0
Sortables question
Hello, I am new to Scriptaculous, and was recently brought into a project using it to create an email Newsletter builder. The idea is that the user will have lists of elements that he can add to the email page by dragging the element he wants to add from an "available sections" container, to a "loaded sections" container. Dragging from the loaded to available will