search for: extacted

Displaying 20 results from an estimated 39 matches for "extacted".

Did you mean: extracted
2008 Jan 08
2
problem when extacting columns of a data frame in a new data frame
Dear R-users, I would like to create a new data frame composed of 2 columns of another data frame. But it does not give me what I want... > casesCNST[1:10,] case X1 X2 X3 X4 expected 1 A1 0 0 0 0 E 2 A2 0 0 0 1 C 3 A3 0 0 0 2 C 4 A4 0 0 0 3 C 5 A5 0 0 0 4 C 6 A6 0 0 1 0 C 7 A7 0 0 1 1 C 8
2007 Jul 01
4
Not able to find the file zaptel.conf after compiling asterisk and zaptel
Hi List; I compiled Zaptel 1.4 and Asterisk 1.4 after downloading them using svn, but when I checked the file zaptel.conf under etc/asterisk, I did not find this file. Any help? By the way: How can I know the asterisk and zaptel version extactly that I compiled them? In other words, asterisk 1.4.... and zaptel 1.4.... ? Regards ------------- ITS IP Telephony and Contact Center Engineer Eng.
2015 May 09
5
KVM Questions
I have a system with two CentOS 7.1 guests. When I created the VMs I did not have enough storage space in the default location /var/lib/libvirt/images so I moved the default location to a directory /home/vmimages. While this configuration is functional I regret creating a new storage pool in /home. I would like to create a separate partition to place the VM images removing them from their
2007 Jun 20
2
zlib1g
Hi List; Why I need zlib1g to do installation for Zaptel? Will zlib1g do compression or it will what extactly do during the installation process? Regards Bilal ____________________________________________________________________________________ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/
2003 Nov 20
1
help with logons/passwords
Hi, If I setup a share, and create a user with smbpasswd -a, I have to have enter the password extactly as the password supplied by the user's win2000 logon. If they match, then the user connects correctly and all is well. If, however, the win2000 password is different from samba's, then the user connects as 'nobody', and as 'nobody' you get problems with permissions
2006 Nov 06
1
question about function "gls" in library "nlme"
Hi: The gls function I used in my code is the following fm<-gls(y~x,correlation=corARMA(p=2) ) My question is how to extact the AR(2) parameters from "fm". The object "fm" is the following. How can I extract the correlation parameters Phi1 and Phi2 from "fm"? These two parametrs is not in the "coef" componenet of "fm". Thanks a
2005 Mar 15
1
blind xfer works atxfer doesn't...help!
Hi all I am having problems with atxfer if I do the extact same thing with blind xfer it works fine when I hit press #2 (defined in conf for atxfer) i get "transfer" I dial the number I want and i get the following on the console -- Playing 'pbx-transfer' (language 'en') -- Executing Dial("Local/18005558355@jesnjer-f97a,2", "/18005558355")
2005 Nov 24
1
New Xenoppix with Install2win and PXE-terminal-server
Dear, New Xenoppix is released. http://unit.aist.go.jp/itri/knoppix/xen/index-en.html It has new fueature (Xenoppix-terminal-server and install2win). It bases on KNOPPIX 4.0.2 DVD or CD. (The size of Xenoppix is sitll over 700MB, please burn a DVD-ROM.) New feature (Experimental) *Act as a terminal server. Xenoppix can be a Terminal Server and boots clinet PC with PXE network
2015 May 09
2
KVM Questions
On 05/08/2015 11:41 PM, James Hogarth wrote: > was wondering if this procedure might work to do what I desire: > > 1.) Shutdown the VMs > 2.) Archive the VM image directory /home/vmimages to a network drive > 3.) Use parted or fdisk to delete present /home partition > 4.) Use parted or fdisk to re-create smaller/home partition and new vm-images > 5.) Create XFS file system on
2004 May 14
1
covariates in lm
Dear R list, I have been trying to do a linear model, extracting the effect of a covariate.... and the results do not match, when I do it with other programs (e.g. minitab).... so it is obvious that I was doing something wrong. Whan I do it with minitab, I have this results: (sector is a factor and depth is the covariate): Source DF Seq SS Adj SS Adj MS F P
2013 Jun 10
5
Does stdlib break the regsubst function?
Hi all, We are currently using the regsubst function of Puppet to generate some information out of our hostnames (customer, environment, and so.). The manifest is running fine since months. 7: $customer = regsubst($::fqdn, ''(^[^-]*)-[^-]*.*'', "\\1") 8: $environment = regsubst($::fqdn, ''^[^-]*-([^-]*).*'', "\\1") 9: $product =
2012 May 31
1
please help! Extract the row to the new file by using if-statment
Dear all, I find some troubles about how to extact the row from csv. file by using if-statement condition. I want to extract the row if the rainfall is greater than the mean of rainfall and using the wrfta divided into 3 groups that's rainfall greater than mean -> group A ( create file group A_rain) -> groupB ( create file group B_rain)
2002 Aug 06
8
converting MASQ from ipchains
Hello, on my old system I''m using ipchains. Can anyone help me with converting rule /sbin/ipchains -A forward -j MASQ -s source_addr -d destination_addr 443 -p tcp to shorewall. I know that I can write eth0 source_addr to /etc/shorewall/masq file but I can''t found where I can specify the destination address. The reason for this is to allow one user (computer) access only to
2015 May 09
0
KVM Questions
On 9 May 2015 04:29, "Paul R. Ganci" <ganci at nurdog.com> wrote: > > I have a system with two CentOS 7.1 guests. When I created the VMs I did not have enough storage space in the default location /var/lib/libvirt/images so I moved the default location to a directory /home/vmimages. While this configuration is functional I regret creating a new storage pool in /home. I would
2015 May 10
0
KVM Questions
Am 09.05.2015 um 23:19 schrieb Paul R. Ganci <ganci at nurdog.com>: > On 05/08/2015 11:41 PM, James Hogarth wrote: >> was wondering if this procedure might work to do what I desire: >> >> 1.) Shutdown the VMs >> 2.) Archive the VM image directory /home/vmimages to a network drive >> 3.) Use parted or fdisk to delete present /home partition >> 4.) Use
2007 Apr 27
0
like SPSS
Hi, I've written code to extact a pumf file in R, subset it, and weight it like you would do in SPSS. My code is below & it works great. My question is: how do i then calculate the frequencies of smokers (1) versus non-smokers (2) after having weighted my file? or even the process that SPSS is going through to aggregate the data? Thanks, Nat Here is my code:
2011 Dec 14
0
mgcv 'bam' : prediction levels for random effects
Hi R users, I'm using the 'bam' function in mgcv to examine trends in a remotely sensed vegetation index. I have one random effect variable, 'cons' (with six levels) which identifies different subjects within this analysis. My model is specified as follows: rm4<-bam(trend~factor(zone)+s(cons,bs="re")+s(year,
2016 Sep 16
0
Opus DTX support
Hi, I want use opus DTX to save bandwidth in my half duplex VOIP project, so i require help for below questions 1)what is opus DTX and documents to study DTX. 2)if opus DTX is enable do i need send comfort noise or completly drop silence detected frame. 3)How extactly OPUS DTX works with RTP protocol. 4) how to test with OPUS demo binary Thanks & Regards Vittalprasad B R 8722397247
2019 Jul 10
2
error in sernet samba
Reindl/Harald, What is your first name? Sorry for asking, but always wondered about it. I just wanted to note here that... 1) I have seen this also if samba is upgraded and not restarted. Or 2) if a packages is not upgrade because an extra package is also needed at install. And that should be tested/checked/tried out first and if that all fails, then its needed to contact sernet support.
2004 Sep 08
2
Asterisk with Primus Talkbroadband
Hey, I've checked all over and can't find what I need to know, so I'm posting here. I want to use Asterisk with my Primus VoIP service but it seems I need a username and password to authenticate with at Primus. Has anyone had any experience with this? How did you get it? Is it stored somewhere in the D-Link gateway they gave me? Thanks in advance and sorry if this makes no sense.