similar to: Replacing NA values when building matrix using tapply

Displaying 20 results from an estimated 900 matches similar to: "Replacing NA values when building matrix using tapply"

2008 Jan 26
5
double-click in RData file versus load( file )
hello all, when I start up the R and I execute o follow code: > ls() character(0) > x=123 > assign("test_x", x, envir = .GlobalEnv ) > ls() [1] "test_x" "x" > setwd('C:\\R\\etc') > save.image('TEST.RData') > q('no') I have two different behaviours: (a) - when I start up R again by "double click" in
2007 May 02
2
Asterisk-1.4 with agent snmp
Hi, I`m trying to use the agent snmp buit in the asterisk-1.4, but I can`t do this... I used this link to do it: http://www.voipphreak.ca/archives/382 but I can't... Does somebody know how to do this or knows a how-to to do this?? Thank's _______________________________________________________ Yahoo! Mail - Sempre a melhor op??o para voc?! Experimente j? e veja as
2007 Jun 20
1
Problem to enter in domain
I am with a problem to enter the server samba+ldap that I configured. When I go in Rwindow$ XP and I try to enter the domain, I type login and the password of root. If I type the password certain the error is ?was not possible to locate the uru?rio name?. If I type the password wrong the error is ?imperfection of logon: name of unknown user or incorrect password?. I looked for regarding the
2007 May 08
1
Problem when PABX call to Asterisk by Unicall
Hi all, I have an Asterisk server connected in a PABX (TELEDATA) by channel Unicall.. I`m having problem when somebody call from PABX to Asterisk.. Eg: When somebody dial 1234, I received 1111112222333333444444 in the Asterisk CLI... If somebody can help me... or already saw this... Everton Goularth Uberlandia - MG - Brazil _______________________________________________________
2007 Jun 06
1
Record CDR in a Oracle database
Hello All, How can I do to record my asterisk's CDR in a Oracle database? I have to use unixODBC? Can anybody send me a step to step to do this configuration? Thank's All Everton Goularth _______________________________________________________ Yahoo! Mail - Sempre a melhor op??o para voc?! Experimente j? e veja as novidades. http://br.yahoo.com/mailbeta/tudonovo/
2007 Dec 04
1
Fax on asterisk
Hi people, I'm tring to configure fax on my asterisk server. I'm using the instructions of: http://www.asteriskguru.com/tutorials/spandsp.html and the files app_rxfax.c, app_txfax.c and apps_Makefile_patch from: http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/ I have already configure this on other server that the operation system is CentOS 4 and all
2008 May 30
1
Get all X iterations in optim output when controls(trace=6)
Hi, I would like to get all X iterations in optim output in matrix form. I know about the follow approach: sink("reportOptim") optim( ......., control=list( trace=6,..........) ) sink() all_iterOptim <- readLines("reportOptim") unlink("reportOptim") all_iterOptim <- all_iterOptim[ grep( '^X', all_iterOptim ) ] ### TODO: the rest !!! :-) But it is very
2007 Jun 20
1
Res: Record CDR in a Oracle database
Hi All, Thank's for your hint Tim Panton I could connect my asterisk machine to my oracle machine. I used unixODBC-2.2.11.tar.gz, oracle-instantclient-basic-10.2.0.3-1.i386.rpm, oracle-instantclient-sqlplus-10.2.0.3-1.i386.rpm and the drive from www.oracle.com (odbc-oracle-3.1.0-linux-x86-glibc.tar) to configure my asterisk machine. I can connect to my oracle machine with isql and in
2008 Jun 18
1
Error in bugs.run -- R2WinBUGS
Hi, I tried to use MethComp library and this library make use of the WinBUGS by R2WinBuGUS, but I get the follow error in bugs.run: *Error in bugs.run(n.burnin, bugs.directory, WINE = WINE, useWINE = useWINE, : * Look at the log file and try again with 'debug=TRUE' to figure out what went wrong within Bugs. Anyone can help-me, please? Thanks Cleber library( MethComp ) library(
2008 May 29
2
lm() function
hi, my linear model is y=c+a*x1+b*x2 i tried to found a, c, b by the use of: mymodel<-lm(y~1+x1+x2) where y, x1, x2 are 3 vectors with the same length the result is a=NA.so i want to know where is the problem. -- View this message in context: http://www.nabble.com/lm%28%29-function-tp17546079p17546079.html Sent from the R help mailing list archive at Nabble.com.
2007 Nov 16
2
Domain server unavailable
Hi all. I'm having a serious problem with my samba/ldap server. It was working well till the last week and today stops definitly. Nothing has changed. Now my network is down and nobody can log in. When I restart samba: invoke-rc.d samba restart * Stopping Samba daemons... start-stop-daemon: warning: failed to kill 4436: No such process
2007 Apr 09
3
tc (CBQ) and UDP packets
2007 Jun 18
4
triangle contour plots
Suppose I have three numbers p1, p2, p3 with 0 <= p1,p2,p3 <= 1 and p1+p2+p3=1, and a function f=f(p1,p2,p3) = f(p1,p2,1-p1-p2). How to draw a contour plot of f() on the p1+p2+p3=1 plane, that is, an equilateral triangle? Functions triplot(), triangle.plot(), and ternaryplot() give only scatterplots, AFAICS -- Robin Hankin Uncertainty Analyst National Oceanography Centre,
2007 Jul 28
8
generating symmetric matrices
Greetings, I have a seemingly simple task which I have not been able to solve today. I want to construct a symmetric matrix of arbtriray size w/o using loops. The following I thought would do it: p <- 6 Rmat <- diag(p) dat.cor <- rnorm(p*(p-1)/2) Rmat[outer(1:p, 1:p, "<")] <- Rmat[outer(1:p, 1:p, ">")] <- dat.cor However, the problem is that the matrix
2008 Dec 17
1
ERROR: Could not find an installable distribuition the install location
Hello. I install centOS 5.1 with xen and now I am trying paravirtualize the same centOS 5.1. So, I put the install cd in cd-drive and then in a terminal I did: mount –rbind /media/CentOS_5.1/ /media/disk/ and it works. then I configured one server of NFS. In a terminal I did: mount –t nfs 10.112.33.181:/media/disk/ root/Desktop/example/ and it works. Then when I was creating the
2009 Mar 12
8
help with loop
Dear useRs, I'm trying to write a loop to sum my data in the following way: (the second - the first) + (the third - the second) + (the fourth - the third) + ... for each column. So, I wrote something like this:   c <- list()   for(i in 1:ncol(mydata)) {   for(j in 2:nrow(mydata)) {   c[[i]] <- sum(yc[j,i] - yc[(j-1),i])   }}} As for the columns it works pretty fine, but it only
2009 Apr 23
3
Record in mp3
Somebody knows if I can save files in mp3 with the Record command on Asterisk? I try to recompile sox to suport mp3 but Asterisk return the folowing message when I use the Record command: - Executing [*40 at liberado15:15] Record("SIP/1201-083453c8", "/var/spool/asterisk/alarme/alarme-1201-200905121212:mp3") in new stack ??? -- <SIP/1201-083453c8> Playing 'beep'
2009 Apr 27
3
Diference between volume of mp3 and wav files
Hi, I have some files in mp3 in my Asterisk but when I play it the volume is lo= wer than wav files. Both the files (wav and mp3) are encoded with the same = amplitude. In anothers players the audio volume of these files are equal. Can I fix this diference between volume of mp3 and wav file? Thanks Veja quais s?o os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com
2009 Jun 26
5
(performance) time in Windows vs Linux
Hi, all. I began to migrate my R codes from Windows to Linux and surprised me with an old question. I simplified the problem and made a little test to compare times at same computer and the Linux time is worse (not so little) than Windows time: 28 vs 53 seconds. I make an example (below) to facilitate all to see the difference. I also build from source (it's my first time) a version of R to
2006 Nov 27
2
Problema ao Logar no Dominio
Boa Tarde, Estou com problemas para autentica??o de meus computadores no dominio samba. Quando tento pelo pr?prio windows ou na m?o pelo console adicionar uma m?quina ao dominio, ela ? cadastrada com sucesso, ela fica em ou=Computers,dc=xxx,dc=xxx por?m o smbd a procura em people o que resulta que meus usu?rios n?o conseguem logar... assim ... ao inves de o sambra procurar em ou=Computers ele