On Sat, Apr 4, 2009 at 12:28 PM, jim holtman wrote:
> Does this do what you want:
>
>> x <- read.table(textConnection("name wrist nLevel emot
> + 1 4094 3.34 1 frustrated
> + 2 4094 3.94
Does this do what you want:
> x <- read.table(textConnection("name wrist nLevelemot
+ 14094 3.341 frustrated
+ 24094 3.941 frustrated
+ 34094NA
On Sat, Apr 4, 2009 at 12:09 PM, ds wrote:
>
> I have a data frame something like:
> name wrist
> nLevel emot
> 1 4094 3.34 1
> frustrated
> 2 4094 3.94 1
> frustra
I have a data frame something like:
name wrist
nLevelemot
14094 3.341
frustrated
24094 3.941
frustrated
3409
4 matches
Mail list logo