Displaying 20 results from an estimated 32 matches for "ansers".
Did you mean:
answers
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
...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 .............
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)
...#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
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 For...
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