Displaying 20 results from an estimated 79 matches for "tammy".
2012 Nov 08
5
map two names into one
Thanks.
Yes. Your approach can identify:
Glaxy ace S 5830 and
S 5830 Glaxy ace
But you can not identify using same program:
Iphone 4S 16 G
Iphone 4S 16G
How should I solve both in same time.
Kind regards,Tammy
[[alternative HTML version deleted]]
2016 Aug 10
2
Asterisk & Vitelity Invite issues
On 8/9/16 12:40 PM, Matt Fredrickson wrote:
> On Mon, Aug 8, 2016 at 9:25 AM, Tammy Firefly <tammy-lists at wiztech.biz> wrote:
>> Hi All,
>>
>> We have asterisk 11.23 running sip to vitelity and from there IAX trunks
>> split off to where they need to go. We are having a problem getting
>> chan_sip to quit ignoring re-invites from Vitelity. O...
2013 Jan 25
3
how to delete the null elements in list
...> suu
[[1]]
NULL
[[2]]
NULL
[[3]]
item_id prod
1 2
[[4]]
item_id prod
1 2
2 4
how to delete all "NULL" elements from suu to get only
>suu
[[3]]
item_id prod
1 2
[[4]]
item_id prod
1 2
2 4
??
Kind regards,
Tammy
[[alternative HTML version deleted]]
2013 Jan 22
3
How to align group based on the common values of two columns in r
...1 2
I don't want "Ifelse", because I have so many combination of feature and OS, I even can not account. I just want to have sth to autimatically create group indicator based on the difference combination of feature and OS.
Thanks for your help.
Kind regards,
Tammy
[[alternative HTML version deleted]]
2013 Jan 24
3
how to combine unequal rows and columns in R
...NA NA
A 201209 1 1
B 201209 2 2
C 201209 NA NA
D 201209 1 1
F 201209 2 1
How can I get it in r?
Thanks.
Kind regards,
Tammy
[[alternative HTML version deleted]]
2012 Dec 13
3
how to aggregate the dataset
...VN 0-300
Into:
product VN price_band
11 40 0-300
[34,50]
22 15 0-300
[10,30]
How can I do this in r? I have large dataset like this. I want to transform all into that one. Thanks a lot.
Kind regards,
Tammy
[[alternative HTML version deleted]]
2013 Jan 25
2
How to name the elements of list
...;-vector("list", 2)
X[[1]] : data frame 1
X[[2]]: dataframe2
now i want to change index 1 and 2 into: "0-10" , "11-20" ,.
finally I want to have
X[["0-10"]]:dataframe1
X[["11-20"]]:dataframe2
how do I get them?
Thanks a lot.
Kind regards,
Tammy
[[alternative HTML version deleted]]
2009 Sep 01
3
data frame
HI, R user,
I generate the vectors with the same length. I want to put each vector into each column of data frame. Why it doesnt work`?
rm<-data.frame()
for(a in 1:6){
rm[,a]<-getmeasure(p1,a,speech)
}
thanks a lot
Tammy
_________________________________________________________________
Share your memories online with anyone you want.
http://www.microsoft.com/middleeast/windows/windowslive/products/photos-share.aspx?tab=1
[[alternative HTML version deleted]]
2012 Sep 26
3
map two names into one
...ACE S 5830"
in another one,
it is "S 5830 GALAXY ACE"
both represent same product. how do i map two name into one in R?
there are so many product name having this problem. i hope there is some mechanism which can autimatically map those. thanks for your help..
Kind regards,
Tammy
[[alternative HTML version deleted]]
2012 Jun 01
2
Day or Month difference between dates???
......
I have this data:
> m1$Year_Month
201009 201010 201011 201101 201102
> min(m1$Year_Month)
201009
I want to calculate the following two answers, how do I program it?
> difference in Month?????
[1] 0 1 2 4 5
>difference in Days?????
0 31 61 ....
Thank you in advance!!!
Tammy
[[alternative HTML version deleted]]
2012 Dec 05
2
how to assign factor level into each value
...3 CN 92.70 "76-100"
4 CN 47.41 "31-50"
5 CN 111.67 "101-150"
6 CN 50.57 "51-75"
How can I do this?
Thanks.
Tammy
[[alternative HTML version deleted]]
2009 Oct 01
2
The problem of readLines
...e large data set, there are few files which can not be readed in:
48: In readLines(name_c[i]) ... :
incomplete final line found on 'C:/Documents and Settings/lma/My Documents/habitdata/244052900243997/calllog/calllog_log-20050505T121611.txt'
...
Whats the problem about this?
Regards,
Tammy
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
[[alternative HTML version deleted]]
2009 Sep 21
3
Create directory and copy files in R
...uot;dir" to "deskdir" but I always got the following problem:
Error in file.exists(to) : invalid 'file' argument.
Whats the problem??
cyfun<-function(fn,dpath){
dir<-dirname(fn)
fn<-basename(fn)
deskdir<-dir.create(dpath)
file.copy(fn, deskfile)
}
Thanks!
Tammy
_________________________________________________________________
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.
http://www.microsoft.com/windows/windowslive/products/photos.aspx
[[alternative HTML version deleted]]
2009 Mar 17
4
Merging
...144 2006-02-22 16:28:28 3 3 0
145 2006-02-22 16:28:31 4 4 1
146 2006-02-22 16:28:35 3 159 25
147 2006-02-22 16:31:14 useractivity_idle 0 0
How should I do`??
Thanks.
Tammy
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
[[alternative HTML version deleted]]
2016 Aug 08
2
Asterisk & Vitelity Invite issues
...s up
sending a reinvite which their side & they do not support us sending a
reinvite. Ive tried:
canreinvite=no which was supposedly replaced by:
directmedia=no
Can anyone shed any light on this matter? I'd love to get this fixed.
There is no firewall on this machine at all.
Thanks
--Tammy
2009 Mar 11
2
Repeated values
Hi,All.
How to make a program to delete repeated value?
a example
> c
[1] 4 3 0 3 4 1 0 1 4 4 3 4 3 4
I want to get : 4 3 0 3 4 1 0 1 4 3 4 3 4
two 4 is being represented by one 4.
Thanks.
Tammy
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
[[alternative HTML version deleted]]
2009 Sep 22
2
Manipulate directory-help
...urs/Juha"
I want to copy those files into the new directory: "C:/Documents and Settings/lma/My Documents/Juha/book" (<-use "paste"), I first create the directory using dir.create, but it looks doesnt work.
How do I implement this copy operations in R?
Thanks for help
Tammy
_________________________________________________________________
Show them the way! Add maps and directions to your party invites.
http://www.microsoft.com/windows/windowslive/products/events.aspx
[[alternative HTML version deleted]]
2012 Dec 12
2
how to grep in r
...51-75 0.6621073
10 76-100 0.6623469
I want to get the following matrix
Trade_Price_Band x
1 30 0.6237240
2 150 0.6743857
3 200 0.6778513
4 300 0.6640293
how can I get this in r?
Thanks.
Tammy
[[alternative HTML version deleted]]
2013 Mar 14
3
how to change "`Year_Month)201103`" into "Year_Month)201103" using R?
HI,
I have the pattern like "`Year_Month)201103`" I want to delete single quotes within double quetes.
I want to change it into "Year_Month)201103" , how to do it in r?
Thanks a lot.
Tammy
[[alternative HTML version deleted]]
2013 Mar 15
2
How to make the labels of pie chart are not overlapping?
...1.716303e-04 0.0
.......
Because there are so many products, and most of predicted Market share is around 0%.
When I make pie chart, the labels of those product with 0% market share are overlapping.
How do I make the labels are not overlapping?
Kind regards.
Tammy
[[alternative HTML version deleted]]