We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I have found an error in line 55 of the script 24.2_BehavioralLearningExperiment.R
code
frame = data.frame(x1=0:(n.trials-1),y1=test(y.sim[,,],newpid=newpid))
error
Error in test(y.sim[, , ], newpid = newpid) : unused argument (newpid = newpid)
I am not really sure what newpidis supposed to mean, can somebody help me to figure this out?
newpid
ps: I also found a typo in line 28 of the same script: n.schok.rep must be replaced with n.shock.rep
n.schok.rep
n.shock.rep
Samuel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I have found an error in line 55 of the script 24.2_BehavioralLearningExperiment.R
code
error
I am not really sure what
newpid
is supposed to mean, can somebody help me to figure this out?ps:
I also found a typo in line 28 of the same script:
n.schok.rep
must be replaced withn.shock.rep
Samuel
The text was updated successfully, but these errors were encountered: