On 1/24/14 10:44 PM, Rolf Turner wrote:
On 24/01/14 21:30, PIKAL Petr wrote:
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
__
On 24/01/14 21:30, PIKAL Petr wrote:
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
https://sta
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 pr
1-06"))
> b<-c(5,3,3,3,1,1)
> data.frame(a,b)
a b
1 2013-01-01 5
2 2013-01-01 3
3 2013-01-03 3
4 2013-01-04 3
5 2013-01-04 1
6 2013-01-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
in POSIX help
page.
I am still just guessing, without actual data it is difficult to understand
where is the problem. I still believe 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
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 struct
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 s
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])
.
.
.
ac16<
8 matches
Mail list logo