Displaying 20 results from an estimated 20000 matches similar to: "First Appearance of value in splitted matrix"
2009 Sep 15
2
Subsetting matrix with values from vector
Hello,
I have a large matrix (data), in which there is a column offerid. The values
are numbers (lets say 1:5)
There is another vector (idnew), which contains some of the offerids and
many more (3:10).
I want a subset of the matrix wiith only those rows, which match the
criteria of the vector.
How can I make it work?
Thanks!
--
View this message in context:
2009 Aug 11
2
Slicing cra**y csv files
Hello,
For not too regular users of R, preparing the data is somehow a burden.
Comming from iMacro in FireFox I get a badly designed csv, which I need to
put into a daily R script.
The data looks like that (e.g.):
22 Results,"35 Results","39 Results","2 Results","7 Results","23
Results","42 Results","36 Results","22
2009 Jun 23
1
Using a variable for mysql/database Query
Hello,
Collecting data I need to check in a mysql server. As the data are dependent
on each other I have to filter first.
However, I have now the problem that I find a value and would like to insert
it into a data query for the "real select" command. Obviously, typing 'x'
does not help as the database does not now this entry. Anyway to make it
work?
I am using RMYQL
Thanks!
2011 Jul 04
4
How to build a matrix of number of appearance?
I have a matrix of claims at year1 that I get simply by
claims<-read.csv(file="Claims.csv")
qq1<-claims[claims$Year=="Y1",]
I have MemberID and ProviderID for every claim in qq1 both are integers
An example for the type of questions that I want to answer is
how many times ProviderID number 345 appears together with MemberID 23 in
the table qq1
In order to answer
2009 May 10
1
Traceback NA's to their first appearance
Hello,
I've written a relatively complex interconnected population model in R.
When changing a certain parameter, the outputs end up containing NA's.
I would like to find out, in which step the model (in form of a loop)
starts to produce NA's. Does anyone know how to achieve this?
Since it does not give an error I can't use the traceback() function.
Thank you very much in
2008 Aug 26
1
loop with splitted data
Hi to all,
seems to be simple, but I do not find the solution:
What must I write for the splitted ???? to get
splitted$"3"$x and splitted$"3"$x
y = c(rep(2,5),rep(3,5))
ma <- data.frame(x = 1:10, y=y )
splitted <- split(ma, ma$y)
for (counter in (min(ma$y):max(ma$y)))
{
splitted????$x
}
Regards Knut
2012 Jul 24
3
Plm on splitted data
Hi all
I want to use plm function on splitted dataset but facing problems while
doing it.
I did the same for lm function it worked fine but now my problem forces me
to use lags into it while in a single set I have multiple type of data,
which I believe can only be done with panel data.
The code I am using is
A = split(mydata, mydata$Unique.ID.Number)
Z = lapply(A, function(df){plm(Total.Sales
2004 Dec 24
1
header search for splitted word
Hello,
I wrote a patch for header search about a word over two lines.
Please check it.
For example, following header string contains a word
splitted into two mime encoded block. It's normal behavior of
MUAs in CJK environment.
Subject: =?ISO-2022-JP?B?Sk1CGyRCJUQlIiE8JUslZSE8JTkhIRsoQkpBTBskQiVBJWMhPCU/GyhC?=
2005 Jan 13
0
Polycom Shared Call Appearance
Has anyone got Polycom Shared Call Appearance working with
Asterisk ?
If Asterisk doesn't support this, I am willing to put up a
bounty of 1000 to get it to work.
John Bittner
Simlab.net
Shared Call Appearance Signaling
A shared line is an address of record managed by a server.
The server allows multiple
endpoints to register locations against the address of
record.
SoundPointR IP
2008 Sep 25
1
ggplot: adding layer using different data, groups and also controlling appearance
I have a more complicated function I am trying to write, but I run in to a problem when I want to
add something to the plot from more than one data set while simultaneously controlling the
appearance of the additional layer.
# Toy data:
foo <- data.frame ( x = 1:4, y = 4:1 , membership = c( "A", "A", "B", "B" ) )
bar <- data.frame ( x = 1:4 + 1 , y
2011 Nov 30
1
Replace columns in a data.frame randomly splitted
Dear community,
I'm working with the data.frame attached (
http://r.789695.n4.nabble.com/file/n4122926/df1.xls df1.xls ), let's call it
df1.
I typed: df1<- read.xls("C:/... dir .../df1.xls",colNames= TRUE, rowNames=
TRUE)
Then I splited randomly df1 using splitdf function
(http://gettinggeneticsdone.blogspot.com/2011/03/splitting-
dataset-revisited-keeping.html)
2007 Aug 12
1
Shared Line Appearance - Aastra 55i - Does it work?
Does anyone have Shared (bridged) Line Appearance working in Asterisk 1.4?
Specifically with the Aastra 55i.
Specifically, I am using the Aastra 55i with the expansion module.
We want to see if other handsets are being used. (BLF) Getting BLF to work
would be a great start. It sounds like setting up the hints properly will
achieve this. right? Not totally sure how this should be configured.
2007 Jun 28
1
Shared Extension Appearance
If SLA supports IP trunks, can shared extension appearance be achieved using
a local SIP trunk in place of an extension?
Basically, I'm trying to allow some stations (Polycom IP 650) to have a
shared extension amongst all of them. Ideally, I'd like for the LED to show
if that extension is in use, and I'd like for the extension to ring all
stations on that extension when a call comes
2005 Aug 03
1
Asterisk support Shared Call Appearance Signaling?
The Polycom 600 supports Shared Call Appearance Signaling. The Polycom
documentation states:
"Incoming calls can be presented to multiple phones simultaneously.
This feature is dependent on support from a SIP server which binds the
appearances together logically and looks after the necessary state
notifications and performs an access control function."
"The phone supports
2007 Jul 09
1
Setting Appearance on Outbound Calls?
What do I need to do to set the outbound appearance on a call so that
it shows up as Unavailable or Private?
2007 Nov 28
2
Shared line appearance phones?
Hi List,
What phones support shared line appearance? I would like a phone where we
can place calls on a line and have them picked up at another phone, but we
don't want to use call parking. I want to use this in a multi tenant
environment so I would need multiple lots. Any ideals for me?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Apr 26
0
Haplotype network appearance
Hi,
I'm doing haplotype networks with the package pegas and the script from
Jimmy O'Donell's blog. The networks which I obtain are a little ugly and
I'd like to change some aspects of their appearance, but I'm just starting
with R and I don't know how to do it. I have the following problems:
-Some nodes overlap. I increase the scale.ratio but then I get a tiny
legend. So
2005 Jul 13
0
Sipura SIP Phones Multi-Line Appearance... How to use? |----->WAS----> NEWBIE Question: Asterisk with multiline/button phones
Still looking for some direction with this subject:
I think the term is called multi-line appearance....
Is this something that is directly supported in Asterisk?
I can't seem to find any information on it or how to actually use it....
This is where you have several sipura-841 SIP phones for example...
if someone pickes up 'line1' I'd like the light to come on on ALL
phones to
2011 Aug 26
0
CentOS 6, KDE: panel appearance
On CentOS 6.0 KDE is there a way to change the Panel appearance
(color, pattern, etc.)?
Thanks,
Mike.
2012 Feb 10
1
Changing the appearance of the login box
I'm the founder and lead developer of the lightweight Linux distro Swift Linux. I'm currently in the process of switching from the old antiX Linux base to the new Linux Mint Debian Edition base.
The new Swift Linux will be using LightDM instead of SLiM. I've found that replacing LMDE's default GDM display manager with SLiM disables many functions (like audio). Restoring these