Displaying 6 results from an estimated 6 matches for "malec".
Did you mean:
male
2010 Oct 07
2
first post and bootstarpping problems
...aling with geometric morphometrics of deer skulls. Yes, I am a biologist and my math skills are just beginning to brush up. To cut to the chase...
I have two groups in my data (males and females) and my data is in a simple vector form. Now I need a bootstrap test for this value
szc1 <- ((mean(maleCent)-mean(femaCent))^ 2)/(var(maleCent)+var(femaCent))
which concerns two aforementioned groups. I have 39 males and 11 females totaling to 50 individuals. Now I don`t know how to assign this to a bootstrap boot() function. Any ideas?
[[alternative HTML version deleted]]
2008 Mar 03
1
qemu-dm I/O request not ready
...r: 0, port: 0, data: 0, count: 0, size: 0
and virtual mashines kernel reports:
hda: set_multmode: status=0x41 { DriveReady Error }
hda: set_multmode: error=0x04 { DriveStatusError }
ide: failed opcode was: 0xef
hda: cache flushes supported
hda: hda1 hda2
and here is hang.
- --
Pozdrawiam Dariusz Malec
http://www.kos.wsiz.rzeszow.pl
http://www.kos.wsiz.rzeszow.pl/~dmalec
GG:1720216
JID:dmalec@jabber.kos.wsiz.rzeszow.pl
"Podwładny powinien przed obliczem przełożonego mieć wygląd lichy i
durnowaty, tak by swoim pojmowaniem istoty sprawy, nie peszyć przełożonego."
Ukaz Cara Rosji Piotra I...
2006 May 31
4
how to decrease answer time !
Dear list
i am using Asterisk 1.2.5 with A@H . here is my problem.
if i dial a number (consider 79) i have to wait around 20 seconds
before my Asteisk box response. now i want to decrease this waiting
time . any idea how to do that ?
thanks
Salaque
2005 Mar 22
9
am i the only one with this problem?
(clean install)
>gem install rails
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Install required dependency activesupport? [Yn] y
Install required dependency activerecord? [Yn] y
Install required dependency actionpack? [Yn] y
Install required dependency actionmailer? [Yn] y
2017 Feb 10
0
Delta !RT-6K
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
Does anyone has experience with Deltas UPSs? I have fresh install of
two RT-6ks
(http://www.deltapowersolutions.com/pl-pl/mcis/5kva-10kva-single-phase-u
ps-rt-series-specifications.php)
in parallel witch legacy snmp cards and looking for best monitoring
and maintenance solution.
Stock software looks quite nice but not very functional on linux
2005 Mar 28
0
Active Record: finding records based on :belongs_to values
All --
I''ve got a bunch of different user types, all of whom have an Account.
Account holds first and last name, and a few other values; values for
the the other types vary considerably.
The problem I''m facing is that I want to order results by last, first
for all the user types, and I don''t see any way to do that except for
diving into SQL.
I don''t want to