Displaying 11 results from an estimated 11 matches similar to: "data manipulation"
2012 Mar 22
1
dovecot 2.1.3 dsync Unexpected finish reply
I've been moving users from one system to another by doing a dsync
mirror operation. The first dsync mirror takes some time, because of the
number of users involved, so I am doing an initial sync, and then I
direct the users to the new location and do a final 'freshening' sync to
get any changes that happened during the longer sync.
The problem seems to be with this freshening sync,
2010 May 11
1
odfweave with openOffice 3.2
Dear list,
since I have upgraded openOffice to version 3.2 I have some
trouble to open very simple ODT files generated by odfweave:
the file is apparently corrupted (but recovery is fine).
I have observed this under windows and mac OS 10.4.11 with
R 2.10.0, odfWeave_0.7.11, XML_2.6-0, lattice_0.17-26.
However, I found nothing similar by RSiteSearching so that
I'm suspecting a localization
2010 Mar 17
0
odfWeave: odt-file damaged
Dear all,
I'm resurrecting this old post (about 6 monts old, reproduced thereafter)
because I have struggled against the same problem and found a solution
so that I found it was worth posting for the record.
The simple fix when you want to use odfWeave with 7-ZIP as a
compressing/decompressing utility under windows is to use the
'x' instead of the 'e' option so as to preserve
2014 Nov 25
2
CentOS6 gvfs disk thrashing
We recently started upgrading users' workstations to CentOS6. Now
we've come across an interesting issue:
~user/.local/share/gvfs-metadata is filling up with tons of files.
Once there are around 69270 of them, no more are being created, and
the NetApp filer the user's home is on logs:
Directory ..../user/.local/share/gvfs-metadata/ reached the maxdirsize
limit. Reduce the number of
2014 Dec 01
0
CentOS6 gvfs disk thrashing
On 25/11/2014, isdtor <isdtor at gmail.com> wrote:
> We recently started upgrading users' workstations to CentOS6. Now
> we've come across an interesting issue:
> ~user/.local/share/gvfs-metadata is filling up with tons of files.
> Once there are around 69270 of them, no more are being created, and
> the NetApp filer the user's home is on logs:
>
> Directory
2009 Jun 26
0
calculate AIC
Dear all,
I want to calculate AIC values of PLSR models. But I find that AIC and extractAIC functions in R could not be used to calculate AIC values of PLSR models. Now I write a section of code(below) to calculate it. But I don't known whether the result is right or not. If I am wrong, please give me some suggestions. Thanks a lot.
Rong Huang
data<-data.frame(
2010 Sep 19
1
odds ratios for n-way tables: seeking an *apply-able method
I'm looking for a way to generalize the calculation of (log) odds
ratios for 2 x 2 x {strata} frequency
tables in vcd::oddsratio() to R x C x {strata} tables.
For an R x C table, F, odds ratios can be defined
in several ways; one simple way, particularly for tables with ordered
factors, is to calculate the
set of continuation odds ratios, based on the (R-1)x(C-1) set of 2x2
tables with
2004 Jun 25
2
simple questions
Hello,
I am a new user or R, and am so far very impressed with its capabilities.
However, I have no programming experience, and am having some issues in
trying to tell the software what I want done. There are basically two
issues which I am currently grappling with. The first, I have a data
matrix, with two factors and dozens of response variables. I am interested
on conducting ANOVAs on
2012 Apr 08
0
NFS + sanlock problems
Hello list,
In short: I am experiencing a problem where trying to start a VM which
is allready running on a different libvirt host. Starting it fails,
thanks to sanlock, but the disk dies on the original hypervisor and the
vms filesystem is rendered read-only.
Long version:
i have the following setup:
Two machines (H1 and H2) using CentOS 6.2 with the packages:
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability