Displaying 20 results from an estimated 200 matches similar to: "multiple text or string searches"
2010 May 24
3
need help to retrieve the previous commands by using ↑ and ↓ keys.
>hi,
>I am using R version 2.10.0.when i am trying to retrieve the previous used
R commands
>by using ↑ and ↓ keys,but i get the output like this
^[[A^[[A^[[A^[[B^[[C^[[A.
>can any one tell me how i can solve this problem.
--
Regards
Ab Rauf Shah
--
Regards
Ab Rauf Shah
[[alternative HTML version deleted]]
2011 Oct 05
1
variance ratio test
Hello,
I am looking for a code in R for the variance ratio test statistic (the
Lo and Mackinlay version or any other versions).
Does anybody have such a code they can share or know a library in which
I can find this function?
Basically I have a number of time series which I need to check for
persistence. One other test I can use is the runs test in the tseries
package.
Any help will be greatly
2011 Mar 20
1
GSoC 2011 - Improve Existing Bindings
Dear Olly,
I am very excited to contribute in open source community through the
platform of Google Summer of Code 2011. I have visited the ideas of ?Xapian?
at http://trac.xapian.org/wiki/GSoCProjectIdeas for GSoC 2011. I am
interested in working on ?Improve Existing Bindings?. The reason for my
interest is that I have previously worked on .NET related projects both in
VB and C#. I also have
2008 May 19
4
adding users to group with net rpc
section 13.3.2 of the HOWTO shows that i can add a user to a group with the
following command:
root# net rpc group addmem "MIDEARTH\Engineers" ajt -Uroot
when i execute this command (replaced with my server specific values, of
course), i get a NT_STATUS_NO_SUCH_USER error.
i can verify that my user DOES exist and that he belongs to the posix group
account. i can also verify that the
2007 Feb 13
4
Generating MVN Data
Dear All
I want to generate multivariate normal data in R for a given covariance
matrix, i.e. my generated data must have the given covariance matrix. I
know the rmvnorm command is to be used but may be I am failing to
properly assign the covariance matrix.
Any help will be greatly appreciated
thanks.
M. R. Ahmad
2009 Nov 10
3
Error: cannot allocate vector of size...
I'm trying to import a table into R the file is about 700MB. Here's my first
try:
> DD<-read.table("01uklicsam-20070301.dat",header=TRUE)
Error: cannot allocate vector of size 15.6 Mb
In addition: Warning messages:
1: In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
Reached total allocation of 1535Mb: see help(memory.size)
2: In scan(file, what,
2008 Sep 24
1
string to numeric question
this seems l ike it shouldn't be that hard but i give up.
if i have a string say, temp<-"01", I want to increase it by 1 so that
it becomes "02". but the following code obviously won't work when the
input string is say "10" because then it gives "011" when I just want
"11". uuugh.
does someone know an easy way ( i guess hard is
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
Macros to use VMI calls from assembly and C languages are introduced.
The macros are quite complex, but the end result is rather impressive.
The result is that when compiling a VMI kernel, the native code is
emitted inline, with no function call overhead, and some wiggle room
for register allocation. The hypervisor compatibility code is emitted
out of line into a separate section, and patched
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
Macros to use VMI calls from assembly and C languages are introduced.
The macros are quite complex, but the end result is rather impressive.
The result is that when compiling a VMI kernel, the native code is
emitted inline, with no function call overhead, and some wiggle room
for register allocation. The hypervisor compatibility code is emitted
out of line into a separate section, and patched
2010 Oct 28
1
Heatmap construction problems
I am very new to R and don't have any computer program experience
whatsoever. I am trying to generate a heatmap of the following data:
Phylum,AI,AJT,BY,GA,Grt,Sm
Acidobacteria,0.5,0.7,2.7,0.1,2.6,1.0
Actinobacteria,33.7,65.1,9.7,2.0,3.9,2.1
Bacteroidetes,9.7,5.6,0.7,13.2,41.1,21.6
CCM11b,0.0,0.0,0.0,0.0,0.0,0.1
Chlamydiae,0.1,0.1,0.0,0.0,1.0,0.2
2011 Mar 19
0
GSoC 2011 - Interest
Dear Olly Betts
I am very excited to contribute in open source community through the
platform of Google Summer of Code 2011. I have visited the ideas of ?Xapian?
at http://trac.xapian.org/wiki/GSoCProjectIdeas for GSoC 2011. I am
interested in working on ?Improve Existing Bindings?. The reason for my
interest is that I have previously worked on .NET related projects both in
VB and C#. I also
2011 Oct 14
1
Generating Data
Dear All
I need to generate multivariate NON-NORMAL data in R, which follows a
given mean vector and covariance matrix, say multivariate exponential
data. How can I do that?
Best regards
mra
2003 Nov 18
1
Samba 3.0.0-2 WINS Static entries
Hi,
I'm trying to add static entries to the wins.dat file, as per The Official Samba 3 How-to guide but can't get it to work.
If I add entries and just leave it be, the server responds with unknown host and If I restart nmbd it removes all the entries (static) that I manually added.
Am I doing something wrong or is this a bug ?
Brett
2003 Jan 31
1
proposal to fork the list (users/developers)
I tend to be someone who automatically looks for trends, and the nice thing
about having just one list is that it lets me know where people are having
problems. Judging by the number of questions we get, one of the biggest
challenges for inexperienced rsync users is knowing why a particular file is
included or excluded. Way in the back of my mind I see a need for an option
that, for every file
2007 Jun 11
12
Mocking system/`
This drives me insane on a regular basis. How does one mock
system(''blah'') or `blah` ?
Adding expectations on Kernel doesn''t do it. Adding expectations on
Object just makes me sad:
Object.any_instance.expects(:system).with(''ls'')
# => #<Mock:0x12b584e>.system(''ls'') - expected calls: 0, actual calls: 1
And this really
2019 Jun 21
9
[libnbd PATCH v2 0/5] nbd_pread_structured
Since v1:
- rebase to applied patches
- split out support for Int in callbacks
- sort of test that callbacks work in OCaml (see comment in patch 5)
- rename API to nbd_pread_structured
- expose error as explicit parameter to callback
Eric Blake (5):
generator: Allow Int in callbacks
states: Wire in a read callback
states: Add nbd_pread_structured API
states: Add tests for
2024 Aug 07
0
Processed: OCaml 5.2.0 uploaded to unstable
Processing commands for control at bugs.debian.org:
> severity 1073913 serious
Bug #1073913 [src:xen] FTBFS with OCaml 5.2.0 (Problem in C stubs)
Severity set to 'serious' from 'important'
> severity 1074548 serious
Bug #1074548 [src:supermin] FTBFS with OCaml 5.2.0 (Uses Pervasives)
Severity set to 'serious' from 'important'
> severity 1077899 serious
Bug
2018 Jul 31
7
[PATCH nbdkit 0/4] Add truncate and map filters.
This patch series proposes two new filters.
* truncate: This can truncate, extend, round up or round down the size
of a plugin/device. A typical usage is to fix the qemu problem that
it can only handle devices which are a multiple of 512-bytes:
nbdkit --filter=truncate random size=500 round-up=512
This will serve a virtual device with size 512 bytes. Reading from
the last 12 bytes will
2007 Oct 08
1
wildcard searches with german umlauts
i just noticed a weird problem.
i can successfully search with full terms like
"Fl?chendesinfektionsstufen" or "Regionalan?sthesie" for example and get
correct hits.
but when i search for those entries with wildcards
"Fl?chendesinfektion*" or "Regionalan?s*" it won''t find anything
while
"*chendesinfektionsstufen" or "*sthesie"
2007 Aug 27
0
Negative numbers in range searches
I have been trying to get negative numbers to work in range searches. This
is for lat/lon in a geographic search. Obviously I could find workarounds,
but it seems like this should work.
If I use a straight negative number, like this [-200 -100] it will come up
empty. If I escape the - with a backslash, it works sometimes, but not
always, but only if I REVERSE the numbers, e.g. [\-100 \-200].