similar to: Calculating Summaries for each level of a Categorical variable

Displaying 20 results from an estimated 2000 matches similar to: "Calculating Summaries for each level of a Categorical variable"

2010 Dec 21
1
Coding a new variable based on criteria in a dataset
Hi, I'm a bit stuck and need some help with R code to code a variable F_R based on a combination of conditions. The first condition would code F_R as "F" and would be based on the min(Date) and Min(Time) for each combination of UniqueID & Reason. The second condition would code the variable as "R" as it would be the rest of the data that dont meet the first
2010 Jul 05
4
Data Labels in a barchart (Lattice or otherwise)
Hi, Can anyone please help me with how I could add labels with the value for each bar in a barchart? (similar to how data labels can be added in Excel) I have done a lot of searching but havent been lucky. Thanks, Raoul -- View this message in context: http://r.789695.n4.nabble.com/Data-Labels-in-a-barchart-Lattice-or-otherwise-tp2278027p2278027.html Sent from the R help mailing list archive at
2010 Jun 13
0
Weighted Average application on Summary Dataset
Hi, I have 2 huge datasets - May and Jun - a miniscule sample of one is given below. I am trying to do 2 things with these datasets. I need to verify if the weighted average of variable A for a Reason in Jun is same/different from the same for May. To do this I am first computing the weighted average for each SubReason using a function I wrote. Where I need help is applying the function on both
2005 Apr 13
1
barplot usage
Hi, I?m trying to make a barplot with the following dataframe, with information on relative frequency per sediment type (ST) for some species: Species ST1 ST2 ST3 SP_A 10 60 30 ... At x-axis are (should be ...) the species names and at y-axis the frequency per sediment, in stacked bars. I tried to use barplot command but with no results. Could anyone help me on this? Thanks in
2010 Oct 03
1
Help with panel.text in Lattice - Putting labels for co-oridnates in a plot
Hi, I am trying to create a Lattice dotplot that has the following data graphed. I need to put labels for each of the co-oridnates on the plot. I have managed to get only one label dispalyed as I don't completely understand the "panel.text" function. Can someone please help me? # Sub Reason is a text field that I need to see the volumes for (Vols)
2005 Mar 14
4
How to Flash() a modem line
Hello! I'd like to Flash() a modem line (BRI) with Asterisk. It is a passive ISDN-card connected to a hardware PBX. I use ISDN4Linux. I recognised that unfortunately the Flash() application flashes Zap devices only. Now I am wondering how I could flash Modem/ttyI0. The source code chan_modem.c doesn't contain anything about flashing a modem line. So I tried to simply put the AT-command
2005 Mar 08
1
Dial() out and offer a menu system
Hello all! I'd like my * to call out to somebody and offer the called party a menu system. Everything should just be as if the called party had initiated the call themselves. This is my try: exten => 100,1,Dial(Modem/g1:0555321) exten => 100,2,Goto(mainmenu,s,1) This doesn't really work, because the Dial cmd blocks further execution until the called party hangs up. Next try:
2000 Oct 01
1
barplots with standard deviation
Hello! I'd like to print certain kinds of diagrams with R. They should look like barplots with besides=TRUE, but also have the variance or standard deviation on every bar so that one could better compare the bars. How could I apply this? thanks for your help Raoul -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2009 Aug 12
1
Map of UK Counties - to use in R
Hi, Can anyone help me with either of these: 1) Map of the UK counties that I could use in R? 2) How could I use an existing map for example, a map from here http://www.itraveluk.co.uk/maps/england.html - in R. I need to use a UK map to plot locations on it by lat & long. Would appreciate help on any of these. Thanks, Raoul -- View this message in context:
2006 Dec 07
4
Introduce and noob problem require ''wx''
Dear All, my name is Raoul, this is the first time I post here. I''m a computer scientis and I''m working in bioinformatic''s filed, we have a lot of tools to analyse the data but no good graphic applications to visualize them. So I''m looking for a good framework for my job. I think your motivations on using wxruby are good, most important for me is the
2005 Nov 30
1
Loop within nlme
I am trying to mimic the SAS code below in R. The trick is that each row in the dataset has variable "t" which controls how many times the do-loop below will be iterated (that is, the model is fit to the response, ifate, 0 to t-1 times for each row of data). Is it possible to incorporate a loop like this into nlme by writing a function? Can anybody provide some hints to get me on my
2012 Apr 26
2
Is there a way for telling libvirt to auto define an xml under /etc/libvirt/qemu?
Hi everybody, like in the subject: is there a way for telling libvirt to auto define an xml under /etc/libvirt/qemu? I mean, sometimes it happens to have the /etc/libvirt/qemu shared between nodes, say with a NFS share, since I can set a new xml on a node and I want o see the virtual machine on all the others, is there a way to automate this or am I obligated to launch virsh define <xml> on
2003 Oct 07
1
(PR#4450)
Hello, When I use det() and qr() on complex matrices the result is in some cases indeterministic. The documentation speaks of numeric matrices (and not of complex matrices) but det() uses qr() which should handle complex matrices correctly. I've also tried using only qr() with similar results. det() returns a value that is not the determinant of the complex matrix (in accordance with
2006 Apr 01
2
chan-capi: Sending digits on a bri (isdn) d-channel
Dear asterisk users! I want to control a hardware pbx with asterisk. What I need to do this is being able to press "hold" which can be done with capicommand(hold) and then send digits on a bri card which connects to my asterisk computer. So far I use Dial(CAPI/ISDN1/27:<<digits>>/bo,15) to do this. Are there better ways? Note that these are not dtmf, I'm afraid. I use
2009 Aug 31
1
RE xcel - two problems - Running RExcel & Working Directory error
Hi, I am using RExcel both at work and at home and am facing a couple of challenges. The one at home is that when using RExcel and trying to run any code that involves changing the working directory, I get the following error. Error in command: setwd("C:\\Raoul\\R\\R Maps_UK Maps_Test\\NUTS_03M_2006_SH\\shape\\data")\n cannot change working directory The one at office is more
2005 Sep 02
1
Calculating Goodman-Kurskal's gamma using delta method
Dear list, I have a problem on calculating the standard error of Goodman-Kurskal's gamma using delta method. I exactly follow the method and forumla described in Problem 3.27 of Alan Agresti's Categorical Data Analysis (2nd edition). The data I used is also from the job satisfaction vs. income example from that book. job <- matrix(c(1, 3, 10, 6, 2, 3, 10, 7, 1, 6, 14, 12, 0, 1, 9,
2011 Jun 05
1
tag \href not recognised in rd doc
Hi, I have a trouble trying to use \href in a rd doc. See example below: \references{ \href{http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2702787/}{Vaniscotte A., Pleydell D., Raoul F., Quere J.P., Coeurdassier M., Delattre P., Li T., Qian W., Takahashi K., Weidmann J.C., Qiu J., Giraudoux P. 2009 Modelling and spatial discrimination of small mammal assemblages: an example from western
2005 Aug 16
2
Dots in models formulae
I have seen, several times, dots (like this: "y ~." ) in formula descriptions, noticeably in R help. I am unable to see what it does correspond to. Any ideas ? -- --~~ Toulouse, Grenoble, Auch, Arcachon, B??ziers, Paris, Saragosse, L??vignac Sur Save, habitats naturel du Valdo. ~~-- < http://www.le-valdo.com>
2002 Feb 16
1
Converting from NT DC to Samba DC?
Hi all, I am in the process of setting up a test network to test samba as a DC with the acct information stored in LDAP (2.2.3a). The ultimate goal is to replace the nt4 (P,B)DC we have on the network now with a samba DC. I have read about the uid gid scheme of uid *2+1000 = rid but I am a little confused. If I use pwdump to dump the existing sam database I get numbers like 1036 for the
2005 Jun 17
2
ASTCC Rate Calculation
Good Day Has anybody here looked closely at the call cost calculation in ASTCC? Can you duplicate the way the cost of a call is calculated? I believe that there is an error in the code. I have fixed it, I think and submitted a patch but we need user comments. I would appreciate if anybody involved would slip over to chech out this link on the bugtracker and provide feedback.