search for: ansered

Displaying 20 results from an estimated 32 matches for "ansered".

Did you mean: answered
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
I want to make a log-log plot with a regression line, but I can't figure out what I'm doing wrong. What I'm trying is: plot(mass,area, log="xy", pch=as.numeric(food)) abline(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
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 by R-base-patched1.9.0-1 My question
2005 Dec 01
1
R Hierarchical clustering leaf node
Hello, I am new to the R package. After I use R to perform the hierarchical clustering, I am only interested in retrieving 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
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
Hello, I have got another problem. I wrote a function which is able to create plots with different numbers of bars. In order to give them a similar look I determined the width of the bars using the parameters width=0.59 AND ylim=c(0,10)) (see function 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
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 .............
You should be able to click Tools/Disconnect Network Drive from a Windows Explorer window, then select the connection to the Samba server and click ok. Note, this can be done even if the connection was not mapped to a drive letter, such as by typing \\server\share in the run box. You can then map a drive to the server with a different user account. Steve Aden Privileged/Confidential Information
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
Hi everyone, I just installed asterisk on my system with the purpose of rerouting calls on sip channels. I don't think i need any hardware for that. I am using LIPZ4(zultys) and sjphone as softphones. I tried setting up both of them and to call one from the other on the same machine, however could not. I 1-) I could connect sjphone in isolation to freeworld dialup howver i got no sounds
2006 Nov 29
1
TCP checksum change in RPC replies within XEN, NFS lockup (SLES10)
Hello, my apologies for not being sure whom to tell this problem, but it is very strange. Let me tell the story: I''m using XEN (3.0.2) with SLES10 (x86_64, SunFire X4100). On one machine I have three virtual machines ("DomU") that are very identically configured (SLES10 x86_64 also). There is also a SLES9 (i386) acting as a multi-homed NFS server. I can mount and access a
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
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?
Hello, Any help much appreciated. I''ve got a controller with @questions, which is an array of ProjectsQuestion model objects. I''ve got @answers as well, which is an array of Answer model objects, which are new and don''t exist in the database yet. For my view I want one form which lists each ProjectsQuestion followed by a textarea field where a Person can provide
2000 Dec 11
1
Installation
Hi, I have the following (probably trivial) problem: I am running a Windows 95 System and have setted the environment variables R_HOME and especillay R_USER in the autoexec.bat. The idea was, to invoke R at the startup to read in the files .Renviron and .Rprofile from my home directory, even when the current working directory is somewhere else. Subject to the manual it should work, but it does
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
Hi, I meant - if you have more specific questions - please ask them. And writing back to ML would be desirable, because this info might be useful for other people. I can't give you my dialplan, because it's too large and probably useless without lot of external configs. I can just tell you where to look in info, and if you don't have something working as expected - you're welcome
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