Displaying 1 result from an estimated 1 matches for "betterthanch".
2011 Aug 15
0
Indexing Permutation Values
..."choice", "accuracy", "actualcorrect",
"correctstim", "choseright", "reward", "resp"), row.names = c(NA,
20L), class = "data.frame")
install.packages("Hmisc", dependencies = T)
library(Hmisc)
bestDeltas= 0; betterThanChance = 0; minErr = 0
fitProp<- 0
thresholded_test <- 0
calc.probs <- function(delta,gamma){
# initial starting probabilities
thList = 0
block = 0
# finMatrix <- 0
for (i in 1:length(dat2$choice))
{
if (dat2$RepNum[i] != block)
{
pL = 0.5
pR = 0.5...