Displaying 10 results from an estimated 10 matches similar to: "Reading spss files into R - warnings"
2010 Oct 05
1
Tukey HSD Test als Post Hoc Test nach einem GLM inkl. Anova
Hallo,
zur Analyse von Daten zum Artenreichtum von Pflanzen, habe ich ein Glm (glm)
und anschlie?end eine Anova (anova) durchgef??hrt. Nun m??chte ich f??r die
signifikanten Einflussfaktoren einen Post Hoc Tukey Test durchf??hren, um zu
ermitteln in wie weit die einzelnen Faktorstufen sich signifikant
voneinander unterscheiden.
Mit dem Befehl (TukeyHSD) komme ich nicht
2020 Jun 17
1
[PATCH] Kbuild for klibc and nfsmount: add -fcommon
-fcommon is not default anymore, with GCC 10 you get the following
failure without it:
KLIBCLD usr/klibc/libc.so
ppc-linux-ld: usr/klibc/globals.o:/root/packages/klibc-2.0.7/usr/klibc/../include/unistd.h:15: multiple definition of `environ'; usr/klibc/__shared_init.o:/root/ldb_base/ofl/packages/klibc-2.0.7/usr/klibc/libc_init.c:42: first defined here
ppc-linux-ld:
2020 Mar 27
2
[PATCH v2 1/5] Kbuild: add support for clang builds
From: Michael Davidson <md at google.com>
Add cc-name to klibc/scripts/Kbuild.include.
Make optimization flags not supported by clang conditional on cc-name.
Don't use -nostdinc when building klibc.
While klibc doesn't (shouldn't) use the standard header files
supplied by the toolchain, it does still need to be able to find
the compiler-specific header file
2005 Jun 05
3
segmentation fault
Hi,
When tring to remove lost+found folder on ocfs2 fs, i
got segmentation fault.
Attached log message.
System running on kernel 2.6.9-5.0.5.EL using ocfs2
Release 0.99.11-1 (BETA)
Tq.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Jun 05
3
segmentation fault
Hi,
When tring to remove lost+found folder on ocfs2 fs, i
got segmentation fault.
Attached log message.
System running on kernel 2.6.9-5.0.5.EL using ocfs2
Release 0.99.11-1 (BETA)
Tq.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2001 Nov 07
3
samba PDC with NIS, or other solution?
We have a network with Windows NT/2000, SGI's, Linux, Macintosh, AIX. Our
user account/passwords for all our machines is handled by NIS on an AIX
machine.
Our unix machines autheticate through NIS. Our windows machines
authenticate by loging on to an NT server acting as the PDC, and that PDC
has a service installed on it called "WinDD NIS" (made by Tektronix I
think) which contacts
2014 Jan 01
8
[LLVMdev] LLVM 3.4 RC3 fails to run on Win32
Hello all,
I downloaded LLVM-3.4-rc3-win32.exe from
http://llvm.org/pre-releases/3.4/rc3/ but all *.exe files of bin
directory fail to run on a native Windows XP 32 bit system. Could it be
that they are compiled for a 64 bit system?
Best regards
Jasper Neumann
2013 Oct 30
0
2013 Rails Rumble Gem Teardown
Hi guys. I just finished writing up my analysis of the gems used in the
2013 Rails Rumble:
http://www.dwellable.com/blog/Rails-Rumble-Gem-Teardown
The Rails Rumble organizers were kind enough to let me look at the Gemfiles
submitted by 221 teams. I spent a couple of days digging into the data. I
was able to answer questions like:
- Are people turning off turbolinks?
- Haml vs. Slim - fight!
2011 Aug 17
0
Teleport 1.0.1
I just released the Teleport gem - easy Ubuntu server setup via
teleportation. Teleport sets up servers by "teleporting" to the machine
and running itself there. It installs Ruby, then follows the
instructions laid out in your Telfile to customize the server.
https://github.com/rglabs/teleport
The role/server setup is similar to Capistrano, though the syntax is
slightly different. You
2004 May 06
2
progress & redirects
Hi. I use rsync to suck down a large amount of data every night using a cron job that logs to a file. If you run rsync --progress and redirect to a log file you end up with the progress for each file piled up onto a single line. \r is generally ignored by editors and viewers. That leads to my question...
Would it be possible to have rsync output log-friendly progress if output is redirected?
For