Displaying 20 results from an estimated 32 matches for "anser".
Did you mean:
answer
2012 Nov 30
3
repeating matrices in a list
Suppose I have the following square, non-negative matrices
> g=matrix(c(0,2,4,0.25,0,0,0,0.6,0),3,3,byrow=T);
I want to create a list where this matrix is repeated multiple times. if I
do this brute force (manually), using
> env <- list(g,g,g)
works fine. Yields
[[1]]
[,1] [,2] [,3]
[1,] 0.00 2.0 4
[2,] 0.25 0.0 0
[3,] 0.00 0.6 0
[[2]]
[,1] [,2] [,3]
[1,]
2009 Jun 04
3
Plot and lm
...ne(lm(mass~area))
or
plot(mass,area, log="xy", pch=as.numeric(food))
islands$logmass <- log(mass)
islands$logarea <- log(area)
attach(islands)
abline(lm(logmass~logarea))
But that does not show a line. Where am I going wrong?
data:
island, area,species,food,mass
Ibiza , 577 , Anser n. sp., herb, 2.0
Ibiza , 577 , Haliaeetus albicilla, carn, 4.8
Mauritius , 1874 , Raphus cucullatus, herb, 19
Mauritius , 1874 , Circus alphonsi, carn, 0.63
Mallorca , 3667 , Myotragus balearicus, herb, 40
Mallorca , 3667 , Aquila chrysaetos, carn, 4.2
Kreta , 8259 , Elephas creutzburgi,...
2009 Sep 10
2
De-duplication before SXCE EOL ?
Can anyone answer if we will get zfs de-duplication before SXCE EOL? If possible also anser the same on encryption?
Thanks
--
This message posted from opensolaris.org
2004 Nov 01
1
suse 9.2 question
Hi all, I checked the archive and didn't see an
anser to this. I updated to Suse 9.2 with kde 3.3
and the installed version of R (from the suse 9.1)
rpms came up with the following failed
dependencies (after querying the rpm)
error: Failed dependencies:
libg2c.so.0 is needed by
R-base-patched1.9.0-1
libreadline.so.4 is needed...
2005 Dec 01
1
R Hierarchical clustering leaf node
...g the leaf nodes that share
the last common ancestors. As illustrated below, I'd like to retrieve (B,
C) as a cluster and then (D, E) as another cluster. Any chance to do
this in R? Thanks! BTW, I just subscribed to this list (not sure if the
subscription is succeeded), please copy your anser to my personal email
(qfdong at iastate.edu) -- Qunfeng
|
|
-------------------------------------------
| | |
A ---------...
2004 Aug 25
3
Blocking a channel on T1
One of our clients has Asterisk with single T1 card (T100P). T100P gets
only incoming calls. Is there a way to block specific channels (say
channel 9 and 24) so that the Telco does not send calls on those
channels?
Thanks,
-- sudhir
2012 May 11
1
plot: many bars with wide bars
...ction below)
Now, this only works if I have just got up to 6 double bars. In the
following example it doesn't work because the bars for the line "Tab der
offe;9;11" are missing.
I would like to be able to create the plots up to more double bars (maybe 9
or so).
Does anyone know the ansers to this problem?
Thanks a lot in advance!!
Marion
function:
My .csv file " abb7ctreff " looks like this:
;bisher;in Zukunft
persönl Ges;55;24
andere Vera;45;23
Elternabende;39;26
Gespräche;18;11
persönl ;16;4
Schulunterr;14;9
Tag der offe;9;11
mw_g_2balk <- function(pfad="F:...
2013 Mar 06
1
Installation Samba on RHEL6.4
Hallo
First i try to install samba 3.5.21 on RHEL 6.4
Im getting the message:
Loaded plugins: kabi, product-id, refresh-packagekit, rhnplugin, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Loading support for Red Hat kernel ABI
2004 Mar 16
2
clients logout .............
...late to official business shall be understood as neither given nor endorsed by ITS
-----Original Message-----
From: Mike Stewart [mailto:stewart.mike@lineone.net]
Sent: Tuesday, March 16, 2004 8:55 AM
To: samba@lists.samba.org
Subject: Re: [Samba] clients logout .............
I hope someone can anser that... I would find it ver useful too !!
There
was the DOS "net logoff" but that will not work in a Windows VM, only in
"real mmode" :-(
> Hi,
>
> Two questions, only slightly related to SAMBA :
>
> 1) when I have logged into my Samba server (rh9) from
> a W...
2012 Oct 30
3
newbie: embeding seq in a list
Suppose I want to create a structure containing the following values:
0.8,0.9,1.0,1.1,1.2
If I use
env <- list(0.8,0.9,1.0,1.1,1.2)
then R returns
> env
[[1]]
[1] 0.8
[[2]]
[1] 0.9
[[3]]
[1] 1
[[4]]
[1] 1.1
[[5]]
[1] 1.2
But, if I try to 'save some key-strokes', and use
env <- list(seq(0.8,1.2,by=0.1))
then R returns
> env
[[1]]
[1] 0.8 0.9 1.0 1.1 1.2
I'd
2012 Apr 10
1
cbind, data.frame | numeric to string?
Complete newbie to R -- struggling with something which should be pretty
basic. Trying to create a simple data set (which I gather R refers to as a
data.frame). So
> a <- c(1,2,3,4,5);
> b <- c(0.3,0.4,0.5,0,6,0.7);
Stick the two together into a data frame (call test) using cbind
> test <- data.frame(cbind(a,b))
Seems to do the trick:
> test
a b
1 1 0.3
2 2 0.4
3 3
2004 Aug 06
1
Asterisk Dry Run
...d some explanation.
6-) Absurd question perhaps but i was just thinking if this is a possibility
: My number ( PSTN ) is 5678 ..now if someone dials 56789056 will i get the
call ? can i get 9056 as extension.
Lots of questions...new here and would be grateful if someone from the
communtiy could anser them
thanks
niko
_________________________________________________________________
Studies, career, romance. Whatever your concerns.
http://www.astroyogi.com/newMSN/ We have the answers.
2006 Nov 29
1
TCP checksum change in RPC replies within XEN, NFS lockup (SLES10)
...#39;'s
probably when the kill came in (31 seconds later).
The other odd thing is that the multihomes NFS server has a route to 132.199.0.0
for both ethernet interfaces, but only one of those, eth0, has IP 132.199.176.153.
However when an ARP request is sent for 132.199.176.153, there are two ansers:
ARP 132.199.176.153 is at 00:c0:9f:27:44:a6
ARP 132.199.176.153 is at 00:02:b3:d9:91:a7
Only the first one is correct. However that problem may be unrelated.
Back to the issue, I doubt that XEN will just overwrite the TCP checksum of some
specific RPC packets. Personally I could image is much...
2015 Mar 21
0
Ringtone to a member queue
Hello everyone, I configured a queue with dynamic agents for a small
proyect, normally only 1 member in the queue for ansering calls would be
enough. But I need to configure a ringtone or any other signal to
comunicate to the member's queue other call cames into the queue and the
member could decide if park the first one o keep the second one in the
queue.
I appreciate any help from the group.
Regards, Diego Hu...
2006 Jul 17
2
how to manipulate the OUTLOOK EXPRESS in Ruby
hello
how to manipulate the microsoftOUTLOOK EXPRESS in Ruby
please explain with code
thanx
--
Posted via http://www.ruby-forum.com/.
2006 Apr 09
0
''Has Many'' in one View form?
...s stored with the Person.
Can anyone suggest an approach for the view and form post action to 1)
make the form I specified above, and 2) process/store the many answers a
person submits? I''m having trouble with several things including id''s
in the answer textareas for the many ansers a person gives (~7),
looping, ie: "for @question in @questions" doesn''t give me an easy way
to access @answers, and more.
Thanks and I''m happy to provide more details...
All Best!
--
Posted via http://www.ruby-forum.com/.
2000 Dec 11
1
Installation
...t working directory is somewhere else.
Subject to the manual it should work, but it does not! These configuration files are only read in, if they are in the current working directory. But I do not want to write and save these files for every R project!
Who knows the solution?
Thank your for your ansers in advance,
Kai Staupendahl
***************************************************************
Kai Staupendahl
Diplom-Forstwirt (M.Sc.)
Institut fuer Forsteinrichtung und Ertragskunde
Fakultaet fuer Forstwissenschaften und Waldoekologie
Georg-August-Universitaet Goettingen
Institute of Fo...
2003 Oct 30
2
critical problem
About every 10th call coming into my x1000p is not getting the audio it
should. You can see the messages scrolling on the console as they usually
would, playing the thankyou, then and menu messages. internal phones ring,
but when answered there is no audio. The caller gets a full volume echo
with about 1/2 second latency.
At first I thought it might be related to using the aggressive
2007 Sep 13
0
asterisk call back dail plan
...ot
sure that it will work in 1.4
Regards,
Atis
On 9/13/07, amit salunkhe <amitsalunkhe21 at gmail.com> wrote:
> Hi sir
> i read your response mail on asterisk user list i need help with
> that dial plan which help if we transfer the call to any extension & it not
> anser with 26 sec, then that transfer call come back to us .
> so plz help me sir on thsi with that dail plan which you already
> working out.
> this is help as friend & if you need any help like this plz tell me i will
> try my best.
--
Atis Lezdins,
IT Responsible of BEST Riga,...
2011 Mar 26
3
Checking status of a cell phone
Hi,
I am looking for a way to check the status of a cell phone. Found one way that worked for me and would like to have some feedback or suggestion of improvments.
Below example is for a ?Swedish? cell phone, dont know if it works in the same way for other countries.
I could define ?redirecting? numbers for 3 traffic cases when u dial my mobile (073-302 59 75):
NOT_INUSE call forward to A
INUSE