Re: [R] My problem with R

2014-01-24 Thread PIKAL Petr
-06 1 From: Lee Marine [mailto:marine1...@gmail.com] Sent: Friday, January 24, 2014 8:36 AM To: PIKAL Petr Subject: Re: [R] My problem with R a-as.Date(c(2013-01-01,2013-01-01,2013-01-03,2013-01-04,2013-01-04,2013-01-06)) b-c(5,3,3,3,1,1) dat-cbind(a,b) dat a b [1,] 15706 5 [2,] 15706

Re: [R] My problem with R

2014-01-24 Thread PIKAL Petr
Yes Why difference in the result? rbind and cbind function are something wrong? Or I, am something wrong? you are something wrong. see below From: Lee Marine [mailto:marine1...@gmail.com] Sent: Friday, January 24, 2014 9:04 AM To: PIKAL Petr Subject: Re: [R] My problem with R Sorry

Re: [R] My problem with R

2014-01-24 Thread Rolf Turner
On 24/01/14 21:30, PIKAL Petr wrote: SNIP Why difference in the result? rbind and cbind function are something wrong? Or I, am something wrong? you are something wrong. Fortune? cheers, Rolf __ R-help@r-project.org mailing list

Re: [R] My problem with R

2014-01-24 Thread Göran Broström
On 1/24/14 10:44 PM, Rolf Turner wrote: On 24/01/14 21:30, PIKAL Petr wrote: SNIP Why difference in the result? rbind and cbind function are something wrong? Or I, am something wrong? you are something wrong. Fortune? No. Göran cheers, Rolf

Re: [R] My problem with R

2014-01-22 Thread PIKAL Petr
that merge(data1, data2, all=T) is the most efficient way. Petr From: Lee Marine [mailto:marine1...@gmail.com] Sent: Wednesday, January 22, 2014 9:16 AM To: PIKAL Petr Subject: Re: [R] My problem with R Thanks for your re-email. I success merge function(really appreciate you) but I have one problem

[R] My problem with R

2014-01-21 Thread Lee Marine
Hi, I am a student in trouble with R. please help me! I have a 16 huge data(.csv). data1-read.csv(D://data1.csv, header=FALSE) . . . data16-read.csv(D://data16.csv, header=FALSE) and then, I tried to seperated data w/ column. a1-cbind(data1[1:36568,1]) b1-cbind(data1[1:36568,2]) . . .

Re: [R] My problem with R

2014-01-21 Thread PIKAL Petr
Hi see in line -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of Lee Marine Sent: Tuesday, January 21, 2014 7:17 AM To: r-help@r-project.org Subject: [R] My problem with R Hi, I am a student in trouble with R. please help

Re: [R] My problem with R

2014-01-21 Thread PIKAL Petr
Hi From: Lee Marine [mailto:marine1...@gmail.com] Sent: Wednesday, January 22, 2014 2:01 AM To: PIKAL Petr Subject: Re: [R] My problem with R ps. str(timestamp3) POSIXlt[1:36568], format: 2013-10-04 04:42:00 2013-10-04 04:42:01 ... POSIX format can have list structure or vector structure

[R] My Problem

2009-01-17 Thread Edwin Wibisono
Hello, My name is Edwin, I come from INDONESIA I have problem I creating function then I have many calculation like this xx-function(){ a-sd() b-beta1.hat c-beta2.hat data.entry(a,b,c) } then i have function too, almost same yy-function(){ d-sd() e-beta1.hat f-beta2.hat

Re: [R] My Problem

2009-01-17 Thread stephen sefick
?return On Sat, Jan 17, 2009 at 8:08 PM, Edwin Wibisono edwin...@gmail.com wrote: Hello, My name is Edwin, I come from INDONESIA I have problem I creating function then I have many calculation like this xx-function(){ a-sd() b-beta1.hat c-beta2.hat data.entry(a,b,c) } then i