[R] problem with data

R. Michael Weylandt michael.weylandt at gmail.com
Thu Mar 8 04:58:18 CET 2012


Perhaps you should dput() you data so this is reproducible...

Michael

On Wed, Mar 7, 2012 at 10:15 AM, RMSOPS <ricardosousa2000 at clix.pt> wrote:
> Good Afternoon,
>
>    I have a small problem with the following code.
>
> # The x.sub$Time[[1]]  2006-10-31 19:03:01 EST
>
> # when put in variable star give-me
> star<-x.sub$Time[[1]]
> print(star)
> print(x.sub$Time[[1]])
>  [1]  1 36 32  -........
>
>
> do not understand why
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/problem-with-data-tp4453510p4453510.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list