similar to: Edit function

Displaying 20 results from an estimated 30000 matches similar to: "Edit function"

2006 Jun 09
2
Date calculation
Dear all R users, Suppose I have a data frame "data" like this: 5/2/2006 36560 5/3/2006 36538 5/4/2006 36452 5/5/2006 36510 5/8/2006 36485 5/9/2006 36502 5/10/2006 36584 5/11/2006 36571 Now I want to create a for loop like this: date = "5/10/2006" for (i in 1: 8) { if (data[i,1] > date) break }
2006 Dec 22
4
Request permission to edit/create new entries for FreeNX and YUMEX
Hi people I will like to ask for the permission to rewrite the current FreeNX article. The current article is lacking in the information on how to add accounts to the nxserver on centos. I think it will be very difficult for linux newbies to understand how to read that article. I am a newbie too so I can understand the frustration when you can't find an appropriate HowTo article. Addtional
2006 Jun 15
1
Array
Dear all R users, I am wondering if there is any way to define a 3 dimentional or 4 dimentional array in R. Sincerely yours, thanks in advance Send instant messages to your online friends http://in.messenger.yahoo.com Stay connected with your friends even when away from PC. Link: http://in.mobile.yahoo.com/new/messenger/ [[alternative HTML version deleted]]
2004 Jun 07
1
Seeking Volunteers for an Intro to Asterisk Course
Our company, Signate, is going to be offering a three day introductory Asterisk training course, the first of a series. The first class will be in San Francisco the week of June 28. It will be a beta test to get the kinks out and we will not charge for the class or the materials. Anyone who attends is responsible for their own travel and lodging, if necessary. I doubt anyone reading the lsit
2008 Oct 18
5
Getting names of variables without quotes
  Dear R-helpers, hello I am seeking your help in somehow getting names of variables without quotes (" "). Let us say, we have a table with 3 variables V1, V2 and V3. After the table is read, I get names of the variables (thro' the following code) as under quotes (like "V1" rather than the original representation V1)  
2012 Nov 28
3
error, R commends cannot show the expected output
Hi, I am working on R 2.15.2 on Win. 7. I am trying to run some simple commends. >class(SWX.RET) # SWX.RET is a data file that has been loaded. But, I cannot see the expected output. I have deselected "buffered output". Still it does not work. Any help will be appreciated. Thanks [[alternative HTML version deleted]]
2006 Aug 24
6
Intro to Programming R Book
I am new to R and am looking for a book that can help in learning to program in R. I have looked at the R website suggested books but I am still not sure which book best suite my needs. I am interesting in programming, data manipulation not statistics. Any suggestions? Raphael
2007 Apr 18
5
Problem with ?curve
Dear all R gurus, I have following syntax: y = c(1:10) chippy <- function(x) { y[5] = x sin(cos(t(y)%*%y)*exp(-t(y)%*%y/2)) } curve(chippy, 1, 20, n=200) But I am getting error while executing : Error in xy.coords(x, y, xlabel, ylabel, log) : 'x' and 'y' lengths differ In addition: Warning message: number of items to
2007 Nov 28
6
Mail Server Install
Hi Friends, I am planning to upgrade my mail server from CentOS4.5 to CentOS5. By this, I also planned to replace my postfix mail server with Scalix although the community edition limit me to just 25 premium user, I think it is suffice for us with the remaining user as standard user (with approx. <> 100 users total). Is there a catch on using Scalix based on your experience. I see that
2008 Jul 17
2
Fw: how i can install Rgraphviz in R2.7.1
--- On Tue, 15/7/08, haani hanni <maaryam_khan@yahoo.com> wrote: From: haani hanni <maaryam_khan@yahoo.com> Subject: how i can install Rgraphviz in R2.7.1 To: "Nabble" <support@nabble.com> Cc: r-help-request@r-project.org Date: Tuesday, 15 July, 2008, 1:39 PM hello i am a new user of R.i have window XP Proffessional in my P.C.i wanted to make the graphs of my
2006 Aug 08
2
Frequency Distribution
Hi, Could someone please suggest where I might find some instructions / tutorials / FAQs that describe how to create a frequency distribution and cumulative frequency distribution in R using different class withs. I have about a 2-million observations (distances between points ranging from sub-millimetre to about 400km, and I want to get a feel for how they are distributed). I'd like the
2006 Jun 07
7
Internet Explorer 6 Setup & A
--- James Hawkins <truiken@gmail.com> wrote: > Please try running ie6setup.exe from your home > directory and report back. An interesting development: Running it from the home directory didn't help, but running it, letting it fail, then running it again works (regardless of location). The installer finishes ok, and places all the files in Program Files/Internet Explorer.
2010 Jan 22
3
mail program question
Hi ls postfi same as sendmail / exim ? any mail program better to configure/manage Thank you so much Send instant messages to your online friends http://uk.messenger.yahoo.com
2007 Sep 11
2
Network Connection Card Problem?
Hi List, My Mail/Proxy server has from time to time refuse to accept accept network connection. If I restart the network service, the service will again start to accept connection but after some time will again refuse connection. I use CentOS 4.5 with Squid, DansGuardian, Postfix. Please can someone point me what are the possible cause of this. Thank you. junji aisalen.wordpress.com Linux
2006 Sep 28
3
Evaluation of defaults in functions
Hello, and sorry if this is already explained somewhere. I couldn't find anything. R (2.3.1, Windows) seems to perform some kind of lazy evaluation when evaluating defaults in function calls that, at least for me, leads to unexpected results. Consider the following, seemingly equivalent functions: > foo1 <- function(x, y=x) { + x <- 0 + y + } > foo1(1) [1] 0 > foo2
2008 Jul 24
5
How to delete duplicate cases?
Dear R users,   I have a dataframe with lot of duplicate cases and I want to delete duplicate ones which have low rank and keep that case which has highest rank. e.g   > df1   cno      rank 1  1342    0.23 2  1342    0.14 3  1342    0.56 4  2568    0.15 5  2568    0.89   so I want to keep 3rd and 5th  cases with highest rank (0.56 & 0.89) and delete rest of the duplicate cases. Could
2007 Mar 11
4
Problem configuring voice conference
Hey! I am trying to configure the voice onference with MeetMe application for my internal users. I have my server and 4 clients on same LAN and following is my extensions.conf file: [globals] Ahsen=SIP/222 Tahami=SIP/444 Uzair=SIP/333 Wasif=SIP/555 [internal] exten => 1234,1,Macro(voicemail,${Ahsen}) exten => 4321,1,Macro(voicemail,${Uzair}) exten => 5678,1,Macro(voicemail,${Tahami})
2005 May 18
5
Polycom Instant Messaging
Can anyone explain the Polycom Text Messaging features built in to the IP 500/600? Can Asterisk (or something else) talk to it? I've seen vague references to MSN Messenger, and somehow that's mentally disturbing. Chris Coulthurst <mailto:chris@shuksan.com> chris@shuksan.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Dec 28
9
mkdir this "." directory
Hi I have this . folder under tmp 1/ How they can make it this folder? 2/ How can I remove it? Thank you Send instant messages to your online friends http://uk.messenger.yahoo.com
2006 Dec 05
1
Re: Speex-dev Digest, Vol 30, Issue 29
thanks for the support.i am a masters student who is doing thesis to work on the CELP algorithm specifically calculating the time,space complexities of the algorithm.so i jus need your help i.e if u can show me the site or forward the material where i can get the time the calculated time complexity of your Speex CELP algorithm and i can pick it from there.PLEASE Send instant messages to your