Displaying 20 results from an estimated 200 matches similar to: "(No Subject)"
2002 Jan 31
2
Help with Bootstrap function.
Dear List
I am using R with mcgv package to model spatial variation in density estimates of dorcas gazelle in Sinai. I have 59 points of data and 4 explanatory variables(distance from mountain edge, camel presence, Latitude & Longitude). I want to test the model fir via bootstraping. I have used the jacknife bootstraping but it have the limitation of allowing only 58 trials. I tried to use the
2003 May 30
1
power.t.test needs to check delta==NULL before abs(delta) (PR#3139)
Something like the following should be done for power.t.test to make
sure that it doesn't try to evaluate abs(NULL), which results in an
error.
--- rossini.power.t.test.R 2003-05-30 07:24:49.000000000 -0700
+++ rossini.power.t.test.R.~1~ 2003-05-30 08:47:09.000000000 -0700
@@ -10,7 +10,7 @@
alternative <- match.arg(alternative)
tsample <- switch(type, one.sample = 1,
2004 May 12
1
Formula of power.t.test
Dear Sir or Madam,
What is the formula for power.t.test(delta=delta, sd=segma, sig.level=0.05,
power=0.8, type="one.sample", alternative="one.sided")$n?
Thank you very much for the help!
Best,
Xiaorong
2009 Jul 29
2
[LLVMdev] building llvm using gcc 3.4.2
Hi,
Can I build llvm with gcc 3.4.2 !!!!
I'm getting the following error when I trying to build llvm 2.5 and
also 2.4
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/remote/users/hsenussi/edifact/llvm-2.4/
lib/Transforms/IPO'
make[3]: Entering directory `/remote/users/hsenussi/edifact/llvm-2.4/
lib/Transforms/Hello'
llvm[3]: Linking Release Loadable
2001 Nov 07
2
QNX
hello,
How can i compile Ogg Tools on QNX and use them (Anyone have experience (Not XP)). I have allready tried but there isn't sys/shm.h so it stops there
Thanx
Tuukka
Make a difference, help support the relief efforts in the U.S.
http://clubs.lycos.com/live/events/september11.asp
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2001 Sep 26
1
can't load user.dll
hi,
i'm running Wine release 20001202 on redhat 7.0. When i run my
application i get:
Cannot load user32.dll
During installation of wine i got conflict errors like:
wine requires xpm4g package.
I installed wine without it because i couldn't find the required
package.
thanks in advance
the wine.conf:
[Drive A]
Path=/mnt/floppy
Type=floppy
Label=Floppy
Serial=87654321
Device=/dev/fd0
2007 Mar 08
3
[BUG] clear ACL-s on destination
Destroy ACL-s on destination when no ACL-s differens between source and destination.
Bug is somehow related with function send_file_name() called with negative file descriptor f. There is no such bug in 2.6.9 version, but there options "-X -A --deleted" can't be used (we have "Internal error: wrong write used in receiver."). If I fix this, avoid calling send_acl() &
2017 Dec 14
2
delta and sd parameters for power.t.test
What is the rationale behind having both the delta and sd parameters for
the power.t.test function? For the relevant noncentrality parameter, we
only need the ratio delta/sd. If my effect size is given as Cohen's d,
then I only got that ratio and not sd.
As far as I see, in such a case, I can specify delta=d and leave sd at
its default value 1. Is this correct or am I missing something?
2014 Jan 02
1
Incorrect client netbios name in %m
I have a client (Fedora 19) and a server (Fedora 14/Samba 3.5.11) which
works fine.
I'm now setting up a new server (Fedora 20/Samba 4.1.3) with more or less
the same smb.conf
1. Issuing:
sudo smbclient -L //srv001 -U suser
list all shares correct.
2. Issuing:
sudo mount -t cifs //srv/Share3 /mnt/share3/ -o username=suser
Password for suser@//srv/Share3: ****
Retrying with upper case share
2003 Sep 03
0
Updated power.t.test
Greetings,
I've tried to update the power.t.test function to allow for different sample sizes and sample variances in the case of a two-sample t test. I'd gladly update
the corresponding help page if the code is to replace the current power.t.test function. The modified power.t.test code is included below.
The changes are as follows:
- Added three new arguments to the function
*
2003 May 05
5
Rpcclient - setdriver.
I have done one succesful driver for downloading to my windows 2000-client.
When i try set another with "setdriver " I get a result as : SetPrinter call failed!
The only differens between them is in the desritption-field
flags:[0x800000]
name:[\\localhost\HP4600]
description:[\\localhost\HP4600,HP4600,H4600]
comment:[H4600]
flags:[0x800000]
2015 Nov 24
5
Permission Denied
I have created a [home] share:
user at jupiter:~$ sudo ls -l /srv/samba/
total 24
drwxrwxr-x 2 root domain admins 4096 Nov 22 21:38 Demo
drwxrwxr-x 2 root domain admins 4096 Nov 15 11:51 Finance
drwxrwxr-x+ 2 root domain admins 4096 Nov 25 08:08 home
drwxrwxr-x+ 9 root domain admins 4096 Nov 24 21:06 Printer_drivers
When i try to set the ACLs in Windows I get "Permission Denied"
In
2000 Jun 28
2
Colour depth reduced to 12 by bitmap devices
I am using R to create colour plots as bitmap files. I have created a
palette of 256 colours that I want to use, but the resultant output
files contain only 12 colours used in dither patterns. The result is the
same whether I use bmp() or png().
How can I get the true colours that I specified instead of dither
patterns? (making the driver's job easier!)
I am using R 1.1.0 for Windows
2010 Feb 16
2
OT- Using TR-069
Hi,
Phone vendors (Snom, Thomson-Technicolor, ...) are on the way to support
TR-069 (see http://en.wikipedia.org/wiki/TR-069).
Has someone experienced with TR-069 ?
What do you think of this protocol set ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100216/2cbda4a8/attachment.htm
2003 May 30
0
power.t.test needs to check delta==NULL before abs(delta) (PR#3140)
It's the same as PR#2993, fixed yesterday in R-patched & R-devel
On Fri, 30 May 2003 rossini@blindglobe.net wrote:
>
> Something like the following should be done for power.t.test to make
> sure that it doesn't try to evaluate abs(NULL), which results in an
> error.
That's a backwards patch, I presume, or you revert the fix.
> --- rossini.power.t.test.R
2004 Oct 25
0
-failed to verify ticket-, smb-3.0.7, mit krb5 1.3.1
Hi everyone,
I've done a lot of reading on this issue over the last couple of days
I had a "Red Hat Linux release 9 (Shrike)" box running 3.0.3a and the
stock redhat krb5 package and it was authenticating against a w2k AD
domain (over which I have very little control save for my little OU).
things were working ok, but I wanted to update it to the new bug fixed
versions.
2009 Jun 22
2
Realtime extensions
Hi
I am having a problem with extension matching in asterisk (I am using
asterisk 1.6.0.6). Is there a difference between extensions matching
in realtime architecture and extensions matching in extensions.conf
file.
For example when I have these two extensions:
-- _0699[134]XXXXX
-- _06[069]XXXXXXX
that are in the database and number 0699123123 comes in asterisk will
always choose exten
2004 Oct 26
0
xpsp2 clients authenticate, W2ksp4 clients must use IP or FQDN
Hi,
I have an interesting issue. I?m running a redhat 9 box with samba 3.0.7,
and Kerberos 1.3.1. I?ve joined the machine to the AD2k3 domain, and all
the informational commands respond as expected, getent's, wbinfo ?g ?t,
and net ads*** and also 'smbclient -k //otherdomainserver/share' works as
it should from the server's terminal.
when connecting to the server with a windows
2004 Oct 15
0
Ihre Nachricht an Hapag-Lloyd Express - Your message to Hapag-Llo yd Express
Vielen Dank f?r Ihr Interesse an Hapag-Lloyd Express. Wir werden Ihre
Nachricht gerne so bald als m?glich beantworten.
Bitte beachten Sie unsere ?ffnungszeiten montags-freitags 09.00 - 18.00 Uhr.
Gerne k?nnen Sie auch in unserem HLX-Servicecenter anrufen. Sollten Sie
R?ckfragen zu einer bestehenden Buchung haben, geben Sie bitte Ihre
Buchungsnummer an.
von/from Austria 0820 500 742
2007 Nov 19
1
[Fwd: Kickoff time expired, how to change?]
Dear friends,
is there anybody who can help us, I've the same problem with the Kickoff
Time.
I also found no possibility to change it...
Heinz
-------- Original-Nachricht --------
Betreff: [Samba] Kickoff time expired, how to change?
Datum: Mon, 12 Nov 2007 10:35:32 -0700
Von: Tim Donnelly <tim@coalliance.org>
An: <samba@lists.samba.org>
I am attempting to move my