[Rcicr-users] CI Errors

Dotsch, R. (Ron) R.Dotsch at uu.nl
Sat Nov 15 09:43:15 CET 2014


Dear Dan,

Here too, I still need to work on more user friendly error messages. Based on your description, it seems like rcicr can’t find the .Rdata file. Is this file in your current working directory? And are you sure the label you used for base image is correct (case sensitive)?

For the last command the problem is that the parameters ‘Emotion’ should precede ‘Face_All’, assuming that Emotion is the column by which you wat to split the data.

If that’s not the problem, could you send me the .Rdata file and your .csv file to debug? Please do so off list.

Best,

Ron
________________________________
Dr. Ron Dotsch

Utrecht University
Social and Organizational Psychology (Room E2.22)

Website: http://ron.dotsch.org


On Nov 15, 2014, at 02:17, Daniel Albohn <d.albohn at gmail.com<mailto:d.albohn at gmail.com>> wrote:

Hello all,

I apologize for not being too proficient in this package, but I am running into some additional errors while trying to compute classification images. I’ve reproduced the script and errors below. I’ve tried every iteration for producing CIs, but get an error for every one (errors bolded). Any help in figuring out how to remedy this issue would be greatly appreciated.

> library(rcicr)
> baseimage <- ‘AndN’ #What I named the image when producing the stim
> rdata <- 'rcicrRC2.Rdata’ #Name of my data file computed while making the images
> responsedata <- read.csv('rcicrdata.csv’)

> ci <- generateCI2IFC(responsedata, 'Face_All', 'correct', baseimage, rdata)
   Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
   In addition: Warning message:
   In readChar(con, 5L, useBytes = TRUE) :
   cannot open compressed file 'AndN', probable reason 'No such file or directory’

> cis <- batchGenerateCI2IFC(responsedata, 'subject_nr', 'Face_All', 'correct', baseimage, rdata)
   Error in matlab::zeros(length(names(cis)), 2) :
  dimensions must be a positive quantity

> cis <- batchGenerateCI2IFC(responsedata, 'Face_All', 'correct','Emotion', baseimage, rdata)
   Error in stimuli_params[[baseimage]][stimuli, ] :
   only 0's may be mixed with negative subscripts

Best,
Dan

Daniel Albohn
Email<mailto:d.albohn at gmail.com>  | (484)332-7688

_______________________________________________
Rcicr-users mailing list
Rcicr-users at lists.r-forge.r-project.org<mailto:Rcicr-users at lists.r-forge.r-project.org>
http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcicr-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcicr-users/attachments/20141115/ebdd79a9/attachment-0001.html>


More information about the Rcicr-users mailing list