Skip to content

Commit

Permalink
Update safe_mode_accuracy.R
Browse files Browse the repository at this point in the history
  • Loading branch information
kolson8 committed Sep 22, 2014
1 parent 7064914 commit 3fe0533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_mode_accuracy.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ for (t in 1:length(tat)) {
if (is.na(temp1[1])==F) {
rvqt[t,1:length(temp1)] <- temp1
if (mdt[t]>0) {
dflt <- (1-rst[t])/(length(temp1)-1); svt[t,1:length(temp1)] <- rep(dflt,length(temp1))
dflt <- (1-rst[t])/(length(temp1)-1); svt[t,1:length(temp1)] <- rep(dflt,length(temp1)) # Assume non-attended options have uniform distribution.
svt[t,(cit[t]+1)] <- rst[t]
}
if (temp1[1]%%1==0) { # Not mixture resolutions
Expand Down

0 comments on commit 3fe0533

Please sign in to comment.