TED]> wrote:
> From: Rheannon <[EMAIL PROTECTED]>
> Subject: [R] long data frame selection error
> To: r-help@r-project.org
> Received: Monday, July 14, 2008, 7:07 PM
> Hello,
>
> I am trying to select the following headers from a data
> frame but when I try
>
Seems to work fine for me. Short version is at the end:
> for (i in 4:368){
+ assign(paste("V", i, sep=''), 1:10)
+ }
> Temp <- data.frame(V4, V5, V6, V7, V8, V9, V10, V11, V12, V13, V14, V15,
+ V16, V17, V18, V19, V20, V21, V22, V23, V24, V25, V26, V27, V28, V29, V30,
+ V31, V32, V33, V34, V
Hello,
I am trying to select the following headers from a data frame but when I try
and run the command it executes halfway through and give me an error at V188
and V359.
Temp <- data.frame(V4, V5, V6, V7, V8, V9, V10, V11, V12, V13, V14, V15,
V16, V17, V18, V19, V20, V21, V22, V23, V24, V25, V2
3 matches
Mail list logo