Displaying 13 results from an estimated 13 matches for "zool".
Did you mean:
bool
2005 Apr 20
2
recompiling kernel
Can anyone supply a link on a how-to (or provide intructions) on
recompiling a centos 4 kernel? I'm trying my old rhel 3 commands and
they arent working.
2013 Aug 06
4
FreeBSD-Update + Sendmail
I have been updating my FreeBSD systems for many years by updating and
building from source. For the FreeBSD 9.2 cycle, I decided to use
freebsd-update for binary update instead. I use Sendmail + Cyrus-SASL and
the freebsd-update process only installed a 'bare bones' binary. How do I
compile just Sendmail from source so that it uses my /etc/make.conf for the
smtp_auth components?
2006 Apr 22
1
Partially crossed and nested random factors in lme/lmer
...ble
> lmer.inspection <- lmer(duration.root.transf~
+ (1|acceptor.grp/id) + (1|donor.grp))
the program terminates
I am grateful for any suggestions.
Version used: R 2.2.1 for Windows
Thanks,
Corsin Mueller
________________________________________
Corsin Mueller
Universit?t of Zuerich
Zoological Institute
Winterthurerstr. 190
8057 Zuerich
Switzerland
fon +41-(0)44-63 55277
fax +41-(0)44-63 55490
email corsin at zool.unizh.ch
2008 Sep 17
0
How to replicate probit regression analysis done by the priprobit software using R?
I wonder if anyone is familiar with the priprobit software (Sakuma M.
1998. Probit analysis of preference data. Appl Entomol Zool.
33:339?34). I would like to replicate the same analysis and output in
R. Of note, I want to determine the analytical sensitivity, defined as
95% cut-off value.
j
2005 Nov 09
2
kernel recompile help
Everytime I try to recompile a kernel, "make modules" always dies with
the error:
mv: cannot stat `include/asm-i386/asm_offsets.h.tmp': No such file or
directory
make: *** [include/asm-i386/asm_offsets.h] Error 1
I installed the src RPM and kernel-devel ... any ideas as to what I
could be doing wrong?
Thanks!!
2005 Dec 11
1
building a new kernel, problems booting without initrd
Hello all,
Grabbed a new kernel (from kernel.org) to build a custom kernel
but it won't boot. I followed the directions at redhat to setup a box without
initrd (which I don't want and don't need to use). But the system hangs.
Has anyone built a custom kernel without using initrd? I'm using CentOS 4.2.
It hangs at or after "Freeing unused memory"
Thanks.
excerpt from
2005 Aug 08
0
Compiling kernel/drivers for hw RocketRaid 1640
...le from them... I can't be sure,
however, I don't think CentOS is identical in this way...
Really, I'd like a FAQ for specific kernel compilation on CentOS 4.1,
however, failing that, here are the error messages that I'm getting:
In trying to follow this guide:
http://crab-lab.zool.ohiou.edu/kevin/kernel-compilation-tutorial-en/index.html
, I was unable to complete step 4: first and foremost, there was no
mention of rpm-build in that guide, which I was told I needed to
install, and did, seemingly without issue.
This was the next message I received:
> [root at localhost...
2009 Feb 24
0
[SoC09-Idea] Movement Ecology add-ons for adehabitat package
...useful in spetial
scale perception by animals (Nams 2006: Animal Behaviour. 72: 1197-1203).
- optionally, in conjunction with the random movement simulators already
present in adehabitat (in particular simm.levy and simm.crw), test for
deviations from a CRW model (Nams and Bourgeois 2004: Can J. Zool,
82:1738-1747) and detect if oriented movements occur (Nams 2006: Animal
Behaviour. 72: 1197-1203)
Required skills
The candidate should be both familiar with R programming and wildlife
radiotracking data analysis. A minimal familiarity with the adehabitat code
could be desirable.
Mentor
Damia...
2005 Aug 21
2
trying to recompile
Hi All,
I am trying to recompile the stock kernel to include XFS. At install
time of the OS I select to install the kernel source code however I do
not have a /usr/src/linux-2.6.9-5.0.3.EL-smp directory. I then learned
you must run "yum install kernel-sourcecode" to properly install the
source. When I run the command this is what happens ( see below) . The
error I get is:
warning:
2005 Nov 17
3
Custom kernel RPM/SRPM
Hi,
I've built customs kernels from the SRPMs with the following:
rpmbuild -bp --target=i686 /path/to/spec
cd /usr/src
ln -s /usr/src/redhat/BUILD/kernel-x.y.z/linux-x.y.z linux
cd linux
make oldconfig
make menuconfig
make all
make modules
make modules_install
And it works just fine. The problem now is that I think installing
that way isn't
2001 Apr 28
2
Mantel's randomization test
Dear all,
Dose anyone know whether there is a good R packege or
program for Mantel's randomization test?
Thanks in advance.
------------------------
Takashi Mizuno
zoono at sci.osaka-cu.ac.jp
Plant Ecology Lab.
Osaka City University
------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2005 Jan 21
6
Avoiding a Loop?
Dear R-Helpers,
I have a matrix where the first column is known. The second column is
the result of multiplying this first column with a constant "const". The
third column is the result of multiplying the second column with
"const".....
So far, I did it like this (as a simplified example):
nr.of.columns <- 4
myconstant <- 27.5
mymatrix <- matrix(numeric(0), nrow=5,
2010 Dec 05
0
What's difference between builder and template?
when i run `rails -h` , here is some options
-m, [--template=TEMPLATE] # Path to an application template (can be
a filesystem path or URL)
.....
-b, [--builder=BUILDER] # Path to an application builder (can be
a filesystem path or URL)
I does''t understand the difference between builder and template.
--
You received this message because you are subscribed to the Google Groups