-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IATanalysis.R, running errors #16
Comments
I am having the exact same error messages... |
Have any luck yet, kloliv? |
Not yet. I went onto the "R" help forum and got some help but I do not Here is what they said. Let me know if you can make sense of it and maybe "Hi, lst2<- lst1[1:10] #deleted the last list element #[[2]] #[[3]] #<0 rows> (or 0-length row.names)#changed the V1 column #I am skipping the first 2, ie. 'id' and 'iat.date' as the filenames were On Wed, Jul 3, 2013 at 8:55 AM, mauriceflorence [email protected]:
|
Have you had any luck??? |
Hello,
Everything has been working wonderfully thus far, but I've run into one problem. When I run the IATanalysis.R file in R studio, I receive the following lines of errors in return:
**
Error in is.data.frame(x) :
(list) object cannot be coerced to type 'double'
In addition: Warning messages:
1: In mean.default(subset(data.list[[i]], V1 == 3 & V6 > 300 & V6 < :
argument is not numeric or logical: returning NA
2: In mean.default(subset(data.list[[i]], V1 == 6 & V6 > 300 & V6 < :
argument is not numeric or logical: returning NA
**
To be sure, the summarized.csv file is being generated, and updated properly with each new output. However, as the above error reads, there is no data in the resulting summarized.csv file: only returned NAs.
I have not altered the IATanalysis.R file at all, so I suppose I must be running it incorrectly (a distinct possibility, since I am quite new to R!).
Any help is greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: