Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kolson8 committed Oct 9, 2014
1 parent f0d6398 commit 261742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scicast_accuracy_new_res_dates.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ for (t in 1:length(tat)) {
}
good <- complete.cases(tat)
sum(!good)
tat<-tat[good]; pit<-pit[good]; qit<-qit[good]; nvt<-nvt[good]; ovt<-ovt[ord]; ovt<-ovt[good]; sas<-sas[good]; apot<-apot[good]
tat<-tat[good]; pit<-pit[good]; qit<-qit[good]; nvt<-nvt[good]; ovt<-ovt[good]; sas<-sas[good]; apot<-apot[good]
cit<-cit[good]; rst<-rst[good]; mdt<-mdt[good]

##############################################
Expand Down

0 comments on commit 261742e

Please sign in to comment.