Displaying 6 results from an estimated 6 matches for "datur".
Did you mean:
datum
2006 Nov 29
2
Dummies multiplied with other variable
Hi,
I would like to estimate something like y = a + b*d2*y + c*d3*y where
the dummies are created from some vector d with three (actually many
more) levels using factor(). But either there is included the variable
y or d1*y. How could I get rid of these?
Example:
x = c(1,2,3,4,5,6,7,8)
y = c(3,6,2,8,7,6,2,4)
d = c(1,1,1,2,3,2,3,3)
fd = factor(d)
lm(x ~ fd*y)
gives:
Coefficients:
(Intercept)
2004 Sep 13
2
allowing/disallowing codecs in dialplan?
...allow=ilbc
then these settings are only considered when I get an incoming call, but not
when I make an outgoing call using
"exten=>...,Dial/SIP/${EXTEN}@SipgateAccount,60,)"
Thanks in advance, Andy
--
Andreas Greulich
E-Mail: andreas.greulich@spl.ch
Skype: klaymen-neverhood
Sermo datur cunctis, animi sapientia paucis.
2001 Feb 21
0
[Announce] pgp4pine-1.75-6 - expired public keys (from: vab@CRYPTNET.NET)
Hi,
Pine user should read the following advisory. I have not checked it
because I don't use Pine.
Werner
--
Omnis enim res, quae dando non deficit, dum habetur
et non datur, nondum habetur, quomodo habenda est.
-- Augustinus
-------------- next part --------------
An embedded message was scrubbed...
From: "V. Alex Brennen" <vab@CRYPTNET.NET>
Subject: [CryptNET Advisory] pgp4pine-1.75-6 - expired public keys
Date:...
2010 Aug 12
2
Problem resizing partition of nfs volume
Hi:
I have an NFS volume that I'm trying to resize a partition on.
Something about the fdisk process is corrupting something on the drive
Before running fdisk, I can mount the volume find:
$ mount /dev/sdo1 /home
... and the volume is mounted fine.
And,
$ e2fsck -f /dev/sdo1
/dev/sdo1: clean, ...
But then I run fdisk to rewrite the partition table of this drive, to expand
the /dev/sdo1
2018 Nov 30
3
(Question regarding the) incomplete "builtins library" of "Compiler-RT"
Hi @ll,
compiler-rt implements (for example) the MSVC (really Windows)
specific routines compiler-rt/lib/builtins/i386/chkstk.S and
compiler-rt/lib/builtins/x86_64/chkstk.S as __chkstk_ms()
See <http://msdn.microsoft.com/en-us/library/ms648426.aspx>
Is there any special reason why compiler-rt doesn't implement
other MSVC specific functions (alias builtins or "compiler
2010 Aug 07
6
ext4?
Listee's...
I have a 5.5 box and I have formatted a partition as ext4 however I
can't mount it, the mount command is telling me its an unknown file
system type. fsck tells me the partition is a clean ext4 partition but
I can't mount it.
Some reasearch has lead me to believe the problem is that ext4 isn't
enabled in the kernel by default in 5.5 (this was originally a 5.2 box
that