similar to: Charts and Graphs

Displaying 19 results from an estimated 19 matches similar to: "Charts and Graphs"

2006 Oct 21
1
pie
Hi, I would like to draw a pie chart. I've already tried out the standard pie-function in the GRAPH-package. My question: is there any 'better' function or package to draw a pie chart. For example I would like to draw a 3D pie chart. Dietrich Tissen
2004 Jul 27
0
Reading SPSS file
Hi Karl: a possible solution: require(foreign) mydata <- read.spss("somedata.sav", use.value.labels = TRUE, to.data.frame = TRUE) ----- for more information, try library(foreign) ?read.spss HTH, Arin Message: 21 Date: Mon, 26 Jul 2004 10:36:33 +0200 (CEST) From: Karl Knoblick <karlknoblich@yahoo.de> Subject: [R] Read SPSS data (*.sav) in R 1.8.0 (ok) and R1.9.1(error) To:
2004 Jul 08
0
R cookbook (Re: omit complete cases)
Hi Ivo: You might check out Paul Jobnson's following page: http://www.ukans.edu/~pauljohn/R/Rtips.html   HTH, Arin On Thu, 08 Jul 2004 ivo_welch-rstat8783@mailblocks.com wrote : > >...I used to use perl for much work, and although there is much to like about it, R seems to be even better for most tasks---except that there is one perl resource that R cannot beat: the Perl Cookbook.
2003 Aug 18
2
3D pie
Hello, is there a function for 3D pie representation in R ? Thanks Klaus-P. -- Dr. Klaus-Peter Pleissner Max Planck Institute for Infection Biology Campus Charit? Mitte Schumannstr. 21/22 D-10117 Berlin Germany phone: +49-30-28460-119 fax: +49-30-28460-507 email: pleissner at mpiib-berlin.mpg.de
2006 Aug 03
1
Strange file upload error
Hi There, So we are having this really strange file upload error. We can upload a file to rails, store it in the DB, and download it again all fine. We also have things set up to allow us to edit the file, and upload a new one to replace the existing file. This functionality works just fine for text files, but fails for microsoft word and PDF files. It''s really strange; we''re
2004 Jul 07
7
Importing an Excel file
Hello, R users, I am a very beginner of R and tried read.csv to import an excel file after saving an excel file as csv. But it added alternating rows of fictitious NA values after row number 16. When I applied read.delim, there were trailing several commas at the end of each row after row number 16 instead of NA values. Appreciate your help. Kyong [[alternative HTML version deleted]]
2004 Jul 18
2
a problem: factors, names, tables ..
Hi all, I am *completely* lost in trying to solve a relatively simple task. I want to compute the relative number of occurences of an event, the data of which sits in a large table (read from file). I have the occurences of the events in a table 'tt' 0 2 10 11 13 14 15 15 6 1 3 8 15 10 .. meaning that event of type '0' occurs 15 times, type '2' occurs 6 times
2004 Feb 16
1
Samba 3.0.2 mapped by Actve Directory
I have spent a while trying to join a samba machine to our university's active directory structure so that allowed users can map to it by simply running \\webserver I was able to join the machine just fine via: net ads join VPSA/UH/UH-_ResComp_Servers/ -U adminname And now I can run wbinfo -u to get a listing of all users on our network. I have the right permissions, because from that
2011 Nov 01
2
Discrepancy with p.value from t.test
Sometimes the p.value returned by t.test() is the same that I calculate using pt() and sometimes it's not. I don't understand the difference. I'm sure there is a simple explanation but I haven't been able to find it, even after looking at the code for t.test.default. I apologize if this is a basic and obvious question. For example: > data(sleep) >
2006 Jan 10
2
Best pratice for this scenario
Hello all, I'm in the middle of the migration of an old web-server to a new CentOS. Let me explain how things work now, I have a group of devs that use the same user to work on the sites, this have a problem because we never know who alter witch file. Most of the files on the old web-server are owned like devuser:apache and in the new one I setup LDAP-Auth to get the real users but the
2009 Mar 15
1
Bug Report Fwd: MANOVA Data (PR#13595)
Hi.? There appears to be a bug in R function manova.? My friend and I both ran it the same way as shown below (his run) with the shown data set. His results are shown below. we both got the same results.? I was running with R 2.3.1. I'm not sure what version he used. Thanks very much, David Booth Kent State University -----Original Message----- From: dvdbooth at cs.com To: kberk at
2016 Oct 23
0
CTDB and locking issues in 4.4.6 (Classic domain)
Alex, On Sat, Oct 22, 2016 at 07:30:01PM +0100, Alex Crow wrote: > I applied the patch to a new build of Sernet 4.4.6 SRPM. I could still > open the file from both hosts, and in fact this time I could actually > open it on the same host without any problems: I don't see where you're opening the file twice from one smbclient below. Am I missing something? And then there's no
2001 Mar 13
0
question on share names
To all, I am hoping that someone can give a lead or answer to my problem. I have two RH linux servers with 2.2.16 kernal and kimberlite failover. Both are configed using Samba 2.07. The smb.conf file is in the cluster directory so that both servers read one conf file. Locks and log files are on shared disk space. What I am seeing is this. Occasionally, and sometimes after failover, my Samba
2016 Oct 23
1
CTDB and locking issues in 4.4.6 (Classic domain)
On 23/10/16 10:00, Ralph Böhme wrote: > Alex, > > On Sat, Oct 22, 2016 at 07:30:01PM +0100, Alex Crow wrote: >> I applied the patch to a new build of Sernet 4.4.6 SRPM. I could still >> open the file from both hosts, and in fact this time I could actually >> open it on the same host without any problems: > I don't see where you're opening the file twice from
2012 Mar 29
1
Data handling/optimum glm method.
Hi there, I am trying to fit a generalised linear model to some loan application and default data. The purpose of this is to eventually work out the probability an applicant will default. However, R seems to crash or die when I run "glm" on anything greater than a 5-way saturated model for my data. My first question: is the best way to fit a generalised linear model in R to fit the
2012 Apr 29
1
CForest Error Logical Subscript Too Long
Hi, This is my code (my data is attached): library(languageR) library(rms) library(party) OLDDATA <- read.csv("/Users/Abigail/Documents/OldData250412.csv") OLDDATA$YD <- factor(OLDDATA$YD, label=c("Yes", "No"))? OLDDATA$ND <- factor(OLDDATA$ND, label=c("Yes", "No"))? attach(OLDDATA) defaults <- cbind(YD, ND) set.seed(47) data.controls
2016 Oct 22
5
CTDB and locking issues in 4.4.6 (Classic domain)
Hi Ralph, I applied the patch to a new build of Sernet 4.4.6 SRPM. I could still open the file from both hosts, and in fact this time I could actually open it on the same host without any problems: host 1: smbclient -U ajc //172.31.0.120/ifa_v ... smb: \jmi\Corporate Accounting\ISL Ltd Accounts\2016\1609\> open "201609 213_ ISL Balance sheet variance analysis.xls" open file
2002 Oct 15
2
Being Administrator on a Samba Domain
Hello all: I am in the process of implementing a Samba Primary Domain controller and I have a few questions that I can't yet resolve. First off, how can I set it so that when I log in to a computer on the domain as my username, "ajc", that I gain Administrator rights to that PC? Second, in Windows 2000 Pro I almost always go into Start>Settings>Control
2012 Mar 29
2
How to improve, at all, a simple GLM code
Hi There, I am trying to fit a logit model to some data in a CSV file in R. Here is my code: Prepared_Data = read.csv("Prepared_Data.csv", header=TRUE) Prepared_Data attach(Prepared_Data) lrfit<-glm(C3~A1*B2*D4*E5,family = binomial) anova(lrfit, test="Chisq") write.csv(anova(lrfit, test="Chisq"), file="CWModelA.csv") shell.exec("CWModelA.csv")