search for: amelioration

Displaying 20 results from an estimated 45 matches for "amelioration".

2011 Sep 22
1
How to do Multiple Comparisons for a Mixed Effects Model
Hello everyone I am currently trying to conduct analysis of my graduate thesis data using a mixed effects model and I have reached an impass. When I try to conduct a multiple comparison, I get an error (See below): > fm3<- lme(abovegroundbiomass.m.2~medium*amelioration*fertilizer*treatment, random=~1|block/medium/amelioration/fertilizer) > tukeytest<-glht(fm3, linfct=mcp(treatment="Tukey")) Error in contrMat(table(mf[[nm]]), type = types[pm]) : less than two groups I wonder if anyone could help me interpret this error. Many thanks. Allan Car...
2011 Nov 03
0
Back-transforming in lme
Hello I am analysing aboveground biomass data from revegetation testplots which I constructed in a split-plot design using the function lme. For the experiment, the three factors are amelioration (2 levels), fertilizer (2 levels) and treatment (7 levels). Each testplot (block) has a singlereplicate of each treatment (total of 8 testplots). The blocks were constructed of topsoil. Each block was divided in two subplots in which half were ameliorated the other half was not (amelioration - yes...
2006 Jan 31
2
SVM question
I'm running SVM from e1071 package on a data with ~150 columns (variables) and 50000 lines of data (it takes a bit of time) for radial kernel for different gamma and cost values. I get a very large models with at least 30000 vectors and the prediction I get is not the best one. What does it mean and what could I do to ameliorate my model ? Jerzy Orlowski
2012 Jun 26
1
[LLVMdev] reducing llc's memory consumption
We are processing some fairly large, e.g. 10s of MB, bitcode files with llc, which result in peak memory use of several GBs. We would like to ameliorate this somewhat. On one end of the spectrum we could look into reducing the size of common data structures and local space optimization. On the other end we could try to switch the MCAssembler from a model where it processes the entire Module at
2009 Jan 27
1
paravirtualized vs HVM disk interference (85% vs 15%)
Hi, We have found that exist a huge degradation in performance when doing I/O to a disk images contained in single files from a paravirtualized domain and from an HVM at the same time. The problem was found in a Xen box with Fedora 8 x86_64 binaries installed (Xen 3.1.0 + dom0 Linux 2.6.21). The test hardware was a rack mounted server with two 2.66 Ghz Xeon X5355 (4 cores each one, 128 Kb L1
2004 Aug 06
0
DirectShow filter for Speex
...r .zip contient le code source du filtre qui doit etre place dans le repertoire de speex. Si ce que j'ai fait peut etre utile a votre projet, j'ai rien contre rendre le code ouvert (GPL). Je suis aussi pret a ameliorer + documenter les filtres si vous avez des demandes particulieres. Les ameliorations possibles aux filtres sont: - Ajouter une property page (GUI pour configurer le filtre encodeur et decodeur), supporter wideband, differents parametres. - Implementer l'interface IAMStreamConfig pour exposer le filtre comme filtre de compression et decompression selon le standart DirectShow....
2014 May 22
1
Interesting new hack attack
In the past little while, we've seen a wave of attacks on asterisk, via the provisioning. It goes something like this: A. scan for IP phones on the internet, either via spotting something on port 5060, or via the port 80 web interface for the phone. Or, use web sites that scan the internet, and classify the machines, to make your work shorter. B. Once you get into the web GUI,
2015 Jun 15
2
[LLVMdev] Expressing ambiguous points-to info in AliasAnalysis::alias(...) results?
On Mon, Jun 15, 2015 at 1:43 AM, Daniel Berlin <dberlin at dberlin.org> wrote: > > The AA algorithm uses dataflow analysis to monitor the possible > propagation > > of those values through the program code, and it represents those flows > by > > updates to the may-point-to graph. If at some code point CP, a > may-point-to > > graph vertex "B" has
2003 Aug 28
1
Fw: Re: GZIP, ZIP, ISO, RPM files and rsync, tar, cpio
...ileset is unchanged > > contain bits of meta-data that have been updated impacting > > the rsyncabilty of the package file. In any case changing > > even one internal file of a compressed package can disrupt > > rsyncing the entire package file. The only possible > > amelioration of this would be the use of the gzip > > --rsyncable option (which requires a patched gzip) by the > > package builders--assuming they use gzip for package > > compression. Given the effect of improving rsyncability and > > thereby reducing bandwidth requirements such a cha...
2003 Oct 08
2
Samba + Cups + Filter Access
Hi, I'm trying to use Cups + Samba to make a print server for many purpouses. The main one is to account how many pages where printed by whom and centralize all printers in one server. If I configure samba and cups in the RAW mode using windows original drivers of the printers, everything works fine, but this way I can't use cups accounting. So I reinstaled all my printers
2015 Jun 15
2
[LLVMdev] Expressing ambiguous points-to info in AliasAnalysis::alias(...) results?
On Mon, Jun 15, 2015 at 9:31 AM, Daniel Berlin <dberlin at dberlin.org> wrote: > >> I tried to find some subset i felt was worthwhile and where it was > >> okay, but gave up after a while. > > > > > > I'm not quite sure which things you're referring to in that statement. > > Would you mind clarifying? > > You can try to ameliorate it
2019 Oct 18
2
[Openmp-dev] [cfe-dev] RFC: End-to-end testing
Renato Golin <rengolin at gmail.com> writes: > On Thu, 17 Oct 2019 at 18:10, David Greene <greened at obbligato.org> wrote: >> From other discussion, it sounds like at least some people are open to >> asm tests under clang. I think that should be fine. But there are >> probably other kinds of end-to-end tests that should not live under >> clang. > >
2017 May 02
0
migrate Maildir to mdbox
Michael Segel <dovecot_mjs at hotmail.com> writes: > Which is preferred? MailDir or Mbox? (directory vs flat file) Mailbox; I wish I converted when I had the chance. The only benefits I can see with mbox is that it's slightly less complicated, and if you're doing pattern searching or some global mailbox operation, less I/O intensive, but that's a niche case and usually
2006 Jul 27
0
CRUD, REST and associations
Let''s say I have the model class Reader and Magazine, connected by join model Subscription. It looks something like this class Reader < ActiveRecord::Base has_many :subscriptions, :dependent => :delete_all has_many :magazines, :through => :subscriptions validates_presence_of :name end class Magazine < ActiveRecord::Base has_many :subscriptions, :dependent =>
2023 Dec 26
1
bind crashes after samba upgrade
On Mon, 25 Dec 2023 21:12:55 +0100 Peter Milesson via samba <samba at lists.samba.org> wrote: > > > On 25.12.2023 19:36, Sonic via samba wrote: > > On Mon, Dec 25, 2023 at 1:20?PM Peter Milesson via samba > > <samba at lists.samba.org> wrote: > >> Couldn't you setup a completely new Debian VM with the latest > >> Samba from backports, sync
2006 Feb 28
0
Samba 3.0.2x with trusted domains.
...orrectly on filesystem. This is not an architectrure problem, since another samba box (3.0.2), connected to the same domain, with the same config file, work perfectly. So here is a summary of troubles. Note that after thoses checks, i've upgraded to 3.0.21c (suse rpm packages) without any amelioration on following points : masters# rpm -qa | grep -i samba yast2-samba-server-2.9.33-0.3 samba-client-3.0.20b-3.4 samba-3.0.20b-3.4 samba-doc-3.0.20b-3.4 kdebase3-samba-3.2.1-68.46 yast2-samba-client-2.9.17-1.3 samba-winbind-3.0.20b-3.4 Said that the samba server is linked to Domain1, and there are...
2004 Feb 26
1
Gnumeric - 1 Excel - ?
Hi all, As happens from time to time, discussions on this list appear regarding the use of popular spreadsheets for statistical analysis. One such thread (post of mine) is here: http://maths.newcastle.edu.au/~rking/R/help/03a/6326.html While not advocating such use, these discussions have referenced articles that provide independent reviews of these applications and issues of accuracy, etc.
2018 Jan 13
1
Linker Option support for ELF
> But I'm very much against allowing any sort of option that specifies full > paths to be embedded, including "-L". Typically, object files are > location-independent -- if you want to copy them to another system and run > the linker there (with an appropriate sysroot path), that's going to work > perfectly fine. But as soon as you start allowing path options to be
2023 Dec 27
1
bind crashes after samba upgrade
On Tue, Dec 26, 2023 at 3:57?AM Rowland Penny via samba <samba at lists.samba.org> wrote: > I did reply and asked to see the OP's named conf files, but they appear > to be super secret, so I suggest he runs 'named-checkconf > /etc/bind/named.conf' instead. The systemd error messages can mask the > real error. My apologies, I didn't realize you were asking to see
2007 Aug 27
4
Problem with save or/and if (I think but maybe not ...)
...donnees<-donnees[,-2] # assignTable(con, "Datatable", donnees, append=TRUE) - Ne marche pas dbWriteTable(con, "Datatable", donnees, append=TRUE) rm(donnees, jourheure) } # Idem avec les fichiers d'extension .Px en chargant toutes les lignes (skip=0) # Amelioration possible : creer une fonction avec en argument p0fichiers ou pxfichiers for (i in 1:length(pxfichiers)) { donnees<-read.table(pxfichiers[i], quote="\"", sep=";", dec=",", skip=0) jourheure<-paste(donnees$V1, donnees$V2, sep=" ")...