Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

37 results for “from:Edwin Sendjaja”

Bug in Merge?
Edwin Sendjaja · Apr 18, 2008 · r-help

Hello, I find strange number in my merge data set. My first coloumn consist row numbers. ----------------------------------------------------------- my.data: AbsTime RelTime PE_ID Event Delay 4238 1208514343.812086 107.153637 4 EKA 51620 ################################## Host.data: ID Host 4 4 vicky.planetlab...

Mapping file-Legend- from 2 Files/Tables
Edwin Sendjaja · Apr 11, 2008 · r-help

Hello, I have got 2 Tables from different files: Table 1 (lets say file: Salesman.data) ------------ | ID | User_ID --------------------------- 1 | 1 | 4 2 | 2 | 6 3 | 3 | 7 4 | 4 | 2 5 | 5 | 3 ############################ Table2 (file: Employee.data) ---------- | User_ID...

Creating Tabel for Mean, Deviance
Edwin Sendjaja · Dec 3, 2008 · r-help

Hi, Can someone help me how to create a table for Min, Max, Mean, Deviance. I have input data like this: Person Age Child 1 5 17 2 2 5 17 0 3 5 17 1 4 5 20 2...

Mapping file-Legend- from 2 Files/Tables
Edwin Sendjaja · Apr 12, 2008 · r-help

Does anyone know how to solve this. I am so desperate. I'd be terribly grateful for any help. Am Samstag, 12. April 2008 05:19:16 schrieb Edwin Sendjaja: > Hello, > > I have got 2 Tables from different files: > > Table...

Mapping file-Legend- from 2 Files/Tables
Edwin Sendjaja · Apr 13, 2008 · r-help

Hello, Because no one has answered this. I presume that no one knows the soluition. Fortunately, I found the solution: Keyword: merge() ---------------------------------------------------------------------- table1<-read.table("Salesman.data") table2<-read.table("Employee.data") data<-merge(table1, table2, by.x="User_ID...

Large Dataset
Edwin Sendjaja · Jan 6, 2009 · r-help

Hi Simon, Thank for your reply. I have read ?Memory but I dont understand how to use. I am not sure if that can solve my problem. Can you tell me more detail? Thanks, Edwin > type > > ?memory > > into R and...

Large Dataset
Edwin Sendjaja · Jan 6, 2009 · r-help

Hi Ben, Using colClasses doensnt improve the performace much. With the data, I will calculate the mean, min, max, and standard deviance. I have also failed to import the data in a Mysql Database. I dont have much knowledge in...

3-D-Plot
Edwin Sendjaja · Apr 17, 2008 · r-help

Hi Uwe, Thanks for your answer. What is the different between rgl and scatterplot3d? I dont need a graphik like vulcano. I just need 3D-"dot"-plot. Am Donnerstag, 17. April 2008 09:03:17 schrieb Uwe Ligges: > Edwin Sendjaja...

Merging daily and weekly data
Edwin Sendjaja · Apr 14, 2008 · r-help

Hi Oystein, Maybe this is what you are looking for: Keyword: merge() ---------------------------------------------------------------------- table1<-read.table("daily.data") table2<-read.table("weekly.data") (maybe you need to create a new common coloumn for daily and weekly data set. For example: year...

Hex Decimal Convert
Edwin Sendjaja · Apr 6, 2008 · r-help

Dear John, Thank you. Is there any possibility to get original stored number printed. Because i have another coloum like: Protocol "TCP" This is gonna cause probleme (as you notice before). I dont really understand what you mean with a...

3-D-Plot
Edwin Sendjaja · Apr 19, 2008 · r-help

Hi Uwe, With lab= c(5,hostLength*2), the host names will be shown twice(double) in y-axis, which is wrong. Both lab= c(5,hostLength) and lab= c(5,hostLength*2) produces plots on the wrong postion. As...

Large Dataset
Edwin Sendjaja · Jan 6, 2009 · r-help

Bellow, you can see the R data. But this stucks even in first line (read.table..). I dont know how to calculate this and write the result into a new table. Edwin data <- read.table("test.data") data <- subset(data...

Large Dataset
Edwin Sendjaja · Jan 6, 2009 · r-help

I think he meant: ?Memory edwin > When I do it on a Mac installation I get: > > Help for the topic "memory" was not found. > > Is that a Linux-specific function? Or perhaps you meant to type: > > ?Memory > > Which does produce...

Large Dataset
Edwin Sendjaja · Jan 6, 2009 · r-help

Hi Simons, Is SAS more powerfull than R? Well, I think I cannot afford to buy SAS. actually, my computer isn't really slow. I think 4GB RAM is big enough for personal PC. I am just wondering, why R...

Large Dataset
Edwin Sendjaja · Jan 6, 2009 · r-help

Hi Simon, My RAM is only 3.2 GB (actually it should be 4 GB, but my Motherboard doesnt support it. R use almost of all my RAM and half of my swap. I think memory.limit will not solve...

Hex Decimal Convert
Edwin Sendjaja · Apr 7, 2008 · r-help

Dear John, Am Montag, 7. April 2008 01:43:07 schrieb John Fox: > Dear Edwin, > > On Mon, 7 Apr 2008 01:14:35 +0100 > > Edwin Sendjaja <edwin7 at gmx.net> wrote: > > Dear John, > > > > Thank you. > > > > Is there any possibility to...

3-D-Plot
Edwin Sendjaja · Apr 17, 2008 · r-help

Hi Uwe, I decided to use scatterplot3d, because it looks better. I have some questions: Is it possible to get 1 axis( for example: z-axis) not as numeric, but as character. Because I have date set like this: x...

Can't find what you're looking for? Try searching with Google .