Displaying 20 results from an estimated 11000 matches similar to: "comma delimiter & comma in text"
2006 Jun 30
3
Creating Vectors
type count
0 20
1 15
0 10
1 35
0 28
I would like to create two vectors from the data above. For example,
type1=c(15, 35) and type0 = c(20, 10, 28). Can any one help
Raphael
2006 Mar 29
2
write.table command
Dear All,
I'm trying to save a dataframe using write.table command. It works, but when I retrieved, there's an error message as shown below:
> write.table(soil.dat,file="C:/soil.rdata")
> load("C:/soil.rdata")
Error: bad restore file magic number (file may be corrupted)-- no data loaded
I can figure out the error message. Any assistance to solve the
2006 May 01
6
R-2.3.0 make error
Dear list,
When compiling the R-2.3.0 on FC4 x86_64, I got the following errors:
make[3]: Entering directory
`/project/scratch3/ligroup/wuming/src/R-2.3.0/src/main'
gcc -Wl,--export-dynamic -L/usr/local/lib64 -o R.bin Rmain.o
CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o
arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o
character.o coerce.o colors.o complex.o
2009 Dec 12
1
read.csv to read output of system()?
Dear list,
I have a file that is comma delimited but contains some erroneous
non-delimiter commas. I would like to replace these commas with
semicolons and then read the correct file into R as a data frame.
I want to do this from within R, without changing the original data
file.
My current idea of how to do this would be to use system("sed ...")
and feed the result to read.csv(), but
2007 Oct 31
2
R WinEdt on Windows vista
Hi!
I was trying to install the RWinEdt library on a Windows Vista machine which had R 2.6.0, WinEdt 5.4 and the RWinEdt1.7.8.zip file in the library folder under the ...\R\2.6.0 directory. I am able to install fine form the local zip but I can't launch winedt from within R for some reason.
> utils:::menuInstallLocal()
package 'RWinEdt' successfully unpacked and MD5 sums checked
2010 Feb 01
2
numerical subscripts in a loop in a plot
Hi R Graphics Gurus
I am unable to figure out this issues with unevaluated expressions. I'm trying to create a graphic where I calculate the residual from a regression and want to mark each residual with its observation number. So something like
plot(0,0, type = "n", xlim = c(0,10))
for(i in 1:10){
text(i, 0, substitute(paste(epsilon[i])))
}
except that i end up pasting
2009 Oct 09
3
"Use R" -- term and logo copyright?
Dear list,
I would like to start some R workshops at King's College London, and
to do so, I would like to use the "Use R!" logo at
http://www.agrocampus-ouest.fr/math/useR-2009//useR%21%202008_fichiers/useR-middle.png
Since it seems to be difficult to get a shell account at KCL, I also went
ahead and registered use-r.org.uk and am starting to put together a
website at
2011 Jan 31
2
Rubin's rules of multiple imputation
Hello all, if I have multiple imputed data sets, is there a command or
function in R in any package you know of to combine those, I know one common
MI approach is rubins rules, is there a way to do this using his rules or
others? I know theres ways, like using Amelia from Gary King's website to
create the imputed data sets, but how to make them into one or combine them
for analysis.
2009 Jan 27
1
RFC -- Improving the quality of the mailinglists
-->> In many cases, this just isn't possible. While it would be nice
to
-->> have all
-->> posts in the King's English, a great many users are in locales
which
-->> don't
King's English???
Anyway - to quote Ralph Wigham "Me fail English? That's unpossible!".
2002 Dec 15
1
Tierra games...
Hi,
I found these remakes of old Sierra games at
http://www.tierraentertainment.com/
They run on an windows adventure game
engine AGS found at http://www.adventuregamestudio.co.uk
Due to the engine author's reclutance for helping linux people, the only
solutions seems to be using wine to get these ancient-but-excellent games
running.
So far they have made King's Quest 1 VGA and
2010 Jun 15
2
Fastest way to merge matrix columns into a comma delimited string?
Folks:
Say I have a matrix:
test=matrix(c(1,2,3),nrow=10,ncol=3)
I would like to have an output character vector where each line is
row's values delimited by commas, e.g.:
"1,2,3"
"2,3,1"
"3,1,2"
...
"1,2,3"
What is the fastest way of doing this? I can paste() row-by-row but
this seems an inefficient approach to doing this. Thanks! I'm not
2006 Oct 25
1
cloud() works but wireframe() is blank
Per the message from Alexander Nervedi, 29 April 2006:
> I have to be making a riddiculously silly ommission.
> when I run the fillowing i get the cloud plot ok. But I cant figure
> out what I am missing out when I call wireframe.
> Any help would be appreciated.
> x<-runif(100)
> y<-rnorm(100)
> z<-runif(100)
> temp <-data.frame(x,y,z)
>
2009 Feb 16
2
Using eval in multinom argument
Hi,
I am having difficulty entering a 'programmable' argument into the multinom function from the nnet package. Interactively, I can get the function to work fine by calling it this way:
z1=multinom(formula = class.ind(grp[-outgroup])~ (PC1 + PC2 + PC3), data=data.frame(scores))
However I need to be able to change the number of variables I am looking for in 'scores' and so am
2006 Feb 23
3
Decimal comma instead of decimal point (i18n issue)
Hello,
What is the easiest way which enables usage of decimal comma "," instead
of decimal point (".") . I would like to force all RoR views to display
float numbers with comma instead of decimal point and also to allow
insertion of float numbers with comma in forms.
Thanks in advance,
Karel
--
Posted via http://www.ruby-forum.com/.
2016 Mar 31
1
[Bug 11817] New: Fix rsyncd.conf gid field parsing: allow spaces within them and improve delimiter logic
https://bugzilla.samba.org/show_bug.cgi?id=11817
Bug ID: 11817
Summary: Fix rsyncd.conf gid field parsing: allow spaces within
them and improve delimiter logic
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component:
2014 Feb 04
2
[LLVMdev] compiler-rt CMake build
Regarding Brad King's CMake patches for LLVM:
http://thread.gmane.org/gmane.comp.compilers.llvm.cvs/173517
If compiler-rt could follow suit, the packaging for the toolchain
becomes a nice, clean package-manager-friendly DAG. Currently, the
compiler-rt CMake build depends on the just-built-clang to run its
test suite. It's more intuitive to me that either:
1) compiler-rt's
2011 Apr 04
2
Examples of web-based Sweave use?
I appreciate that this is OT, but I'd be grateful for pointers to examples of
where
Sweave has been used for web-based applications. In particular, examples of
where reports/analyses are produced automatically through submission of data
to a web-sever. I am mostly interested in situations where pdf reports have
been produced rather than, say, a plot/table etc shown on a web page.
2009 Aug 14
2
RGoogleDocs: getDocs() - "problems connecting to get the list of documents"
Hi
I have been using RGoogleDocs successfully for some time now but something seems to have happened which is preventing me from accessing my data in google spreadsheets.
I get the message: "problems connecting to get the list of documents" when I use getDocs, despite being logged in
e.g.
sheets.con = getGoogleDocsConnection(getGoogleAuth("username", "password",
2010 Jun 09
1
[compat] section in asterisk.conf : compatibility with pipe delimiter
Dear all
after an upgrade to 1.6 from 1.4 (as explained in the UPGRADE-1.6.txt
file) the | delimiter is not working by default.
I've added a compat section in asterisk.conf a
[options]
dontwarn = yes
[compat]
pbx_realtime=1.4
res_agi=1.4
app_set=1.4
And restarted Asterisk, but i still have problem to have the |
delimiter working,
[Jun 9 23:20:54] DEBUG[11744]: pbx.c:3122
2010 Sep 16
5
AGI Delimiter in 1.6
Hi
I am currently using 1.2.x and 1.4.x behind OpenSER. One of the things
I do on INVITES is to re-authenticate the user from OpenSER. Then when
the INVITE gets passed to Asterisk I capture the AUTH to a variable in
the dialplan and pass to an AGI script. I am now trying to set the
same thing up in 1.6 However because the argument delimter in 1.6 has
changed from pipe to comma this breaks as the