On Feb 7, 2008 2:21 PM, hadley wickham <[EMAIL PROTECTED]> wrote:
> Hi Neil,
>
> I think your cast statement is wrong. You have
>
> cast(norm.all.melted.height, Sample.Name + SNP + Pool ~ value, sum)
>
> but I think you want
>
> cast(norm.all.melted.height, Sample.Name + SNP + Pool ~ ., sum)
>
> i
Hi Neil,
I think your cast statement is wrong. You have
cast(norm.all.melted.height, Sample.Name + SNP + Pool ~ value, sum)
but I think you want
cast(norm.all.melted.height, Sample.Name + SNP + Pool ~ ., sum)
i.e. value never appears in the cast formula.
Hadley
On Feb 7, 2008 7:11 AM, Neil
2 matches
Mail list logo