Displaying 20 results from an estimated 10000 matches similar to: "producing a master table from list of tables"
2008 Sep 20
2
NameError: uninitialized constant Inflector
I follwed the example here:
http://dekstop.de/weblog/2005/12/rails_inflector_in_ruby_scripts/
#!/usr/bin/ruby
require ''rubygems''
require ''active_support/inflector''
puts Inflector.singularize(''inflections'')
I loaded it into irb and wrote a killer script both of which worked
perfectly for weeks.
Now when I try and run the script or run
2001 Feb 26
1
"untable" function
Dear R-users!
I am using R1.2.0 under Windows NT4.0, and have data of the following form:
> #simple example of data structure:
> x <- data.frame(group=LETTERS[1:3], class1=1:3, class2=4:6)
> x
group class1 class2
1 A 1 4
2 B 2 5
3 C 3 6
I would like to convert this to a data.frame y of the following form:
> y
group class counts
1
2018 Aug 21
3
ess 17.11-3 won't install on Ubuntu 16.04
On Mon, Aug 20, 2018 at 10:43:52AM -0500, Dirk Eddelbuettel wrote:
>
> On 20 August 2018 at 15:29, Eva Myers wrote:
> | Hello,
> | Attempting to install ess (17.11-3xenial0) on our Ubuntu 16.04 systems
> | is failing with an error message.
>
> This can happen. I (with my Debian hat on) had to make 17.11-3 because the
> ess package did not behave with Debian untable and
2008 Nov 21
2
Growth rate determination using ANCOVA
I'm a programmer in a biology lab who is starting to use R to automate
some of our statistical analysis of growth rate determination. But I'm
running into some problems as I re-code.
1) Hypotheses concerning Slope similarity/difference:
I'm using R's anova(lm()) methods to analyse a model which looks
like this:
growth.metric ~ time * test.tube
I understand that
2018 Aug 20
3
ess 17.11-3 won't install on Ubuntu 16.04
Hello,
Attempting to install ess (17.11-3xenial0) on our Ubuntu 16.04 systems
is failing with an error message.
root at kore:/home/eva# apt-get install ess
[...]
Install ess for emacs24
install/ess: Handling install for emacsen flavor emacs24
ERROR: install script from ess package failed
dpkg: error processing package ess (--configure):
subprocess installed post-installation script returned
2018 Aug 20
1
ess 17.11-3 won't install on Ubuntu 16.04
Hi Dirk,
On 2018-08-20 17:43, Dirk Eddelbuettel wrote:
>
> On 20 August 2018 at 15:29, Eva Myers wrote:
> | Hello,
> | Attempting to install ess (17.11-3xenial0) on our Ubuntu 16.04 systems
> | is failing with an error message.
>
> This can happen. I (with my Debian hat on) had to make 17.11-3 because the
> ess package did not behave with Debian untable and Emacs 26.2.
2008 Dec 02
2
RAID 1 Post Install
Hello all,
I've got CentOS 5.2 installed on an old Pentium III server. The server is
used by a club at my school, and they are rapidly running out of room on the
internal IDE drives that are configured in software RAID 1.
I have a Silicon Image SATA controller in the server, and I was planning on
adding two more SATA hard drives to the computer.
Is there a GUI like Disk Druid for
2007 Mar 20
1
centos raid 1 question
Hi,
im having this on my screen and dmesg im not sure if this is an error
message. btw im using centos 4.4 with 2 x 200GB PATA drives.
md: md0: sync done.
RAID1 conf printout:
--- wd:2 rd:2
disk 0, wo:0, o:1, dev:hda2
disk 1, wo:0, o:1, dev:hdc2
md: delaying resync of md5 until md3 has finished resync (they share one or
more physical units)
md: syncing RAID array md5
md: minimum _guaranteed_
2009 Feb 11
0
contour( ..., method='edge') incompatible with xlim & ylim
Hello,
A colleague of mine in our oceanography lab has pointed out a slightly
annoying imperfection with the contour plotting function. It appears
that the 'edge' option for the 'method' parameter doesn't work very
well (or at all?) when xlim and ylim are also set.
The following code should recreate and demonstrate the problem:
2011 Feb 14
2
rescheduling sector linux raid ?
Hi List,
What this means?
md: syncing RAID array md0
md: minimum _guaranteed_ reconstruction speed: 1000 KB/sec/disc.
md: using maximum available idle IO bandwidth (but not more than
200000 KB/sec) for reconstruction.
md: using 128k window, over a total of 2096384 blocks.
md: md0: sync done.
RAID1 conf printout:
--- wd:2 rd:2
disk 0, wo:0, o:1, dev:sda2
disk 1, wo:0, o:1, dev:sdb2
sd 0:0:0:0:
2011 Dec 02
2
help in dbWriteTable
hi
I need some help in dbWriteTable.
I'm not able to insert the rows in the table if the column order are not
same in the database and in the dataframe which i'm inserting. Also facing
issue if the table is already created externally and inserting it thru
dbWrite.
is there some way that we can sepecify the rownames in the dbwrite..or any
method which will solve my problem
--
View
2006 Jul 02
5
What goes to Hardware ?
Hi people,
As I said before: I did the IDCT to run on the FPGA.
My friends from university did the Reconstruction routines running on the FPGA.
I'm helping with the LoopFilter, and it is almost there.
(all VHDL)
I did a small profiling of the libTheora running on a Altera Stratix II device:
The processor used was the NIOS II with 8Kb of data and instruction
cache, branch prediction and
2009 Mar 06
1
Extract dates from dataframe
Hi,
I have the following dataframe:
ID Dates
1 16-07-01 06-10-95
2 24/01/02 06-10-95
3 16/01/02 16/08/94 12/01/91
And I would like to extract the dates, but couple the ID's to the right
dates, eg:
ID Dates
1 16-07-01
1 06-10-95
2 24-01-02
2 ....
I have no clue about how to get started, looks something for the
2018 Apr 23
1
Reconstructing files from shards
> On Apr 23, 2018, at 10:49 AM, WK <wkmail at bneit.com> wrote:
>
> From some old May 2017 email. I asked the following:
> "From the docs, I see you can identify the shards by the GFID
> # getfattr -d -m. -e hex path_to_file
> # ls /bricks/*/.shard -lh | grep GFID
>
> Is there a gluster tool/script that will recreate the file?
>
> or can you just sort
2008 Feb 17
1
where to look for file reconstruction
Hello all,
Thanks for all the ideas. I liked the remote to remote idea and have told my
guide about it.
Anyways, can anybody tell me which files to look into, if I want to look at
the code for file reconstruction. I have studied Dr. Tridgell's thesis on
the Rsync Algorithm and have understood the working of the algorithm. Now, I
am trying to read the code to understand it better.
Any help
2011 Jan 11
1
Problems producing quantreg-Tables
Hi Folks,
I've got a question regarding the 'quantreg' package maintained by Roger
Koenker:
I tried to produce LaTeX tables using the longtable and dcolumn options
as decribed in the manual, but the function latex() doesn't seem to
react on _any_ other options than 'digits' and 'transpose'.
To reproduce these results the following minimal example may be used:
2010 Jan 12
8
[LLVMdev] Make LoopBase inherit from "RegionBase"?
On 01/08/10 14:20, ether wrote:
> sorry that i forgot to change the subjuect
>
>
> hi all,
Hi ether,
now a kind of more complete answer.
> On 2010-1-7 0:11, John Mosby wrote:
>> In LLVM we could add support for generalized CFG regions and
>> RegionPasses. A region is a part of the CFG. The only information we
>> have is, that it has one entry and one exit, this
2008 Feb 29
1
How to export tables in list separately using write.table or sink?
R users,
My intention is to take factors out of DF, create list of tables and
export these tables separately using write.table or sink function.
write.table writes tables out as DF:s, should I use sink instead?
Here is my example:
a <- data.frame( indx = 1:20,
var1 = rep(c("I20", "I40", "A50", "B60"), each=5),
2010 Feb 28
3
puzzling md error ?
this has never happened to me before, and I'm somewhat at a loss. got a
email from the cron thing...
/etc/cron.weekly/99-raid-check:
WARNING: mismatch_cnt is not 0 on /dev/md10
WARNING: mismatch_cnt is not 0 on /dev/md11
ok, md10 and md11 are each raid1's made from 2 x 72GB scsi drives, on a
dell 2850 or something dual single-core 3ghz server.
these two md's are in
2003 Jun 09
1
unable to read superblock ?
Hi, I have a machine setup as software-raid + ext3 + redhat ,
but this morning, it seems the file system crash. here is
the booting message, anyone has any idea how to fix it.
Thanks!
Donghui
----------------------------------------------------------------------------
------
md: adding sda1
md: created md2
md: using <sdb1> <sda1>
md: md2: raid array is not clean -- starting