search for: apprecaite

Displaying 20 results from an estimated 50 matches for "apprecaite".

Did you mean: apprecaited
2009 Jul 01
8
productivity tools in R?
...ams. I saw my friend has a R Console window which has automatic syntax reminder when he types in the first a few letters of R command. And he's using R under MAC. Is that a MAC thing, or I could do the same on my PC Windows? More pointers about using R for efficiency in development are highly apprecaited! Thanks a lot!
2005 May 20
5
Newbie on IVR
...et an IVR play " for accounts department press 1, for sales, press 2 or hold the line for an operator" and then have MOH play before the line is picked up at the desired extesion. Please, permit me as I know this will be one of the dumbest questions to ask in a group like this. I'll apprecaite any specific guide/instruction. Thanks in anticipation. Mike --------------------------------- Discover Yahoo! Get on-the-go sports scores, stock quotes, news & more. Check it out! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/p...
2008 Jul 11
2
plotting granular data
Hello R users, I would apprecaite any help to my current problem. I wanted to plot the following data: 3.3705997271301E-06 -0.000193767858719911 -4.30103236602221E-05 -1.22606947412076E-06 -2.14297322582901E-05 -5.66282817417529E-05 -2.56009760591276E-05 -2.39301719384927E-06 -0.000134400221353397 9.92533531897553E-07 -8.717611247...
2002 Mar 24
3
Data Checking
.... . . . . . . . . Suppose that I know there have been some data entry errors and I want to check if ALL values in c is really the sum of a and b, and if not, print out the whole line (i.e. all values of a, b and c in that row). Any help on how I can write this if elseif block will be apprecaited! Ko-Kang ------------------------------------------------------------------------------ Ko-Kang Kevin Wang Postgraduate PGDipSci Student Department of Statistics University of Auckland New Zealand -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing lis...
2005 May 12
3
Giving user progress in an voice menu system
...feedback when they dial an extension ( ringing, music, SOMETHING ). As it stands, when a user enters an extension from the menu system, they hear silence while the line rings. I even tried including the Ringing application before calling my macro to dial the phones, with no luck. Any help is apprecaited. Sean [800-in] exten => s,1,Answer exten => s,2,Background(billing-welcome) exten => s,3,ResponseTimeout(5) exten => s,4,Background(billing-menu) exten => t,1,Goto(s,3) exten => i,1,Playback(pbx-invalid) exten => i,2,Goto(s,2) exten => 101,1,Ringing exten => 101,2,...
2012 Sep 13
3
Creating a link_to from a collection_select
...ask.id, :user_id => ## Current Selection of the collection_select ##, :action => ''assign_to_other'' %> This action brings it across to another controller/model where I write the results to the task_queues database. Any insight or assistance in this would be greatly apprecaited. Thanks, Brian -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails...
2009 Oct 29
2
ssh_fxp_name
...ADDIR commands say 30 times on the same directory, then I get this packet after around 25-30 iterations. I tried to check the readability of the socket when this happens but the server does not send anything after this and select just hangs. I am not able to think of why this is happening and would apprecaite pointers in the right direction. thanks Ajoy good case packet header: 00 00 07 4c 0f 5e 00 00 00 00 00 00 07 33 00 00 07 2f 68 00 00 00 02 00 00 00 11 00 00 00 01 2e 00 00 00 ... bad case packet header: 00 00 04 9c 07 5e 00 00 00 00 00 00 04 8b 00 00 07 2f 68 00 00 00 52 00 00 00 11 00 00 00...
2008 Dec 19
2
re ad.table
...;. What I did was: read.table("data.txt",header=T, colClasses=c("character","character","numeric","character", "numeric","numeric"), but I could not get what I want, since all values were in the 'character' format. I will apprecaite any suggestions. best, robert -- View this message in context: http://www.nabble.com/read.table-tp21090550p21090550.html Sent from the R help mailing list archive at Nabble.com.
2004 Jan 21
2
Better way to find function
...o the piecewise regression? If not, is it going to be provide in the new updated version? What I am using is the piecewise logistic regression, but it doesn't have a continuous function though. I hope that R would have a specific command to do the piecewise (non)linear regression. I would apprecaite your suggestion. Sincerely yours, Nhum _________________________________________________________________ Rethink your business approach for the new year with the helpful tips here.
2017 Aug 09
2
Fill in empty spaces modified
...as many times as the maximum number of spaces on each gap; something that may not work well for large files. I am trying to solve the new example with base R functions only. I thought of splitting the first column to multiple lists and use one of the apply functions, but was not successful. Would apprecaite some hints on how to go about it. Thanks as always in advance?EK The posted data frame from the original posting: names val 1 Mandy 1 2 2 3 John 2 4 2 My modified data frame: val <- c(1,2,3,4,5,6,7,8) nam <- c("mandy","", "John","&quo...
2009 Apr 03
2
Geometric Brownian Motion Process with Jumps
...on-Raphson") summary(rescbj) # I am also was wondering if anyone know if there was a package that dealt with Geometric Brownian Motion Process augmented with jumps. Then I could just put that into my code and might resolve the issue. Any suggest as to how to resolved this issue, are greatly apprecaited. Yours truly, JP
2008 Sep 09
1
randomForest
...le importance, local importance, and rsq predictors are recalculated for the new random forest object or are calculated individually for each tree ensemble? Is it possible to calculate these predictors for the new random forest object after calling the combine function? Any help would be greatly apprecaited. Thanks, Kate [[alternative HTML version deleted]]
2006 Mar 09
2
OT: Snom 320, displaying text on the screen from *
Hey all, First of all, thank you for the help I've gotten on this list in the past. Very helpful, and I apprecaite it. Now, what I'd like to do is send a message to my snom 320s. I'd like to have the message display regardless of what the phone is doing. I have been trying SMS, or the sipsak method on the wiki but I have had no luck thus far. Does anybody have this working, and if so, can you gi...
2007 Jan 22
1
Arrays being changed to dates from 1.1.6 to 1.2
...;=>"2006/11/30", "action"=>"show_ajax_job", "id"=>"550980", "start"=>"2006/12/1", "controller"=>"jobs"} Notice the difference between the start and finish parameters. Any enlightenment is much apprecaited! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, se...
2017 Dec 20
1
outlining (highlighting) pixels in ggplot2
I apprecaite the guidance Eik, that works great! I'm also wondering if you have any pointers for how I might stretch the color scale so that the max and min values are the same? Right now, the min is -0.064 and the max is something closer to 0.04. As you can see in what I sent, I tried adding: zmax1 = m...
2001 Nov 26
2
File Size Limitation
...is about 5 gigs or so. Yet I seem to be running into a problem when I try to create a file larger then 4 gigs from my Win2k box. Is this a know issue? Is there a work around for it. The file is a propierty database file that is only limited by the file system. Any information would be greatly apprecaited. Thank you in advance for your time and effort. Michael
2009 Sep 30
8
Cycle/Partials issue
First off, I''m fairly new to ruby on rails so this may appear simple but I''m just learning the ropes :) So I have a simple blog app where a post has many comments. The ''show'' view for posts renders a partial for each comment the post has. The css class of the containing div element is cycled using cycle(). The partial code is, <% div_for(comment, :class
2004 Jul 29
1
Winbind + ext3 ACLs
...re anything else I should be looking at? Further, does anybody have a solution to this problem? This server is also a web/email server for the intranet, and I am trying to avoid setting up a new server ( we have 4 going already, mainly for window crap ) if at all possible. Any help is greatly apprecaited. Sean
2004 Dec 02
6
Polycom 500, asterisk user opinions?
...true? What extra setup is needed? Or do I just need to add `mailbox` to the sip config entry and be done with it? -Do these phones still have issues where one side hears the conversation while the other hears nothing or rining? Do they still need special sip file entries ( 2 per phone )? I apprecaite any and all note/advise/rants/raves/information that the asterisk crowd can volunteer about this phone. Thank you. Sean
2003 Sep 13
4
[Release] Skinny Support in cvs
...l soon dive into a 7960. There currently may be issues with 7920s and ATAs, but with some proper debug information and/or the acutal device in my grubby mitts I am sure I can get around any nuances. If you have an issue with this code please use http://bugs.digium.com. Patches are absolutely apprecaited, however you should check with me before spending time as it may be a feature I have already played with locally and haven't gotten around to intergrating it into the mainline CVS code. I would like to thank miro_ for his patience and fnancial support, along with [Sim], klasstek, bkw_, P...