search for: amelior

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

Did you mean: melior
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. Alla...
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 -...
2006 Jan 31
2
SVM question
...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 once, to something more like a function at a time. D...
2009 Jan 27
1
paravirtualized vs HVM disk interference (85% vs 15%)
...irable for certain deployments (anyone with paravirtualized and HVM guests in the same box, like in example Linux+Windows2003, and you want a fair share of the disk transfer rate). What we are asking is if this is a consequence of the Xen design and a known behavior, and if there is a workaround to ameliorate the interference (the problem persists and in the same degree even if both guests perform writes below dom0''s dirty_ratio). Regards, Duilio J. Protti, Alejandro E. Paredes Intel Argentina Software Development Center _______________________________________________ Xen-devel mailing...
2004 Aug 06
0
DirectShow filter for Speex
...39;utilise l'outil graphedt.exe qui est inclu dans le sdk DirectX. Le fichier .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 expose...
2014 May 22
1
Interesting new hack attack
...usually already registered, but can be "bumped off". Your phone will re-register at intervals and bump the hackers, who will again register and bump your phone. This little game of "king of the hill" may show up in your Asterisk logs. So, these defenses can be employed to stop/ameliorate such hacking efforts: 1. Keep your phones behind a firewall. Travellers, beware! Never leave the default login info of the phone at default! 2. Never use the default provisioning URL for the phone, with it's default URL or password. 3. Use fail2ban, ossec, whatever to stymie any brute...
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...
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?
...> >> 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 by doing things like say "well, we > believe code patterns that look like this generate valid pointers, > but patterns that look like this can be ignored". It is very hard to > find a set of patterns you allow that gives you anything meaningfully > Interesting. So do...
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
...x? (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 ameliorated by indices. However, backing up mbox is a pain since changes results in the entire file being backed up for snapshotting filesystems, and atomicity of I/O operations is much harder. It just doesn't scale well for large mailboxes. As Aki recommends, use something other than mbox unless yo...
2006 Jul 27
0
CRUD, REST and associations
...reader.subscribed_to?(magazine) %></td> <td><%=h (magazine.title) %></td> </tr> <% end %> </table> As the Rails API docs state, has_many :through associations are read-only. Instead, changes are handled through the join model. So, let''s ameliorate this shortcoming class Reader def magazine_ids=(ids) Reader.transaction do subscriptions.clear ids.each do |magazine_id| subscription.create(:reader_id => id, :magazine_id => _id) unless magazine_id.blank? magazines(true) # force a reload end e...
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 ther...
2004 Feb 26
1
Gnumeric - 1 Excel - ?
...ingering criticism is Gnumeric's RNG, however Prof. McCullough (who references Prof. Ripley's 1990 PRNG paper) indicates in this article that the Gnumeric team has incorporated the Mersenne Twister to a beta version of Gnumeric, which may already have been released by now. This modification ameliorates this concern. For those wishing to stay abreast of such issues, this new paper may be of interest. It puts the open source efforts of the Gnumeric team (http://www.gnome.org/projects/gnumeric/) in a very favorable light. Best regards, Marc Schwartz
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
...ot;/usr/local/samba/private/named.conf"; ===================== When changing to the internal backend the DNS worked but no authentication. When changing back to the BIND backend the path to dns.keytab and Samnba's named.conf was updated and making these changes in the Bind configs did not ameliorate the problem. Thank you, Chris
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=" &qu...