search for: nevertheless

Displaying 20 results from an estimated 2304 matches for "nevertheless".

2018 Jan 16
1
Letters group Games-Howell post hoc in R
...database included in R package: data(sweetpotato) This dataset contains two variables: yield(continous variable) and virus(factor variable). Due to Levene test is significant I cannot assume homogeneity of variances and I apply Welch test in R instead of one-way ANOVA followed by Tukey posthoc. Nevertheless, the problems come from when I apply posthoc test. In Tukey posthoc test I use library(agricolae) and displays me the superscript letters between virus groups. Therefore there are no problems. Nevertheless, to perform Games-Howell posthoc, I use library(userfriendlyscience) and I obtain Games-Howe...
2017 Apr 07
5
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
...ince version 3.1.0 rsync has two options to address this problem: --ignore-missing-args and --delete-missing-args . The bad news, however, is that even with any of these, when the file disappears, rsync handles the file transfer properly, but then tries to set times or attributes on these files nevertheless. That fails with errno 22 ( EINVAL ) and still leads to exit code 23, which is a bit of an annoyance. I am currently trying to come up with a patch to address this issue, since I'd like to have exit code 0 for either of --ignore-missing-args or --delete-missing-args, when the files are, we...
2009 Jul 06
4
output too large to display all
Hi R Users, Hopefully a very simple solution, but I am stumped nevertheless. I am running glmer in which the output is too large so that not all the correlations are displayed. I expanded the max.print as recommended on this website. However, this still does not allow me to see the relevant information regarding the model fit (AIC etc), random and fixed effects. I hav...
2008 Apr 22
3
mount: /dev/sdb1 already mounted or /blah busy
...I'm using RHEL 4 update 6. mount: /dev/sdb1 already mounted or /blah busy It's actually an iSCSI LUN (NetApp filer). I successfully configured (ext3) and mounted it, but when I rebooted, the /dev/sdb1 device/partition is seen by the kernel and it shows up with "fdisk -l". Nevertheless I get that error. I've tried "umount" and am informed that /blah isn't mounted. I've tried "lsof" and don't find a process that's attached to /blah. I also tried "fsck -t ext3 /dev/sdb1" which worked (so it detects the ext3 file system). Any oth...
2011 Feb 22
6
[LLVMdev] Question about Value Range Propagation
...to > contribute with the code of my range analysis implementation if it can help > you in something else. We were thinking of adding VRP to LLVM too, though we were mostly interested in Patterson's approach (i.e. not connected with SSI form). It would be great if you can share the code nevertheless. Andrey
2017 Nov 03
3
dovecot-lda without starting dovecot?
...LDA and POP3/IMAP are on different physical hosts. They share the mail data via an external storage. Now we would like to use dovecot-lda on the smtp host, so we wonder if the lda binary works without starting dovecot from init. As there will be no POP3/IMAP usage on this host it seems unnecessary. Nevertheless we cannot judge if it is still needed for lda&sieve to work. Your opinion? -- Regards, Stephan
2024 Apr 16
5
read.csv
...read.csv(f) print(p) if(nrow(p)>0) all_data <- bind_rows(all_data,p) } } proteins[1:7] [1] "1433B" "1433E" "1433F" "1433G" "1433S" "1433T" "1433Z" dplyr::bind_rows() failed to work due to incompatible types nevertheless rbind() went ahead without warnings. Best wishes, Jing Hua
2020 Mar 20
4
Listenurl is not in HTTPS
I have successfully installed IceCast with SSL support : https://relay2.dgnet.be/ Stream is working fine with this URL : https://relay2.dgnet.be:443/different.ogg Nevertheless the listen URL still points to http://relay2.dgnet.be:443/different.ogg ( without https then ) So the links provided/generated by IceCast are wrong . What did I miss ? Is it possible to force the listenurl value in the icecast.xml ? Thanks in advance for your help, Danny -------------- next part...
2007 Nov 23
4
recalculation of maildir Quota
Hello, I intend to use maildir Quota for measurement only, not for applying restrictions. Therefore I defined rather high values. That's working as expected. Nevertheless it's not useful, because the recalculation time is to high. This takes some minutes for my own mailaccount with 250.000 mails on a NFS storage. This would be to bad, but whilst this time, the Mailclient hangs. Probably our users woulnd't accept this. Can this be done in the background? Fur...
2003 Feb 18
4
glm and overdispersion
Hi, I am performing glm with binomial family and my data show slight overdispersion (HF<1.5). Nevertheless, in order to take into account for this heterogeneity though weak, I use F-test rather than Chi-square (Krackow & Tkadlec, 2001). But surprisingly, outputs of this two tests are exactly similar. What is the reason and how can I scale the output by overdispersion ?? Thank you, Alexandre MILLON...
2011 Jan 16
3
Move KDE Plasma Integration to KDE Git Infrastructure
...although it does not look like other shells care about supporting different window managers I do not want to lose the possiblity to switch the window manager. Up to now Compiz has done a great job of supporting our additions, so that Compiz users get the same level of integration as KWin users. Nevertheless due to the fact that releases are out of sync Compiz users do not get new features when KDE has a release. This gets to a real problem when KWin changes the decoration API as that causes KDE4-Window-Decorator to crash (this is the most often reported bug against KWin). This has let to a stagnat...
2016 Dec 04
1
Samba 2.4.2 as secondary DC to Windows 2008 R2
Dear All, I am running a two location SOHO network with a Microsoft AD on a Windows 2008 R2 server. The only secondary DC is a Microsoft HyperV VM running on the same Windows machine. My aim is to become more independent from Microsoft products. Nevertheless, I need to upgrade my server to Windows 2016 sometime soon. In parallel, I would like to move the active directory to two separate servers (= one per location) running debian jessie and Samba 4.2.10 (current debian package 2:4.2.10+dfsg-0+deb8u3). To gain confidence, I would like to run the Window...
2016 Apr 28
2
Question about DFS
...gt;> (e.g. msdfs:serverB\\share,serverC\\share linkb ; Source: >> https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)? >> With a Microsoft DFS i have 3 options regarding the target. (Targets >> in >> a client's site are listed first in a referral. Nevertheless i can >> choose between: Random order, Lowest cost, Exclude targets outside of >> the client's site). Is it possible to achieve something similar with a >> samba DFS? >> >> 2. DFSR within samba is "not yet implemented." - is there any >> timetable...
2003 Sep 20
3
conditional function definition?
...a function 'slice.index', present in S but not in the versions of R we were working with at the time. So we put in a definition (copied from R-help ... ). However, it seems that slice.index is now in "base" in latest versions of R. So it would seem a bit silly to read it in anew. Nevertheless, probably we should keep it in for the sake of people still using older versions of R who would not have it. So what's the best method to do if( some test for function slice.index absent ) { slice.index<-function(....){....} } ?? Thanks, Ted. -----------------------------------------...
2018 Oct 20
2
rsync of big image files from virtual hosts takes lot of time
Hi, i'd like to rsync some image files from virtual hosts each night. The image files are between 50GB and 400GB big. I thought rsync would be the appropriate solution because it just transfers the differences, not the whole file. But nevertheless rsync takes hours. The images aren't much modified over the day, i would expect just some tens of megabyte needed to be transfered. I have the following command line: rsync -av --no-whole-file --inplace source destination. Is that ok ? Any suggestions ? I skipped the check with the hash valu...
2007 Sep 17
7
Re : syntax II
...>alter a particular item. So for those classes I wonder if we should add >an ''each'' method that passes in turn each valid index into the widget: > >listbox.each { | i | set_item_text(i, item_text(i).upcase) } > Everything that makes wxRuby looks more Ruby is good. Nevertheless, I don''t know if I will use this feature often. Cheers. Chauk-Mean.
2008 Oct 26
3
RHEL 4 + 5 wallpaper?
Hi, I know I know: upstream minus artwork. Nevertheless, I admit I'd like to simply use the RHEL background wallpaper for my desktop. Something like: http://www.oracle-base.com/articles/linux/images/rhel4/44-Desktop.jpg Can't seem to find these (4 and 5). Any idea? Cheers, Niki
2008 Jul 16
2
Windows Samba problem
Hi everyone , I'am new using Linux and SAMBA, so I hope you can help me to solve this problem : I have installed a SAMBA Server, I have created users and I can log in to the server, nevertheless, everytime I access the server, I lose my local Windows profile (I use the "same user and password"). What should I do to access my SAMBA server without losing my local windows profile (XP)? Regards, Ing. Guillermo Cardenas Comunicaciones y Soporte a Servidores Tel. 9177-5000 ext....
2012 Sep 23
2
any plans for UTF8 in vesamenu.c32?
Hi, UTF8 is a standard today. Nevertheless it seems to be impossible to display UTF8 characters in vesamenu.c32. Am I wrong? There is nothing about that in the docs. Are there plans to make vesamenu.c32 UTF8 capable or make syslinux capable e.g. for LC_ALL=de_DE.UTF8? Best regards, Uwe Galle
2013 Apr 23
2
Strange graphical pattern when using hist() function
Running the following lines I got a strange plot from hist function: x<-0:30 hist(x,breaks=31) As you can see, the 0 value appears two times in the plot. The Y axis only presents 1 as the highest value when: hist(x,breaks=62) Nevertheless, it seems to have two bars between 0 and 1. Could someone please explain to me why it is happening? Many thanks in advance!