similar to: ommoting rows

Displaying 20 results from an estimated 400 matches similar to: "ommoting rows"

2009 Jul 29
1
Add a line in a Pairs2 and mark the axis length
Hi, I have finally installed TeachingDemos trough zip file and installed on lbrary. One new question: I want to draw a line (like abline) on diagonal or the result of running a ols. How can I do it. On the other hand, I want to mark the length on each sub plot y axis. It is possible? My function is sca<-function(){ z2<-read.table("Ase.txt",header=T)
2009 Dec 24
2
Two Easy questions
Sorry all for these two easy questions: First, I have a matrix with trhee columns: A= Name Eight Puntuation Pepe 1,85 10 Paco 1,7 7 Pablo 1,82 6 I want to scatter the two columns (I could use pairs or other functions...) but the only doubt is that I cannot find the way to add in the associated intersection (the point scattered) the label "Pepe" "Paco" and so
2009 Jul 27
2
pairs plot
Hi all, I want to plot trough pairs() plot a matrix with 4 columns. I want to make a trhee plot in a graph. Plotting pairs colum 2,3,4 on y axis and 1 on X axis. You mean (a plot with three graphs) ommitting the first pair with itself. And only the pairs with colum 1 with the other not all pairs. I. e. this matrix 4177 289390 8740 17220 3907 301510 8530 17550 3975 316970 8640 17650 3651 364220
2009 Jul 16
4
Save results
I imagine I make a function whose results are a Matrix Z How cn I save in a txt or excel file the result of apply my function? something similar to save Z.txt. Thanks in advance. [[alternative HTML version deleted]]
2013 Apr 01
3
expression
Hi all, I´m using titt<- expression(paste("R con ventanas de 200 ", italic(datos))) And it works properly on a plot(...,main=titt,..) But if I want to add an improvement to avoid typing n on the plot so that n<-200 titt<- expression(paste("R con ventanas de ",n, italic(datos))) It doesn´t recognize that n is a "variable" and adds "n" letter
2010 Jan 26
3
Graph color
Hi all I want to apply different colors on a simple plot: If I type par(br="gray") before a plot it puts all the image in gray but (imagine I run a simple plot) want to let the centrall box (where the dots are plotted) in white or image in lightblue. Can anyone guide me to apply this second step (make the box where the series are plotted in different colours). Thanks in advance.
2009 Jul 21
3
writte file doubt
Hi I wrotte this function but when I get the "tmp.xls" file it shows data in a rare way. I mean not appears a matrix with 2000 rows and 100 columns. Can anyone help me, guide me? kim<-function(){ tmp<-randz<-matrix(rnorm(200000, mean=0,sd=0.01 ),2000,100); dim(tmp) write(tmp,file="tmp.xls") Thanks in advance. On the other hand, everytime I execute a function
2012 Aug 02
6
Polygon shaded area
Hi all, I have two vectors (columns) called "efinal" and "efinal 2". I want to plot them on the same plot and "draw" a shaded area beween the two lines using function polygon I have tried all but I don ?t understand the polygon area, can you help me with examples? plot(efinal,type="l",ylim=range(min(efinal2),
2009 Nov 24
1
Scatter plot with margin distributions
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091124/39eccb61/attachment-0001.pl>
2009 Jul 16
3
rnorm
Hi I want to simulate random numbers normal distributed with this size (2000,10000). I tried this but my computer exhaust there is a fast way to make it? randz<-matrix(rnorm(2000000),2000,10000) [[alternative HTML version deleted]]
2009 Dec 11
2
Data
Hi all, Imagine I have a matrix and the first colum is a list that repeats the same names, I want to sum the second column on each unique name on first column. Imagine this: Pepe 2 Pepe 3 Pepe 4 Jose 2 Jose 5 Manuel 4 Manuel 2 I want to make a new matrix that calculates and recognizes that there are 3 different names ans sum second column. But a priori I don´t know the list of the different
2011 Dec 08
2
[OT]: Require suggestions - GSM Gateway <-> Asterisk
Hello, I am looking for ideas and suggestions. I want to use a 16 port GSM gateway as a trunk for outbound/inbound. I will also have two PSTN phone lines coming into the Asterisk server. All calls will go to an IVR on the Asterisk PBX. Outbound from extensions will route to GSM-GW when the dialed number matches a pattern set in the GSM-GW trunk. And accordingly for the PSTN trunks. But that's
2006 Jan 28
1
boot bootcd (isolinux) copied on the hard disk
Hi, I try to boot some bootcd copy on the hard drive. I read (an try) that it's impossible to boot a cdrom .ISO image . ok So now I "unzip" the .iso into a folder (not a partition ! Because I have lot of .iso), and convert the entry from the isolinux.cfg to a valid grub entry (put in my menu.lst). The iso come from a bootable cd with isolinux. I will make a script for the
2004 Dec 16
1
BRI Card not recognized
Dear all i am using Fedora Core 2 . i have Planet BRI TA with HFC chipset ( hisax ) i can easyly connect to internet using BRI but this card is still not recognized by asterisk i am using i4l driver . some people suggest i should try bristuff from junghanns.net any ideas ? Thanks and Regards Talha
2006 Nov 01
1
Optimization and garch
Good day, Here I was trying to write a code for Garch(1,1) . As garch problem is more or less an optimization problem I also tried to get the algorithm for "nlminb" function. What I saw that if use this function 'nlminb" I can easyly get the estimate of parameters. But any other function is not working. I tried to write my own code for optimization using Quasi-Newton
2005 Jun 10
1
Sum up the values of a function
Dear R-Users, I have to do a maximum-likelihood estimation and have now a problem concerning how to sum up my function values in a smart way. I don't know how to explain it easyly, so I give you the code and show you where my problem is. I have shorten the code a little bit, so that you only get the necessary facts: ws12 <- function (z, i) (1/(1+exp(z[1]*(z[3]-x1[i]-
2003 Aug 04
1
SIP clients not sending audio
Hi, I've got two SIP clients, one is X-Lite on NT, the other is KPhone on Linux and when I try either the echo test or voicemail demos, they fail to send any audio. They are both set up as type of "friend" in sip.conf so that they can send and receive calls. Using an IAX client like Gnophone, I have no problems. The troubling thing is that I'm almost certain that this was
2009 Dec 31
1
AudioCodes Caller ID
I'm having problem passing Caller ID to asterisk from AudioCodes MP-114 (FXO) AudioCodes is passing the caller ID to Asterisk but Asterisk is trying to interpret it as authentication: [Dec 31 11:41:07] WARNING[9752]: chan_sip.c:8553 check_auth: username mismatch, have <pstn-5665>, digest has <pstn-1270> [Dec 31 11:41:07] NOTICE[9752]: chan_sip.c:14316 handle_request_invite:
2001 Oct 31
4
OggMux, a simple ogg file multiplexer
Hello, I have in the past few days played a bit with libogg. My goal is to learn enough of it to try wrapping current tarkin codecs into an ogg file, with vorbis sound eventually. I did work on a small program which allows you to easyly (de)multiplex Ogg files in a way which seems to conform to the docs. You can do things like: oggmux in1.ogg in2.ogg in3.ogg - mux3.ogg oggmux mux3.ogg -
2007 Feb 18
3
chan_sip.c:1968 create_addr: No such host:
I have followed all the install note for A2billing and have everything installed and configured and my asterisk works except the callingcard application. Added the following [callingcard] ; CallingCard application exten => 777,1,Answer exten => 777,2,Wait,2 exten => 777,3,DeadAGI,a2billing.php exten => 777,4,Wait,2 exten => 777,5,Hangup I am using 777 as the calling card