similar to: R cookbook (Re: omit complete cases)

Displaying 20 results from an estimated 300 matches similar to: "R cookbook (Re: omit complete cases)"

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 Jun 19
0
Charts and Graphs
Hi Roland: I'd encourage you to take a look at the following page: http://lilt.ilstu.edu/gmklass/pos138/datadisplay/badchart.htm Best, /Arin Basu >Rau, Roland wrote: > > it might be a bit off-topic but can anyone suggest some online > > material concerning good graph / bad graph examples? > > I imagine something like: > > a) These are the data and this is
2004 Aug 21
1
Cookbook, was Re: [R] R on gentoo amd64, etc.
<ivo_welch-rstat8783@mailblocks.com> writes: > PS: I am still looking for an R wizard who would be interested in > coauthoring an "R cookbook" ala the "perl cookbook" with me... I think I've said it before, but I think such a book ought to coauthor Paul Johnson, whether or not he does any work beyond the Rtips web pages. A few of the tips may need a bit of
2004 Sep 13
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
This has been in the R-admin manual for a least a week, and I reported it here earlier than that. R 2.0.0 alpha does not allow f2c on 64-bit platforms. It's all been dealt with quite awhile ago .... On Sun, 12 Sep 2004 ivo_welch-rstat8783@mailblocks.com wrote: > > from the gentoo folks, on f2c problems with R on 64bit platforms: > > "Config and me finally found the
2004 Aug 21
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
On Sat, 21 Aug 2004 ivo_welch-rstat8783@mailblocks.com wrote: > > peter/brian: thank you for the help. i can now report that gentoo > amd64 can compile R just fine, too; it requires the f77 USE flag and a > gcc compiler rebuild first, though. I also went to gcc 3.4.1. my > segfault troubles earlier were caused by my use of f2c. > > suggestion: would it be possible to
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
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
2003 Jun 03
0
Rtips (was Re: ? building a database with a the great /cookbook
For me as a beginner a cookbook would be welcome. so many great code examples are posted into the help list, but finding these is quite difficult. I think it comes all down to the problem who is compiling / contributing and can judge what should go in. In this respect, Detlef Steuer (suggestion , might be a solution http://fawn.unibw-hamburg.de/cgi-bin/Rwiki.pl?RwikiHome. Frank >
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
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
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
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
2004 Aug 17
2
Re: Thanks Frank, setting graph parameters, and why social scientists don't use R
First, many thanks to Frank Harrell for once again helping me out. This actually relates to the next point, which is my contribution to the 'why don't social scientists use R' discussion. I am a hybrid social scientist(child psychiatrist) who trained on SPSS. Many of my difficulties in coming to terms with R have been to do with trying to apply the logic underlying SPSS, with dire
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
2004 Apr 24
0
letter [Authorize]
Hi, You just sent an email to my glenn@popco.com account, which is now being managed by my Mailblocks spam-free email service. (If you didnt recently send a message to me, please see the Note below*.) Because this is the first time you have sent to this email account, please confirm yourself so you'll be recognized when you send to me in the future. It's simple. To prove your message
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")
2009 Feb 08
0
Instant Rails CookBook Into Full Ajax CookBook
Hello everybody, are there any link in this world that pointed tutorial on how to convert Windows InstantRails CookBook app into a Full Ajax CookBook app, I mean by FULL here is when I need to create a new recipe the page doesn''t fully refresh at all but just partial refreshing and put a new input form in top or the bottom of the list and when the create new recipe button being pressed
2006 Jul 31
1
Ruby Cookbook
Ruby Cookbook is out. I browsed the book today at the bookstore. It looks very good with a section on Rails. There is no review on Amazon yet. Did anyone get a chance to review this book?