similar to: Changing order of x factor in interaction plot

Displaying 20 results from an estimated 10000 matches similar to: "Changing order of x factor in interaction plot"

2012 Aug 20
1
Kendall package tau-a, b, and c
Hi all, I would like to ask a question related to Kendall package. I ran Kendall (x,y) and saw the results. But I am not sure which tau values R reported. I have ties in my data set, so I want tau-b. Can anybody tell how Kendall package is calculating tau values? I have looked at the package PDF, but I could not find any useful information. As long as I see from the following link, there
2011 Aug 18
1
Specifying data point locations on x-axis using boxplot() and points()
Hi all, I would like to ask a question with regard to R graphics. I am currently trying to add data points in boxplots using points(). In my script, I add up boxplots three times using add=TRUE. I use points() every time I add boxplots, and I see data points. However, I see all data points are clustered at three specific points on x-axis; the locations of the data points are not overlapping with
2004 Jun 10
4
XML How To for Cisco 7960
Aloha, Has anyone written an XML application for a Ciso 7960 phone running SIP? I can't find any examples anywhere! Anyone know of any resources for this? I have read it can render XML & can get input from the keypad & softkeys. Aloha, Matt
2004 May 12
2
Good source for Polycom IP Phones
Aloha, Does anyone have a good source for Polycom SoundPoint? IP 600/500/300 phones? Everyone sells Cisco 79XX. Aloha, Matt
2002 May 09
2
tdb_open_ex
I encountered the following problem, can anyone help me? when i use "nmblookup -B 192.168.1.255 redmaple" on my linux box named redmaple, something like "(tdb(null)): could not open file /usr/local/samba/var/locks/unexpected.tdb. No such file or directory" is output, and the name lookup failes. my samba is 2.2.3a, IP address of redmaple is 192.168.1.5 rgds aloha
2003 Jun 09
1
How much to use Dialogic?
Aloha, I have an application to build an eight conference bridge for a Norstar. I would have a converter to turn the digital ports into analog with disconnect supervision. On the digium site I only saw a single port FXO card. I would like to use a higher density FXO card like a D/41 or newer from Dialogic. I noticed in the handbook 2 (draft 3/30/03) that there is a price to use dialogic cards
2004 Oct 03
2
Hard phones that support ILBC
Aloha, Are there any hard phones that support ILBC? I see lots of soft phones but not Cisco, Polycom etc. Aloha, Matt
2005 Jan 03
1
Anyone ever get the Polycom Microbrowser XML document?
Aloha, Did anyone ever get the formating manual for the XML brwoser on the Polycom IP600? Does anyone have a sample? Aloha, Matt
2006 Jan 21
1
Can you disable Forward on a Polycom phone?
Aloha, Anyone know how to disable call forward on a Polycom Phone. Calls being accidentilly being forwarded somewhere is the #1 trouble that we have to respond to. The real issue is the 'end call' button becomes 'forward' when the call ends....therefore the user thinks they are pressing 'end call' but the call ends just before they press the button so they end up
2010 Oct 25
2
Ayuda con una función
Reciban un cordial saludo. De manera muy comedida les pido ayuda con la función indicada abajo. La usan en un artículo de inventarios. No veo dónde estoy errado. Gracias de antemano. César Escalante C. > lamb<-50 > L<-1 > h.<-10 > p<-25 > K<-5 > integ<-function(y){integrate(function(x)ppois(x,lamb*L),0,y)$value} > G<-function(y){(h.+p)*integ(y) +
2009 Jan 19
1
iscsi of a SAN on a DomU
Hi, i have a debian Etch x86_64 with a xen 3.1 on a kernel 2.6.18-xen. I have some DomU with Debian Etch. I installed open-iscsi, configure /etc/iscsi/iscsid.conf: --- node.active_cnx = 1 node.startup = automatic #node.session.auth.username = dima #node.session.auth.password = aloha node.session.timeo.replacement_timeout = 120 node.session.err_timeo.abort_timeout = 10
2002 Dec 03
2
Array multiplication
I wanted a sort of matrix product of an array and a matrix. As there does not seem to be any array multiplication apart from outer() I proceeded as follows: lambda <- array(0, c(n,m,d)) # stuff omitted # zed is an n by m matrix # # \lamb.star_{ik} lamb.star <- matrix(0, nrow=n, ncol=d) for (i in 1:n) { for (k in 1:d) { for (j in 1:m) { lamb.star[i,k] = lamb.star[i,k] +
2007 Mar 25
3
[LLVMdev] C99 restrict
Has there been any discussion of supporting the 'restrict' C99 keyword and C++ extension to boost alias analysis? My impression is that this would require modification of the LLVM IR. I couldn't find any discussion hits using the usual suspects for searches... -- Christopher Lamb christopher.lamb at gmail.com -------------- next part -------------- An HTML attachment was
2007 Mar 28
2
[LLVMdev] x86 in win32 folder
I don't want to drive this too off topic, but I should be clear that I wasn't suggesting that the LLVM project adopt XPJ as it's official config file format for Visual Studio. I have found it useful to use XPJ to generate the initial VS projects for a code base that doesn't already have VS projects. I also find it nice to be able to see all of the config options in a
2007 Apr 23
0
[LLVMdev] Register based vector insert/extract
On Apr 23, 2007, at 1:17 PM, Christopher Lamb wrote: > > On Apr 23, 2007, at 12:31 PM, Chris Lattner wrote: > >> On Mon, 23 Apr 2007, Christopher Lamb wrote: >>> How can one let the back end know how to insert and extract >>> elements of >>> a vector through sub-register copies? I'm at a loss how to do >>> this... >> >> You
2007 Mar 01
2
[LLVMdev] ISel using an operand as both source and destination
I have some instructions that use a register as both an input and as the output. Is there a way to specify this constraint in the InstrInfo.td or will this have to be custom selected/lowered? Thanks -- Christopher Lamb christopher.lamb at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Mar 30
3
[LLVMdev] LLVM "Native" Backend
On Mar 18, 2007, at 7:05 PM, Chris Lattner wrote: > On Sun, 18 Mar 2007, Christopher Lamb wrote: >>> LLVM can currently produce .o files directly in some limited cases, >>> or you >>> can go through an assembler, which is much more robust. Any help >>> improving the direct ELF writer would be appreciated. >> >> Which of the LLVM tools can
2007 Mar 28
0
[LLVMdev] x86 in win32 folder
It's not clear it offers any real benefits. The project files already exist. To use this, I would have to throw them away and create new XML files by hand. I would have to maintain them by hand also, whereas the project files are maintainable from within Visual Studio, i.e. via an integrated GUI interface. And to comment on supporting other targets: No reason it can't be done,
2012 Jan 04
3
Anyone have a reliable T.38 Solution
Aloha, We are looking to roll a solution that will have the following network layout: ISDN-PRI <--> Asterisk <--> T.38 <--> ATA <--> Fax Does version 1.8 with the Digium fax driver have this capability? I like 1.8 because it is a long term support version. What ATA's are people using? Any working solutions would be great! Aloha, Matt
2004 Oct 03
1
Where are the $500 24 port FXS gateways?
I heard mention of inexpensice FXS gateways. I only know of Adtran TA 750's. They are way beyond $500. Anyone have any recomendations? Aloha, Matt