Displaying 20 results from an estimated 2000 matches similar to: "plot background - excel gradient style background ?"
2012 Oct 17
3
subtotals based on price bands?
I would like to create a subtotal table with custom bands.
seq1 = seq(0, 100, by = 5)
seq2 = seq(100, 1000, by = 100)
Bands = c(seq1, seq2)
#Prices
Prices = sample(1:1000, 200, replace=F)
#corresponding size for the given price above.
size = sample(1:1000, 200, replace=F)
How would I find the subtotal of the size based on a given price falls
within a band?
--
View this message in
2012 Jul 17
2
Table/Frame - output
I would like to output a nicely formatted data frame to a bitmap.
Is this possible in R?
--
View this message in context: http://r.789695.n4.nabble.com/Table-Frame-output-tp4636790.html
Sent from the R help mailing list archive at Nabble.com.
2012 Jun 07
2
flagging values without a loop
For a given hour I want to be able to add a new column called flag. The
flag column will flag the highest price in a given hour. Is there a way to
do this without a loop?
matrix:
Unit, Day, Hour, Price, Flag
afd1 1/2/2003 1 1 N
afd1 1/2/2003 1 2 N
afd1 1/2/2003 1 3 N
afd1 1/2/2003 1 4 Y
dcf1 1/2/2003 2 2 N
dcf1 1/2/2003 2 3 Y
dcf1 1/2/2003 2 1 N
dcf1 1/2/2003 2 2 N
dcf1 1/2/2003 2 3 Y
ghg2
2012 Jul 26
2
conditional sum two dataframes
I have two data frames. One with a matrix of months and the other with a
matrix of values. The two dataframes correspond to each other. I would like
to sum up all the values in by month.
What would be an efficient way to do this?
a=C(2,3,5,2,3,5)
b=c(2,6,3,2,6,3)
c=c(2,6,7,2,6,5)
months <- data.frame(a,b,c)
a=C(200,345,5435,27456,3343,555)
b=c(288,699,377,234,6354,33454)
2012 Oct 17
3
aggregate function not working?
The aggregate function for some reason will now work for me.
The error I'm getting is:
"Error in sort.list(y) : 'x' must be atomic for 'sort.list'
Have you called 'sort' on a list?"
agPriceList=aggregate(PriceList$Size, list(PriceList$bandNum),sum)
*Price list dataframe:*
dput(PriceList)
structure(list(Price = c(0, 8.18, 8.27, 10.42, 10.5, 10.6, 11.13,
2012 Oct 25
5
trying ti use a function in aggregate
Hi -I am using R v 2.13.0. I am trying to use the aggregate function to
calculate the percent at length for each Trip_id and CommonName. Here is a
small subset of the data.
Trip_id Vessel CommonName Length Count
1 230 Sunlight Shad,American 19 1
2 230 Sunlight Shad,American 20 1
3 230 Sunlight Shad,American 21
2012 Jul 03
1
remove loop which compares row i to row i-1
I would like to remove a loop to speed up my code.
I want to remove a loop which references the last row.
In general I want to a remove a loop which looks something like this:
for 2 to number of rows in a matrix do{
if indextrow-1 is < currentIndexRow then do something.
}
My R code:
for (i in 2:length(tUnitsort$Hour)){
ifelse(tUnitsort[i,4]>=tUnitsort[i-1,4],(tempMC
2012 Nov 05
1
custom function & missing value where TRUE/FALSE needed
I can't figure out why this function wont work.
#Custom Function used
fallInBand <- function(x){
#Assume the bands fall go up form 0 to 100 in intervals of 5 then from 100
to 1000 in intervals of 100.
#returns the location (band number)
if (is.na(x) == FALSE) {
if(x < 100) {#bands of 5
if((x %% 5) >=0){#falls within the band
Result = as.integer(x/5)+1
2007 Jun 14
2
Linksys SPA941
Dear Group,
I have just purchased two Linksys SPA941 and flashed these to the latest
firmware.
Everything works well except for the Hold button? Has anyone else
experienced the same issue? What was the solution?
Kind Regards
Shad Mortazavi
2004 Sep 16
3
Creating conference calls from within Astman.
Dear All,
I have a requirement to 'originate' a number of calls to various external
users from within a conference room, so that the end users does not pay for
the call.
I know that within Astman I can define an extension and then originate the
call from that extension. Can I define a conference room (how would I
configure that on astman? What channel would it use?) and then generate a
2004 Apr 16
2
SoundPointR IP 300
Dear Group,
Does any one have experience using SoundPoint(r) IP 300?
I have one call center on Snom 200's I'm adding a second and was looking at
the SoundPoint, but needed some input.
Thanks
Shad Mortazavi
---------------------------------------------------
Nexus Technical Manager
n|m Nexus Management Inc
Sydney
-------------- next part --------------
An HTML attachment was
2005 Jun 17
2
Calculating the lenght of time in a call queue?
Dear All,
I'm running version 0.7.1 of Asterisk server for our global help desk.
We have put together a comprehensive reporting package for static's from
the CDR.
I'm not able to calculate the time a call is in the queue before it goes
to an agent?
I would appreciate help with working this out.
Warm Regards and Thanks
Shad Mortazavi
2004 Apr 08
3
Asterisk Server Crashing with New Application
Dear All,
I have been running a successful and very stable call center PBX based on
0.7.1 release. I need to be on this release because of a number of features
that I have complied from 3rd party patches, for the call center. I will not
be able to upgrade to release 1 until the patches catch up and I have done
the required testing.
The system was very stable until two days ago.
The changes made
2002 May 27
1
bug: copying unreadable file from remote host returns errorlevel 0
[ Please keep me in Cc: as I am not subscribed to this list ]
Hello,
we have noticed the following bug in rsync (including latest CVS
snapshot):
if I am copying from the remote host file that is unreadable by my
account, the error is reported properly, but the errorlevel returned
is 0.
$ rsync distanza:/etc/shadow .
send_files failed to open /etc/shadow: Permission denied
rsync error:
2010 Feb 12
1
[LLVMdev] Unable to connect to google1.osuosl.org
I am unable to connect to build master at:google1.osuosl.org:9990 from my buildslave.
See attached twisted9.0.0 log.
2010-02-12 09:50:03-0800 [-] Log opened.
2010-02-12 09:50:03-0800 [-] twistd 9.0.0 (C:\Python26\python.exe 2.6.2) starting up.
2010-02-12 09:50:03-0800 [-] reactor class: twisted.internet.win32eventreactor.Win32Reactor.
2010-02-12 09:50:03-0800 [-] Starting factory
2006 Apr 11
2
Automatic 3 Way Call
Dear Group,
I'm working on a call recording solution and would like to have the ability to initiate a 3 way call based on an incoming call.
One party will be an AGI that I have other will be an outbound call via a second T1 interface.
Does anyone have a working configuration for an Asterisk initiated 3 way call?
Thanks and Regards
Shad Mortazavi
2004 May 31
1
Asterisk and SER Setup Questions.
Dear All,
I have the following setup.
Quad T1's<->Asterisk (PBX)<->(LAN<->DMZ)<->SER<->(Firewall)<->(Internet)
|
Local US Help Desk (Snom 200')
This setup works well. I can pass calls from over the internet to the
Asterisk PBX via SER using X-Ten Lit.
I have a couple of questions;
1. How do I
2003 Dec 29
1
Agent setup
Dear Group,
I have been successful in setting up the Agents, queues and getting agents
to log in.
Is there a way that I could configure the system so that the agent is called
back. i.e. the agent logs into the system, a call is destined for them and
their phone rings.
If some one has this setup I would be very interested in hearing from them.
Warm Regards and Thanks
---------------
Shad
2006 Aug 04
1
incorrect checksum for freed object?
I''m using ferret (0.9.4) in rails, but outside of the "acts_as_ferret"
plugin. Whenever I use a QueryFilter (even a very simple one), the server
will crash after one, two, or three reloads of a page (same page, same
query, same filter). It''s very non-deterministic and I can''t seem to
reproduce it outside of my application environment (I can''t get it
2009 Dec 01
1
centos-release srpm
Back on Oct 31st Karanbir said he would take care of the missing
centos-release srpm. It still hasn't shown up on any of the mirrors.
Is this ever going to be fixed?
-Shad