similar to: read table not reading lines containing single quotes

Displaying 15 results from an estimated 15 matches similar to: "read table not reading lines containing single quotes"

2004 Aug 09
1
linear regression
Dear Consultant I've done linear regression successfully on R a few times before. But this time it keeps telling me:- "Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : 0 (non-NA) cases" The model is:- fm1 <- lm(TS.CM ~ AGE + SEX + HFE.Y.01 + TFC2B.01 + HFE.Y.01*TFC2B.01, data = IRONresults, subset = DIAG2.1D == 0) summary (fm1) TS.CM is a
2018 Dec 03
0
Positions at GMI, Dublin, Ireland
Dear mailing list, Genomics Medicine Ireland is opening new positions for our bioinformatics team. The team will analyse the ?omics data produced at GMI, which currently includes disease cohorts such as IBD, Multiple sclerosis, Alzheimer's, rare diseases, cancer and recently we have opened programs in diabetes and asthma. Our work will also focus on ancestry related topics, namely how
2012 Feb 07
1
lme, lmer, convergence
Hello, all, I am running some simulations to estimate power for a complicated epidemiological study, and am using lme and lmer to get these estimates. I have to run a few thousand iterations, and once in a great while, an iteration will create fake data such that the model won't converge. I see from Google searches that this is not an uncommon situation. My question: is there a way to
2007 Jan 16
0
A Tribute to my Great Grandmother (Off Topic)
I realize this is off-topic, but I need to post it. I had to go up to Connecticut on January the 12th quite unexpectedly because my great-grandmother Ethel, someone I was very close to, died that morning, at 93 years old. She was an incredible woman. I was asked to be one of the pallbearers. Her ultimate goal in life, and one she fulfilled every day, was to make people laugh. She truly
2006 Sep 15
1
quotes
Hello! I''m new on this list (and actually pretty new to redcloth also). This e-mail is about the wery fine feature of converting quotes. I''m norwegian, and we have our own qoutes: "?" and "?". I therefore hacked this feature, so it is now in lib/redcloth.rb, around line 404, so I now have: [ /([^\s\[{(>#{PUNCT_Q}][#{PUNCT_Q}]*)"/,
2010 Mar 04
1
mysqlWriteTable . error in your SQL syntax?
Hi, Can somebody advice on weird mysqlWriteTable bug. > mysqlWriteTable(conn, 'comparison',design2, row.names = F, overwrite=T) Error in mysqlExecStatement(conn, statement, ...) : RS-DBI driver: (could not run statement: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"condition"
2004 Mar 25
2
compilers for R on AMD64
Dear R-devel, A while ago Prof. Ripley had mentioned that g77 on AMD64 isn't the greatest, and the Salford Fortran is likely to be better. My question is, has anyone tried compiling R with Salford compilers (or other commercial compilers)? If so, do they offer performance advantages over GCC? TIA for any info. Best, Andy Andy Liaw, PhD Biometrics Research PO Box 2000, RY33-300
2006 Mar 16
2
Problem with System() command.
Hi, I have an application, script.exe, written under mono framework and for execute them in my linux box I must write in console: mono script.exe The problem is that when I call this application in dialplan with command: exten => 500,1,System(mono script.exe) the application not run! Somebody can help me to find the problem? Thanks! -------------- next part -------------- An HTML
2003 Apr 08
2
quotes within quotes
How does one put quotes within quotes, if it's possible? I've tried replacing one set of the quotes by single quotes. If it's not possible, is there any way to do the following? > cmd <- "read.dta" > opt <- "convert.factors=FALSE" > data.file <- " file="/full/path/name.dta" " > eval(call(cmd,data.file,opt)) Prior to
2006 Jul 20
1
3.0.23 for Debian Sarge: LDAP problems
Hi, I always prefer the Samba packages for Debian-Stable from the Samba-Team and I never had a problem so far (thank you, Simo!). Yesterday I updated from 3.0.22 to 3.0.23 in my LDAP-based network. I updated samba.schema, added "index sambaSID eq,sub" to my slapd.conf and ran slapindex. When I started slapd and samba afterwards, I saw error messages like these (from smbd.log):
2008 Jun 02
3
Burning DVD with upgrade of cdrtools for cdrecord
I am having problems burning DVD's from commandline. I was wondering if anyone else has had any luck using cdrecord-2.01 and cdrtools that is supposed to add DVD support? Thanks! -- Dexter -- Dexter Fitzgerald Stowers Systems Programmer I Systems Administrator Unix/Linux Systems 142 Freeman Hall College of Engineering and Sciences GSEC, GCIH, GCIA, RHCT, RHCE -------------- next part
2007 Aug 14
2
Finding a models asscoations
Hi, I cant seem to find the answer to this anywhere so any help/advice is appreciated. Each project has one risk and a risk has a number of has/one belongs to assocations. So what i want to do is in my code loop through all the associations for a risk and display some field information from each as they are pretty similar. So somehting like <% for model_association in project.risks %>
2010 Jul 02
4
Some questions about R's modelling algebra
Hi all, In preparation for teaching a class next week, I've been reviewing R's standard modelling algebra. I've used it for a long time and have a pretty good intuitive feel for how it works, but would like to understand more of the technical details. The best (online) reference I've found so far is the section in "An Introduction to R"
2006 Jan 08
6
ruby/rails/mysql install on mac os x
after successfully installing everything as described in this article: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger i attempted the final step in the process of removing the two anonymous accounts for my new mysql install, and to assign a password to the administrator account. however, when following the advised commands below: shell> mysql -u root mysql>
2009 Jul 09
2
How to Populate List
Hi, I'm new to R and would like to know, how one can populate the list with array data. I'm reading a tab separated table in R. The data in the table looks something like this. #Table Data Comp    A    B    C Extracellular    103    268    535759 Nucleus    45603    47783    442744 #R code myData <- read.table("table.data",                 header=T,