search for: totalcompare

Displaying 1 result from an estimated 1 matches for "totalcompare".

2009 Nov 16
1
No Visible Binding for global variable
...t <- Zcrit cheaters$Mean <- means cheaters$Var <- vars cheaters <- subset(cheaters, Zobs >= Zcrit) result <- list("pairs" = c(row.names(cheaters)), "Ncheat" = nrow(cheaters), "TotalCompare" = totalCompare, "alpha" = alpha, "ExactMatch" = cheaters$Nexact, "Zobs" = cheaters$Zobs, "Zcrit" = Zcrit, "Mean" = cheaters$Mean, "Variance" = cheaters$Var, "Probs" = stuProbs)...