similar to: Presentation of data in Graphical format

Displaying 20 results from an estimated 900 matches similar to: "Presentation of data in Graphical format"

2009 Nov 18
1
Need help for graphical representation
Hello I am unable to find a graph for my data, My data contains following columns: 1st column: Posts (GM, Secretary, AM, Office Boy) 2nd Column: Dept (Finance, HR, ...) 3rd column: Tasks (Open the door, Fix an appointment, Fill the register, etc.....) depending on the post 4th column: Average Time required to do the task So the sample data would look like Posts Dept
2009 Nov 03
1
Calculate Averages for time data
Hello I have time data which is in hh:mm:ss format and I need to calculate averages for this data. I tried converting the data as integer so that I could calculate the average, but it doesn't serve the purpose. I tried using Chron package also. But I am stuck up as to how to deal with the time data. Please guide me as to how to deal with Time data in R. Thank you in advance Regards Sunita
2009 May 14
2
Importing data into R and combining 2 files
Hello I have to import 2 txt files into R. 1 file contains the data and the other contains the header, column headings, datatypes and labels for the data. I have 2 problems: 1) my data file has mixed type of data e.g. 1 2 3 4 5 3-5 02/04/06 3 4 5 and so on, the data file is tab separated. when I import it, the data is getting stored in one single variable say V1. I need to separate it into rows
2010 Mar 22
3
Mosaic Plots
Hello Everyone I want to plot Moasic Plots, I have tried them using iplots package (using imosaic). The problem is the names dont get alligned properly, is there a way to a align the names and provide legend in Mosaic plots using R? Also I would like to know any other packages using which I can plot Mosaic Plots Thank you in advance Sunita -- View this message in context:
2009 May 24
2
Assigning variable names from one object to another object
Hello I have 2 datasets say Data1 and Data2 both are of different dimesions. Data1: 120 rows and 6 columns (Varname, Vartype, Labels, Description, ....) The column Varname has 120 rows which has variable names such id, age, gender,.....so on Data2: 12528 rows and 120 columns The column names in this case are V1, V2, ......... V120 (which are default names in R when we say head=F in read.csv)
2009 Dec 10
1
barplot and cumulative curve using ggplot2 layers
Hello My dataset is as follows: jobno recruits 1100 18 1200 1 1850 5 2100 190 2789 25 3000 1 . . . . the dataset has 130 rows I want to plot barplot from left side and cumulative curve from right side in one graph itself using layers in ggplot2. I sorted the recruits 1st in decreasing order
2009 Sep 01
1
Re gression - cluster option in STATA
Hello In STATA there is command which has regression with clustering option. Can anyone tell me what is the command for the same in R for example in STATA its regress Height Weight, cluster(id) Thanks in Advance Regards Sunita -- View this message in context: http://www.nabble.com/Regression---cluster-option-in-STATA-tp25241948p25241948.html Sent from the R help mailing list archive at
2010 Feb 09
1
Bar plot
Hello (this might be a very simple question) My data is as follows (table name is student) Year StudentsPassed 1 2000 300 2 2001 360 3 2002 450 4 2003 450 5 2004 270 6 2005 280 7 2006 400 8 2007 270 I want to plot a barplot so for this If I use barplot(students) it says "Error in barplot.default(students) : 'height' must be a vector or a
2020 Sep 08
1
LLVM-HPC2020 Workshop at SC20 - Call for papers - Deadline Extended
Hi, everyone, The paper submission deadline for this year's LLVM in HPC workshop has been further extended to September 14th (AoE). We're looking for a few additional submissions, so if you have anything that could be submitted as a paper by the beginning of next week, please take advantage of this opportunity. If you have any questions, please let me know. SC20 is now a virtual
2010 Jun 17
3
Proxy Access (Manager/Secretary) Best Practices?
I've mostly got our dovecot+postfix+SOGo+openldap open source groupware replacement working the way I want it to; we're replacing GroupWise in our organization and I'm thrilled to be doing it. I'm supporting about 1,000 active staff users (and another 6,000 student accounts). I've got e-mail and calendar sharing working, and it does what it says it will do, but it is (go
2009 Jul 13
0
Fleiss Kappa
Hello Everyone I am calculating Fleiss Kappa, I have 28 raters, 5 Subjects and 5 ratings. The problem is that there are 2 missing values in the data. Would it better to replace those with "0" or should those be omitted? By omission I will be left wit only 3 subjects. and my second problem is that overall agreement comes to zero, whereas the data is not showing agreement to be close
2008 Dec 04
2
[LLVMdev] Data Dependency graph
Hi, I need to generate a data dependancy graph. Is there any functionality available in LLVM which can help me? Or if anyone can point to the correct place? Thanks Nipun Arora Graduate Research Assistant Dept of Computer Science Columbia University -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Dec 04
0
[LLVMdev] Data Dependency graph
On Dec 4, 2008, at 3:07 PM, Nipun Arora wrote: > Hi, > > I need to generate a data dependancy graph. Is there any > functionality available in LLVM which can help me? Or if anyone can > point to the correct place? There are many different forms of dependency graph, do you mean for loop dependencies, load and store dependencies, def/use dependencies, etc? -Chris
2009 Nov 01
1
please help - complicated polymorphic association
I am trying to build a shared-appointment system, where users can subscribe to appointments and be updated whenever changes are made to them. I have three objects in this system, appointments, users, and subscribers. Subscribers are a polymorphic object like so: class Subscriber < ActiveRecord::Base belongs_to :user belongs_to :subscribable, :polymorphic => true end The tricky part is
2013 Apr 26
2
looking for a way to do appointment reminders
Hello, My health care organization is looking for a way to do appointment reminders. We currently have staff members who spend part of each day manually calling patients to remind them of their upcoming appointments, and we would like to automate this process. Our electronic health record software would provide such information as the patient's name, phone number, and day and time of
2006 Mar 29
3
Redirect Post for Hiding ID?
I have a situation where I want to show the user details about an appointment they entered. They enter their name, phone number(s) and other private data in a form. I save that data in the controller with a POST from a "confirmation" page. I could simply show the params when that page is rendered (the save one), but if they use the browser refresh it''ll save the data again.
2008 Sep 02
5
Appending a record to a table
Hi I''m not too sure how best to explain this but here goes! I am trying to write an appointment system. I have, through example, just about got the dynamics correct. Even tried to play with some table joins (and excuse me if I''ve used the incorrect terminlogy). But no matter what I try I can''t seem to get the following code to work. I have a cart filled with Treatment
2010 Nov 09
1
How to fill other fields with RecordSelect
Hello everyone, I am using RecordSelect (http://code.google.com/p/recordselect/) to associate a user to a appointment. The auto-complete have already worked and when I save the appointment the user is associated. But I wold like to get others user''s attributes to show in form when he is selected, link phones and e-mail. So when a user is selected the hidden field id and text fields
2004 May 04
1
How does Norvergence do it ?
So a guy shows up at the the office, after making an appointment with the office manager / receptionist to talk 'phone systems'. After her eyes glaze over, with him talking T1 and Frame-Relay I get to see him. He's from Norvergence. Well dressed. Tells me they can do a T1 for $79, with unlimited local & long distance for free. It also does 'internet'. 'Just give me
2017 Feb 06
2
Call List Campaign to an IVR
> We once developed a reminder system for a customer. He's a cleaning > company, cleaning homes and offices. He was spending two hours a day calling > his customers to remind them of their appointment the next day. Two hours a > day equates to 40 hours a month that he saved with that system. He's been > using it for maybe 6-7 years now and not once was a customer upset