Re: [R] Decast

2015-11-13 Thread David Winsemius
> On Nov 13, 2015, at 5:34 PM, Val wrote: > > Hi all, > I have a data frame called "df" it's dimension is > > dim(df) > [1] 9540634 38 > >> From this data frame the variable * df$X1 *has about 78, 000 unique > values and *df$region *has two classes. I am trying to do the following

[R] Decast

2015-11-13 Thread Val
Hi all, I have a data frame called "df" it's dimension is dim(df) [1] 9540634 38 >From this data frame the variable * df$X1 *has about 78, 000 unique values and *df$region *has two classes. I am trying to do the following operation The goal is reshaping the variable from long to wid