similar to: creating Pivot

Displaying 20 results from an estimated 6000 matches similar to: "creating Pivot"

2012 Jul 24
2
Create a Pivot
Hi Friends, i'm new to R....I have data frame having columns X Y Z....I want to do pivot on this data frame....can any one help me on this... Thanks, Namit -- View this message in context: http://r.789695.n4.nabble.com/Create-a-Pivot-tp4637629.html Sent from the R help mailing list archive at Nabble.com.
2012 Jul 26
5
Getting warning message
Hi Friends, I have a data frame X, and I want to add ?%? & ?$? in row 4 and 5 respectively. when I?m trying using below logic, I?m getting warning message. Can anyone help me out on this. X: Summary G Y R T Accts 582 644 0 1226 AcctCov 230 165 0 395 Cov% 40 26 0 32 UnCov% 60 74 0 68 EqVol11$MM8.5 10.6 0 19.1 Using this logic:
2017 Jan 06
3
Issue with handling of 480 DND
Hi List, we're calling a sip phone from our Asterisk Server, and try to add logic depending on the dialstatus Stripped down example; exten = 494XXXXXXXXX,n,Dial(SIP/4120089,15,w) exten = 494XXXXXXXXX,n,Goto(98-${DIALSTATUS},1) exten = 494XXXXXXXXX,n,Hangup() ..... exten = 98-BUSY,1,NoOp(Busy) exten = 98-BUSY,n,ExecIf($["${Voicemail}" =
2010 Jun 10
1
Re :help to aggregate data
Dear All, I have the data some thing like this, I am showing here three days data only: > dummy.data <- read.table(file='dummy.txt',sep='', header=TRUE) > dummy.data StDate Domaindesc Logins 1 05/01/10 xxx 10 2 05/01/10 xxx 45 3 05/01/10 xxx 2 4 05/01/10 yyy 45 5 05/01/10 yyy 20 6 05/01/10 yyy
2005 Nov 22
1
Iproute2 src mangling problems
Hi, I''m having an issue with changing the source address of packets origininating from a specific user using a combination of iptables and iproute2. We want to change packets originating from a specific service so that they originate from that service''s IP address, so that we can move it to a different physical server and have the packets appear to come from the same
2006 Feb 01
1
Unable to Register to Asterisk through Proxy
Hi, Has anybody come across a situation where they were unable to register with Asterisk through a SIP stateless proxy server? I'm getting an error: "403 Authentication user name does not match account name" As far as I can tell the requests reaching Asterisk with and without the proxy are identical excepting the IP address the REGISTER request is coming from and the Via header
2008 Oct 21
3
OT: Setting a CentOS to gateway a private IP address
This is mildly off topic since it has more to do with TCP/IP networking than with CentOS per se. However, at the risk of ruffling a few feathers I would like some advice on how to resolve the following routing problem: Given: dual homed host running CentOS-5.2 with eth0 = 2xx.yyy.zzz.23 eth1 = 192.168.219.1 and a Cisco gateway at 2xx.1xx.y7y.1 with the following networks: interface
2019 Sep 05
3
DNS question
This does not look bad, pretty ok. But im do have a question here. > ipaddress: 10.103.1.6 X.X.103.1 This indicated that the primary interface is eno2 > 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP > ??? inet 10.103.1.6/24 brd 10.103.1.255 scope global eno2 > 3: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP > ??? inet
2012 Jul 28
3
Appending the Column names
Hi Freinds, I have two data frames X,Y. I want to append both the data frames into one, along with the columns names from both the data frames (it should look like Z). X: Summary G Y R Acc 12 12 13 Bcc 11 14 15 Ccc 13 15 16 Y: Summary G Y R Acc 10 11 12 Bcc
2009 Nov 13
6
replace a whole word with sub()
Dear all, I cannot figure out how to solve a small problem (well, not for me), surely somebody can help me in few seconds. I have a series of strings in a vector X of the type "xxx", "yyy", "zzz", "IgA", "IgG", "kkk", "IgM", "aaa". I want to substitute every ENTIRE string beginning with "Ig" with
2014 Oct 17
1
LDB integrity problem
Hi, I've done upgrade from Ubuntu 13.04 (samba 4.0 alpha) -> 13.10 -> 14.04 (samba 4.1.6). Now it looks I've lost some accounts. samba-tool dbcheck reports problems but cannot fix them with --fix param: ERROR: incorrect GUID component for member in object CN=MobileEX,CN=Users,DC=yyy-local,DC=localdomain -
2012 Aug 01
3
Can any one help me on this Issue
Hi Friends, I'm new to R ,I have a data frame Z16 which is genarated from another data frame, and I want to add ?%? & ?$? in row 4 and 5 respectively. when I?m trying using below logic, I?m getting warning message. I'm using R 2.14.2 Version Can anyone help me out on this. Note: Initially i used tranfrom function to do some calculations,where ever it should give zero,its
2010 Jan 19
1
How to enable a range of IP addresses in realtime sip_buddies
I'm using realtime sip peers and I need to enable a range of IP addresses for a peer. I have: deny = 0.0.0.0/0.0.0.0 permit = xxx.yyy.zzz.0/255.255.255.0 mask = 255.255.255.0 defaultIP = xxx.yyy.zzz.112 host = xxx.yyy.zzz.112 Addresses other than .112 are being denied. Can someone offer assistance? Am I doing something wrong? Bruce
2012 Sep 27
2
equivalent of Stata "by construct"
I am evaluating a switch from Stata to R. I don't need to extensive Statistical methods, but the main reason I am exploring the switch is the coding flexibility in R (e.g. Stata does not support linear/quadratic programming). I have been going over the R syntax and I had a quick question: In Stata, one has a very useful construction called "by", e.g. by month signal: gen xxx =
2010 Jan 29
1
callerid not working over sip
Calling from my home using Asterisk 1.6.2.1 to an office extension (Asterisk 1.6.1.13) the callerid is not honored: Home: -- Starting simple switch on 'DAHDI/1-1' -- Executing [170 at internal:1] Answer("DAHDI/1-1", "") in new stack -- Executing [170 at internal:2] NoOp("DAHDI/1-1", "Context: office-extensions") in new stack
2013 Jun 17
1
Has anyone succeeded in making a WebRTC call from Mozilla Nightly to Asterisk?
I am using Asterisk 11.3.0 and just updated Nightly to 24.0a1 (2013-06017) and get a SIP 488 Not Acceptable Here response. I have no problems using the same Asterisk configuration and the same page to make a call from Chrome. I have seen other people post a similar issue, but I have not seen a solution. If someone with good knowledge of this issue were to respond with "this is a known
2004 Oct 30
3
Change Source address for port 2022?
I want traffic from IP xxx.yyy.zzz.8 and .9 on port 2022 to use IP xxx.yyy.zzz.4 as Source, is that possible? This is because it''s possible to access that port on a system from .4 but not .8/.9 .4 is Shorewalls external IP (and used as default gateway for .8 and .9) on eth0 and the zone is net .8 and .9 is on zone dmz and connected to eth1 with ProxyARP Mvh Joakim Hellström President
2011 Jul 14
1
Rails with BitKeeper
Hi, I''m currently writing a Rails app, in a repository controlled by BitKeeper. BitKeeper creates files, in the sub-directories it controls, so for source file yyy.zzz in Directory XXX it saves a file called s.yyy.zzz in subdirectory XXX/SCCS. When these files are created in config/initializers, rails tries to load them when it is run (as they retain the .rb extension). So my question
2010 Sep 09
2
using palm pre client with imap server
Hello Anyone here tried to use palm pre built-in email client with imap server (TLS)? Mine does not work; only one line in the log. imap-login: Disconnected (no auth attempts): rip=xxx.xxx.19.21, lip=xxx.yyy.zzz.aaa dovecot -n # 1.2.11: /etc/dovecot/dovecot.conf # OS: Linux 2.6.9-42.ELsmp i686 Red Hat Enterprise Linux ES release 4 (Nahant Update 8) ext3 base_dir: /var/run/dovecot
2010 May 25
1
Libvirt NAT-based network 2x-4x faster than Libvirt routed network?
Hi Is it expected behaviour that a libvirt NAT-based network is faster than a libvirt routed network? I would guess that the routed network would be the fastest one in all cases, but I'm seeing the opposite in my setup. On a 100mbit internet connection, the routed network tops at 4mbyte/sec, while the nat-based network goes all the way to 10mbyte/sec. I've spend the last 6 hours on