similar to: about contrasts

Displaying 20 results from an estimated 20000 matches similar to: "about contrasts"

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
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
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(
2007 Dec 02
1
odfWeave error
hello all, I trying to use the package 'odfWeave' and I get the follow error: ### error message ############################################################# ... Removing content.xml Post-processing the contents Error in .Call("RS_XML_Parse", file, handlers, as.logical(addContext), : Error in the XML event driven parser for content_1.xml: error parsing attribute name
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 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
2009 Jan 13
1
odfWeave: Error in matrixPaste(...)
Hello all, I try the follow test with an odf file. *INPUT: teste.odt* <teste, results=xml>>= x <- matrix(rnorm(6), nc=2) xst <- tableStyles(x, useRowNames = TRUE, header = NULL) odfTable(x, styles=xst, colnames = NULL, useRowNames = TRUE) @ and I get this error: *OUTPUT error:* Error: chunk 1 (label=teste) Error in matrixPaste(textStart, textName, textEnd, x, tagEnd, sep =
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
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 28
0
Limit outgoing call for sip peer
Hi All, I need to limit outgoing calls in my sip peers... I tried to use "call-limit=1" in these peers in the sip.conf, but it didn't work... Here is my peer configuration in the sip.conf: [sip.broadvoice.com] accountcode=broadvoice type=peer dynamic=yes username=MYUSERNAME fromuser=MYUSERNAME authname=MYUSERNAME user=MYUSERNAME secret=xxxxxxxx host=sip.broadvoice.com
2007 Jul 13
1
Keeping old profiles
Hi all. The user did not log in samba. Now, log in samba, how I make to keep the old profile? I don't want that a new profile is created. The username is the same. Thanks in advance. Sincerely Walmiro Muzzi _______________________________________________________ Yahoo! Mail - Sempre a melhor op??o para voc?! Experimente j? e veja as novidades.
2007 Sep 25
2
show queue (queue name)
Hi all, does anybody know any way that when it run "reload app_queue" in the asterisk cli it don't lose the informations from "show queue (queue name)" ? I'm passing for this trouble, because I need this informations (http://www.voip-info.org/wiki/index.php?page=asterisk+cli+command+show+queue) that asterisk cli command "show queue (queue name)" show me
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 May 07
2
Asterisk to record CDR in DB Oracle
Hi People, I had success to do my asterisk to record CDR in a databese MYSQL... Now, I need to do it to record CDR in Oracle... Does Anybody knows how to do this?? Every hints are welcome.... Thank`s all Everton Goularth Uberlandia - MG - Brazil _______________________________________________________ Yahoo! Mail - Sempre a melhor op??o para voc?! Experimente j? e veja as
2007 Aug 01
1
smbd panic
Hi all. Please. Can somebody explain to me what's goin on with samba??? Thanks in advance! Aug 1 10:37:03 cronos smbd[28462]: [2007/08/01 10:37:03, 0] lib/substitute.c:alloc_sub_basic(521) Aug 1 10:37:03 cronos smbd[28462]: alloc_sub_basic: NULL source string! This should not happen Aug 1 10:37:03 cronos smbd[28462]: [2007/08/01 10:37:03, 0] lib/fault.c:fault_report(36) Aug 1
2013 Oct 05
3
trying to compile R in win 7 (with Rtools)
hello all, I am trying to compile the R in Win7 and compiles one small part but the script don't move from the 'base' directory to 'stats' I installed the Rtools likee administrator and call the terminal (MS-DOS) like administrator too. if somebody can tell me any tips, I thank in advanced cleber ############################################# File LOG
2005 Oct 06
3
playing with R: make a animated GIF file...
Hello all I am playing with R for to make a animated GIF. any suggestions, improvements are welcome :-) case somebody could help me, i thanks! Cleber N. Borges ( klebyn ) my objective: (steps TODO) ------------------- 1) to save PNG files; -----> i don't know the best way to make this; 2) transform the PNG files into GIF files (easy! no problem! ... i think ...) 3)
2009 May 04
1
how to change nlme() contrast parametrization?
How to set the nlme() function to return the answer without the intercept parametrization? #========================================================================================= library(nlme) Soybean[1:3, ] (fm1Soy.lis <- nlsList(weight ~ SSlogis(Time, Asym, xmid, scal),                        data = Soybean)) (fm1Soy.nlme <- nlme(fm1Soy.lis)) fm2Soy.nlme <- update(fm1Soy.nlme,